Closure Library API Documentation
Go to class or file:
ui.IdGenerator
Extends
Creates a new id generator.
Useful links
Source Code
Git
Inheritance
goog.ui.IdGenerator
Constructor
goog.ui.IdGenerator(
)
Instance Methods
Public
Protected
Private
Defined in
goog.ui.IdGenerator
getNextUniqueId
()
⇒
string
Gets the next unique ID.
Returns:
string
The next unique identifier.
code »
Instance Properties
Defined in
goog.ui.IdGenerator
nextId_
:
Next unique ID to use
Code »
Static Methods
goog.ui.IdGenerator.
getInstance
()
No description.
code »
Static Properties
goog.ui.IdGenerator.
instance_
:
No description.
Code »
Package ui
Package Reference