| 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:DateBegin date.
The default value is null.
| dateEnd | property |
public var dateEnd:DateEnd date.
The default value is null.
| row | property |
public var row:intRow index to display the underlying renderer representing this data.
The default value is 0.
| selected | property |
public var selected:BooleanWhether the data is selected.
The default value is false.