Packageardisia.scheduling.calendar.interfaces
Interfacepublic interface IColumnLabel extends mx.core.IVisualElement

Column labels for the calendar must implement this interface.



Public Properties
 PropertyDefined By
  date : Date
Date represented by the column.
IColumnLabel
  displayMode : String
Calendar display mode.
IColumnLabel
Property Detail
dateproperty
date:Date

Date represented by the column.


Implementation
    public function get date():Date
    public function set date(value:Date):void
displayModeproperty 
displayMode:String

Calendar display mode.


Implementation
    public function get displayMode():String
    public function set displayMode(value:String):void