|
 | dispose |
Disposes the component.
|
 | fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
 | getItemById |
Gets an item by its ID.
|
 | getItems |
Gets the items in this control, excluding the addItem item.
|
 | insertItem |
Insert an item into this control.
|
 | removeAllItems |
Remove all items from this control.
|
 | removeItem |
Removes an item from this control.
|
 | setSelectedItem |
Clears any existing selected tiles, and sets the given one to be selected.
|
 | toJSON |
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |