Packageorg.openzet.controls.dateControls
Classpublic class MonthDateField
InheritanceMonthDateField Inheritance mx.core.UIComponent

Custom component to display only year and month for ZetDateField control.



Public Properties
 PropertyDefined by
  monthComboBox : ComboBox
ComboBox to display month.
MonthDateField
  yearStepper : YearNumericStepper
NumberricStepper to use for year.
MonthDateField
Public Methods
 MethodDefined by
  
Constructor
MonthDateField
  
Returns current year and month as String.
MonthDateField
Property detail
monthComboBoxproperty
monthComboBox:ComboBox  [read-write]

ComboBox to display month.

Implementation
    public function get monthComboBox():ComboBox
    public function set monthComboBox(value:ComboBox):void
yearStepperproperty 
yearStepper:YearNumericStepper  [read-write]

NumberricStepper to use for year.

Implementation
    public function get yearStepper():YearNumericStepper
    public function set yearStepper(value:YearNumericStepper):void
Constructor detail
MonthDateField()constructor
public function MonthDateField()

Constructor

Method detail
getCurrentMonthDate()method
public function getCurrentMonthDate():String

Returns current year and month as String.

Returns
String