Packagecom.keepcore.calendar.view.renderers
Interfacepublic interface IColumnHeaderRenderer extends mx.core.IUIComponent, mx.core.IInvalidating
Implementors ColumnHeaderRendererAbstract

The IColumnHeaderRenderer interface defines the interface for calendar column header renderers.



Public Properties
 PropertyDefined By
  calendar : KCCalendar
Reference to the component.
IColumnHeaderRenderer
  columnHeader : IColumnHeader
Reference to the column header object
IColumnHeaderRenderer
Property Detail
calendarproperty
calendar:KCCalendar

Reference to the component.


Implementation
    public function get calendar():KCCalendar
    public function set calendar(value:KCCalendar):void
columnHeaderproperty 
columnHeader:IColumnHeader

Reference to the column header object


Implementation
    public function get columnHeader():IColumnHeader
    public function set columnHeader(value:IColumnHeader):void