Packageardisia.scheduling.datePicker.interfaces
Interfacepublic interface IDayNumbersRenderer extends IDayNamesRenderer, IBasicItemRenderer, spark.components.IItemRenderer

Renderers that display the day numbers for the DatePicker implement this interface



Public Properties
 PropertyDefined By
 Inheriteddate : Date
Date that can be formatted to display a string for the day of the week represented by the date.
IDayNamesRenderer
  dayNumber : int
The integer for the day of the month.
IDayNumbersRenderer
  highlighted : Boolean
Whether the renderer should be highlighted.
IDayNumbersRenderer
 Inheritedhovered : Boolean
IBasicItemRenderer
 InheritedisDown : Boolean
IBasicItemRenderer
  monthOffset : Boolean
Whether the date is not within the displayedMonth.
IDayNumbersRenderer
  selectedDate : Boolean
Whether the date passed to the renderer is the selectedDate.
IDayNumbersRenderer
  today : Boolean
Whether the date passed to the renderer is today's date.
IDayNumbersRenderer
Property Detail
dayNumberproperty
dayNumber:int

The integer for the day of the month. 1 - 31.


Implementation
    public function get dayNumber():int
    public function set dayNumber(value:int):void
highlightedproperty 
highlighted:Boolean

Whether the renderer should be highlighted.


Implementation
    public function get highlighted():Boolean
    public function set highlighted(value:Boolean):void
monthOffsetproperty 
monthOffset:Boolean

Whether the date is not within the displayedMonth.


Implementation
    public function get monthOffset():Boolean
    public function set monthOffset(value:Boolean):void
selectedDateproperty 
selectedDate:Boolean

Whether the date passed to the renderer is the selectedDate.


Implementation
    public function get selectedDate():Boolean
    public function set selectedDate(value:Boolean):void
todayproperty 
today:Boolean

Whether the date passed to the renderer is today's date.


Implementation
    public function get today():Boolean
    public function set today(value:Boolean):void