dundas.controls.TileList Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.TileList
      dundas.controls.Tilebar
 

Constructors

 
  Name Description
init Initializes the control. Called during construction.
 
 

Properties

 
  Name Description
isEditEnabled Gets or sets a value indicating whether the edit mode is enabled or not. False by default.
 
 

Methods

 
  Name Description
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.