Packageardisia.scheduling.calendar.interfaces
Interfacepublic interface IGridRenderer extends mx.core.IVisualElement
Implementors GridItemRenderer

Renderer for the "grid" display mode for the Calendar class implement this interface.



Public Properties
 PropertyDefined By
  calendar : CalendarDefinitionData
IGridRenderer
  dragging : Boolean
IGridRenderer
  dtEnd : Date
IGridRenderer
  dtStart : Date
IGridRenderer
  hovered : Boolean
IGridRenderer
  inflow : Boolean
IGridRenderer
  itemIndex : int
IGridRenderer
  outflow : Boolean
IGridRenderer
  schedulingData : SchedulingData
IGridRenderer
  selected : Boolean
IGridRenderer
  summary : String
IGridRenderer
Property Detail
calendarproperty
calendar:CalendarDefinitionData


Implementation
    public function get calendar():CalendarDefinitionData
    public function set calendar(value:CalendarDefinitionData):void
draggingproperty 
dragging:Boolean


Implementation
    public function get dragging():Boolean
    public function set dragging(value:Boolean):void
dtEndproperty 
dtEnd:Date


Implementation
    public function get dtEnd():Date
    public function set dtEnd(value:Date):void
dtStartproperty 
dtStart:Date


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


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


Implementation
    public function get inflow():Boolean
    public function set inflow(value:Boolean):void
itemIndexproperty 
itemIndex:int


Implementation
    public function get itemIndex():int
    public function set itemIndex(value:int):void
outflowproperty 
outflow:Boolean


Implementation
    public function get outflow():Boolean
    public function set outflow(value:Boolean):void
schedulingDataproperty 
schedulingData:SchedulingData


Implementation
    public function get schedulingData():SchedulingData
    public function set schedulingData(value:SchedulingData):void
selectedproperty 
selected:Boolean


Implementation
    public function get selected():Boolean
    public function set selected(value:Boolean):void
summaryproperty 
summary:String


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