Class: ChangedItem¶
Used to store what the last item was selected or deselected when the list is in the selection mode.
Hierarchy¶
-
ChangedItem
Summary¶
Constructors¶
Properties¶
Class Properties¶
Inherited Properties¶
Accessors¶
Class Accessors¶
Currently none in this class.
Inherited Accessors¶
Currently none inherited from the parent class(es).
Methods¶
Class Methods¶
Currently none in this class.
Inherited Methods¶
Currently none inherited from the parent class(es).
Constructors¶
Constructor¶
+ new ChangedItem(bindingData: any, cellData: any, selected: boolean): ChangedItem
Overrides SelectedItem.constructor
Parameters:
| Name | Type |
|---|---|
| bindingData | any |
| cellData | any |
| selected | boolean |
Returns: ChangedItem
Properties¶
selected¶
▸ selected: boolean
Indicate the item has been selected or deselected. It returns true if the item has been selected, otherwise it returns false.