ui.IdGenerator Extends
Creates a new id generator.

Inheritance

Constructor

goog.ui.IdGenerator()

Instance Methods

Public Protected Private
getNextUniqueId() string
Gets the next unique ID.
Returns: string  The next unique identifier.
code »

Instance Properties

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