Packageorg.openzet.controls
Classpublic class ZetDateField
InheritanceZetDateField Inheritance mx.core.UIComponent

Custom component that includes controls to display dates, hours, and a range of dates, such as startDate and endDate.



Public Properties
 PropertyDefined by
  endDate : String
End date string.
ZetDateField
  endDay : String
End day string.
ZetDateField
  endHour : Object
End hour string.
ZetDateField
  endMinute : Object
[read-only] End minute string.
ZetDateField
  endMonth : String
End month string.
ZetDateField
  endYear : String
End year string.
ZetDateField
  formatString : String
Format string of date.
ZetDateField
  horizontalGap : Number
Horizontal gap between controls.
ZetDateField
  selectableRange : String
Selectable range criteria.
ZetDateField
  showEndDate : Boolean
Flag to show end date.
ZetDateField
  showMonthField : Boolean
Flag to specify whether to show year and month only.
ZetDateField
  showStartDate : Boolean
Flag to show start date.
ZetDateField
  showTime : Boolean
Flag to show time.
ZetDateField
  startDate : String
Start date string.
ZetDateField
  startDay : String
start day string.
ZetDateField
  startHour : Object
start hour string.
ZetDateField
  startMinute : Object
[read-only] Start minute string.
ZetDateField
  startMonth : String
Start month string.
ZetDateField
  startYear : String
Start year string.
ZetDateField
Public Methods
 MethodDefined by
  
constructor
ZetDateField
Property detail
endDateproperty
endDate:String  [read-write]

End date string.

Implementation
    public function get endDate():String
    public function set endDate(value:String):void
endDayproperty 
endDay:String  [read-write]

End day string.

Implementation
    public function get endDay():String
    public function set endDay(value:String):void
endHourproperty 
endHour:Object  [read-write]

End hour string.

Implementation
    public function get endHour():Object
    public function set endHour(value:Object):void
endMinuteproperty 
endMinute:Object  [read-only]

End minute string.

Implementation
    public function get endMinute():Object
endMonthproperty 
endMonth:String  [read-write]

End month string.

Implementation
    public function get endMonth():String
    public function set endMonth(value:String):void
endYearproperty 
endYear:String  [read-write]

End year string.

Implementation
    public function get endYear():String
    public function set endYear(value:String):void
formatStringproperty 
formatString:String  [read-write]

Format string of date.

The default value is "YYYYMMDD".

Implementation
    public function get formatString():String
    public function set formatString(value:String):void
horizontalGapproperty 
horizontalGap:Number  [read-write]

Horizontal gap between controls.

The default value is 0.

Implementation
    public function get horizontalGap():Number
    public function set horizontalGap(value:Number):void
selectableRangeproperty 
selectableRange:String  [read-write]

Selectable range criteria.

Implementation
    public function get selectableRange():String
    public function set selectableRange(value:String):void
showEndDateproperty 
showEndDate:Boolean  [read-write]

Flag to show end date.

The default value is true.

Implementation
    public function get showEndDate():Boolean
    public function set showEndDate(value:Boolean):void
showMonthFieldproperty 
showMonthField:Boolean  [read-write]

Flag to specify whether to show year and month only.

The default value is false.

Implementation
    public function get showMonthField():Boolean
    public function set showMonthField(value:Boolean):void
showStartDateproperty 
showStartDate:Boolean  [read-write]

Flag to show start date.

The default value is true.

Implementation
    public function get showStartDate():Boolean
    public function set showStartDate(value:Boolean):void
showTimeproperty 
showTime:Boolean  [read-write]

Flag to show time.

The default value is false.

Implementation
    public function get showTime():Boolean
    public function set showTime(value:Boolean):void
startDateproperty 
startDate:String  [read-write]

Start date string.

Implementation
    public function get startDate():String
    public function set startDate(value:String):void
startDayproperty 
startDay:String  [read-write]

start day string.

Implementation
    public function get startDay():String
    public function set startDay(value:String):void
startHourproperty 
startHour:Object  [read-write]

start hour string.

Implementation
    public function get startHour():Object
    public function set startHour(value:Object):void
startMinuteproperty 
startMinute:Object  [read-only]

Start minute string.

Implementation
    public function get startMinute():Object
startMonthproperty 
startMonth:String  [read-write]

Start month string.

Implementation
    public function get startMonth():String
    public function set startMonth(value:String):void
startYearproperty 
startYear:String  [read-write]

Start year string.

Implementation
    public function get startYear():String
    public function set startYear(value:String):void
Constructor detail
ZetDateField()constructor
public function ZetDateField()

constructor