Packageardisia.components.timePicker.data
Classpublic class TimePickerData
InheritanceTimePickerData Inheritance Object

Objects that populate the dataProvider for the TimePicker. Developers should not need to create instances of this class manually.



Public Properties
 PropertyDefined By
  isHinted : Boolean
Whether the index is hinted too or not.
TimePickerData
  label : String
The label that describes the number of minutes.
TimePickerData
  minutes : Number
The number of minutes.
TimePickerData
Public Methods
 MethodDefined By
  
TimePickerData(minutes:Number, label:String, isHinted:Boolean = false)
TimePickerData
Property Detail
isHintedproperty
public var isHinted:Boolean

Whether the index is hinted too or not.

The default value is false.

labelproperty 
public var label:String

The label that describes the number of minutes.

The default value is "".

minutesproperty 
public var minutes:Number

The number of minutes.

The default value is NaN.

Constructor Detail
TimePickerData()Constructor
public function TimePickerData(minutes:Number, label:String, isHinted:Boolean = false)



Parameters
minutes:Number (default = NaN)
 
label:String
 
isHinted:Boolean (default = false)