Class Index | File Index

Classes


Class UID

Global utility for generating sequential unique ID numbers.
Defined in: UID.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
UID()
The UID class uses a static interface (ex.
Field Summary
Field Attributes Field Name and Description
<private> <static>  
UID._nextID
Method Summary
Method Attributes Method Name and Description
<static>  
UID.get()
Returns the next unique id.
Class Detail
UID()
The UID class uses a static interface (ex. UID.get()) and should not be instantiated.
Field Detail
<private> <static> UID._nextID
Method Detail
<static> UID.get()
Returns the next unique id.

Documentation generated by JsDoc Toolkit 2.3.2 on Tue Dec 07 2010 15:40:00 GMT-0700 (MST)