Packageardisia.scheduling.calendar.interfaces
Interfacepublic interface IGridLabel extends mx.core.IVisualElement
Implementors GridLabelRenderer

Labels that describes the date for the rectangles for the Calendar class when in the "grid" display mode must implement this interface.



Public Properties
 PropertyDefined By
  date : Date
IGridLabel
  hovered : Boolean
Hover controlled externally to prevent hover during calendar dragging.
IGridLabel
Property Detail
dateproperty
date:Date


Implementation
    public function get date():Date
    public function set date(value:Date):void
hoveredproperty 
hovered:Boolean

Hover controlled externally to prevent hover during calendar dragging.


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