Packageardisia.components.timeline.dataTypes
Classpublic class StoreData
InheritanceStoreData Inheritance Object

Data used by the internal store for the Timebar class.



Public Properties
 PropertyDefined 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
Property Detail
dataproperty
public var data:*

Linked data from the dataProvider.

The default value is null.

dateBeginproperty 
public var dateBegin:Date

Begin date.

The default value is null.

dateEndproperty 
public var dateEnd:Date

End date.

The default value is null.

rowproperty 
public var row:int

Row index to display the underlying renderer representing this data.

The default value is 0.

selectedproperty 
public var selected:Boolean

Whether the data is selected.

The default value is false.