Package | com.flexicious.controls.customDatePicker |
Class | public class DateTimePicker |
Inheritance | DateTimePicker mx.containers.HBox |
Implements | mx.binding.IBindingClient |
Property | Defined By | ||
---|---|---|---|
dateField : DateField | DateTimePicker | ||
militaryTime : Boolean = true
Boolean flag that controls whether we show 12 hour or 24 hour clock
| DateTimePicker | ||
rbAm : RadioButton | DateTimePicker | ||
rbPm : RadioButton | DateTimePicker | ||
roundUpOrDown : String | DateTimePicker | ||
selectedDate : Date
The date selected by the user
| DateTimePicker | ||
showDatePicker : Boolean = true
Boolean flag that controls appearance of the date component. | DateTimePicker | ||
showHours : Boolean = true
Boolean flag that controls appearance of the hour picker. | DateTimePicker | ||
showMinutes : Boolean = true
Boolean flag that controls appearance of the minute picker. | DateTimePicker | ||
showSeconds : Boolean = false
Boolean flag that controls appearance of the second picker. | DateTimePicker | ||
showTimePicker : Boolean = false
Boolean flag that controls appearance of the time component. | DateTimePicker | ||
stepHours : TimePickerNumericStepper | DateTimePicker | ||
stepMinutes : TimePickerNumericStepper | DateTimePicker | ||
stepSeconds : TimePickerNumericStepper | DateTimePicker |
Property | Defined By | ||
---|---|---|---|
_selectedDate : Date | DateTimePicker |
Method | Defined By | ||
---|---|---|---|
Constructor. | DateTimePicker |
_selectedDate | property |
protected var _selectedDate:Date
dateField | property |
public var dateField:DateField
This property can be used as the source for data binding.
militaryTime | property |
public var militaryTime:Boolean = true
Boolean flag that controls whether we show 12 hour or 24 hour clock
This property can be used as the source for data binding.
rbAm | property |
public var rbAm:RadioButton
This property can be used as the source for data binding.
rbPm | property |
public var rbPm:RadioButton
This property can be used as the source for data binding.
roundUpOrDown | property |
public var roundUpOrDown:String
selectedDate | property |
selectedDate:Date
The date selected by the user
public function get selectedDate():Date
public function set selectedDate(value:Date):void
showDatePicker | property |
public var showDatePicker:Boolean = true
Boolean flag that controls appearance of the date component.
This property can be used as the source for data binding.
showHours | property |
public var showHours:Boolean = true
Boolean flag that controls appearance of the hour picker.
This property can be used as the source for data binding.
showMinutes | property |
public var showMinutes:Boolean = true
Boolean flag that controls appearance of the minute picker.
This property can be used as the source for data binding.
showSeconds | property |
public var showSeconds:Boolean = false
Boolean flag that controls appearance of the second picker.
This property can be used as the source for data binding.
showTimePicker | property |
public var showTimePicker:Boolean = false
Boolean flag that controls appearance of the time component.
This property can be used as the source for data binding.
stepHours | property |
public var stepHours:TimePickerNumericStepper
This property can be used as the source for data binding.
stepMinutes | property |
public var stepMinutes:TimePickerNumericStepper
This property can be used as the source for data binding.
stepSeconds | property |
public var stepSeconds:TimePickerNumericStepper
This property can be used as the source for data binding.
DateTimePicker | () | Constructor |
public function DateTimePicker()
Constructor.