Packageardisia.components.timebarContainer.interfaces
Interfacepublic interface ITimebarContainerItemRenderer extends mx.core.IVisualElement
Implementors TimebarContainerItemRendererBase

Interface designed for use by the renderers for the TimebarContainer class.



Public Properties
 PropertyDefined By
  dateBegin : Date
ITimebarContainerItemRenderer
  dateEnd : Date
ITimebarContainerItemRenderer
  hovered : Boolean
ITimebarContainerItemRenderer
  intervalMode : IntervalMode
ITimebarContainerItemRenderer
  itemIndex : int
ITimebarContainerItemRenderer
Public Methods
 MethodDefined By
  
ITimebarContainerItemRenderer
  
update():void
Called automatically last by the hostComponent.
ITimebarContainerItemRenderer
Property Detail
dateBeginproperty
dateBegin:Date


Implementation
    public function get dateBegin():Date
    public function set dateBegin(value:Date):void
dateEndproperty 
dateEnd:Date


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


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


Implementation
    public function get intervalMode():IntervalMode
    public function set intervalMode(value:IntervalMode):void
itemIndexproperty 
itemIndex:int


Implementation
    public function get itemIndex():int
    public function set itemIndex(value:int):void
Method Detail
getMinWidthAtMode()method
public function getMinWidthAtMode(mode:IntervalMode):Number

Parameters

mode:IntervalMode

Returns
Number
update()method 
public function update():void

Called automatically last by the hostComponent.