| 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:DateFieldThis property can be used as the source for data binding.
| militaryTime | property |
public var militaryTime:Boolean = trueBoolean 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:RadioButtonThis property can be used as the source for data binding.
| rbPm | property |
public var rbPm:RadioButtonThis property can be used as the source for data binding.
| roundUpOrDown | property |
public var roundUpOrDown:String| selectedDate | property |
selectedDate:DateThe date selected by the user
public function get selectedDate():Date public function set selectedDate(value:Date):void| showDatePicker | property |
public var showDatePicker:Boolean = trueBoolean 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 = trueBoolean 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 = trueBoolean 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 = falseBoolean 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 = falseBoolean flag that controls appearance of the time component.
This property can be used as the source for data binding.
| stepHours | property |
public var stepHours:TimePickerNumericStepperThis property can be used as the source for data binding.
| stepMinutes | property |
public var stepMinutes:TimePickerNumericStepperThis property can be used as the source for data binding.
| stepSeconds | property |
public var stepSeconds:TimePickerNumericStepperThis property can be used as the source for data binding.
| DateTimePicker | () | Constructor |
public function DateTimePicker()Constructor.