| Package | org.openzet.controls.dateControls |
| Class | public class MonthDateField |
| Inheritance | MonthDateField mx.core.UIComponent |
| Property | Defined by | ||
|---|---|---|---|
| monthComboBox : ComboBox
ComboBox to display month.
| MonthDateField | ||
| yearStepper : YearNumericStepper
NumberricStepper to use for year.
| MonthDateField | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| MonthDateField | ||
|
getCurrentMonthDate():String
Returns current year and month as String.
| MonthDateField | ||
| monthComboBox | property |
monthComboBox:ComboBox [read-write]ComboBox to display month.
Implementation public function get monthComboBox():ComboBox
public function set monthComboBox(value:ComboBox):void
| yearStepper | property |
yearStepper:YearNumericStepper [read-write]NumberricStepper to use for year.
Implementation public function get yearStepper():YearNumericStepper
public function set yearStepper(value:YearNumericStepper):void
| MonthDateField | () | constructor |
public function MonthDateField()Constructor
| getCurrentMonthDate | () | method |
public function getCurrentMonthDate():StringReturns current year and month as String.
ReturnsString |