Package | ardisia.components.timeline.dataTypes |
Class | public class StoreData |
Inheritance | StoreData Object |
Property | Defined By | ||
---|---|---|---|
data : *
Linked data from the dataProvider. | StoreData | ||
dateBegin : Date
Begin date. | StoreData | ||
dateEnd : Date
End date. | StoreData | ||
row : int
Row index to display the underlying renderer representing this data. | StoreData | ||
selected : Boolean
Whether the data is selected. | StoreData |
data | property |
public var data:*
Linked data from the dataProvider.
The default value is null
.
dateBegin | property |
public var dateBegin:Date
Begin date.
The default value is null
.
dateEnd | property |
public var dateEnd:Date
End date.
The default value is null
.
row | property |
public var row:int
Row index to display the underlying renderer representing this data.
The default value is 0
.
selected | property |
public var selected:Boolean
Whether the data is selected.
The default value is false
.