dundas.controls.TileListItem Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.TileListItem
 

Constructors

 
  Name Description
init Initializes the control. Called during construction.
 
 

Properties

 
  Name Description
element Gets the item element.
id Gets the ID of this item.
isEditable Gets if this tile is editable.
isEditEnabled Gets or sets if the tile is in edit mode.
isSelected Gets or sets if the tile is selected.
objectType Gets the object type this is.
tileList Gets or sets the tile list this item is on.
 
 

Methods

 
  Name Description
dispose Disposes this tile.

Static
FromFileSystemEntry Static method to convert from a file system entry to a tile list item.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.