dundas.controls.Tilebar 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. Inherited from dundas.controls.TileList.
 
 

Methods

 
  Name Description
dispose Disposes the component. Inherited from dundas.controls.TileList.
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. Inherited from dundas.controls.TileList.
getItems Gets the items in this control, excluding the addItem item. Inherited from dundas.controls.TileList.
insertItem Insert icon bar item to this control.
onTilebarResize Waits and handles resize logic.
removeAllItems Remove all items from this control. Inherited from dundas.controls.TileList.
removeItem Removes an item from this control. Inherited from dundas.controls.TileList.
setSelectedItem Clears any existing selected tiles, and sets the given one to be selected. Inherited from dundas.controls.TileList.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.