Packagecom.flexicious.controls.customDatePicker
Classpublic class DateTimePicker
InheritanceDateTimePicker Inheritance mx.containers.HBox
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined 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
Protected Properties
 PropertyDefined By
  _selectedDate : Date
DateTimePicker
Public Methods
 MethodDefined By
  
Constructor.
DateTimePicker
Property Detail
_selectedDateproperty
protected var _selectedDate:Date

dateFieldproperty 
public var dateField:DateField

This property can be used as the source for data binding.

militaryTimeproperty 
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.

rbAmproperty 
public var rbAm:RadioButton

This property can be used as the source for data binding.

rbPmproperty 
public var rbPm:RadioButton

This property can be used as the source for data binding.

roundUpOrDownproperty 
public var roundUpOrDown:String

selectedDateproperty 
selectedDate:Date

The date selected by the user


Implementation
    public function get selectedDate():Date
    public function set selectedDate(value:Date):void
showDatePickerproperty 
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.

showHoursproperty 
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.

showMinutesproperty 
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.

showSecondsproperty 
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.

showTimePickerproperty 
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.

stepHoursproperty 
public var stepHours:TimePickerNumericStepper

This property can be used as the source for data binding.

stepMinutesproperty 
public var stepMinutes:TimePickerNumericStepper

This property can be used as the source for data binding.

stepSecondsproperty 
public var stepSeconds:TimePickerNumericStepper

This property can be used as the source for data binding.

Constructor Detail
DateTimePicker()Constructor
public function DateTimePicker()

Constructor.