Package | flexlib.scheduling.scheduleClasses.layout |
Class | public class TimeIndicatorLayout |
Inheritance | TimeIndicatorLayout ![]() ![]() |
Implements | ITimeIndicatorLayout |
Property | Defined By | ||
---|---|---|---|
![]() | contentHeight : Number | Layout | |
contentWidth : Number [override] | TimeIndicatorLayout | ||
![]() | endDate : Date | Layout | |
![]() | entryLayout : IEntryLayout | Layout | |
![]() | items : IList [read-only] | Layout | |
![]() | startDate : Date | Layout | |
timeIndicatorLayoutItems : IList [read-only] | TimeIndicatorLayout | ||
timeIndicators : IList | TimeIndicatorLayout | ||
![]() | totalMilliseconds : Number [read-only] | Layout | |
![]() | viewportHeight : Number | Layout | |
![]() | viewportWidth : Number | Layout | |
![]() | xPosition : Number | Layout | |
![]() | yPosition : Number | Layout |
Method | Defined By | ||
---|---|---|---|
TimeIndicatorLayout | |||
update(event:LayoutUpdateEvent):void | TimeIndicatorLayout |
Method | Defined By | ||
---|---|---|---|
calculateTimeItems():void | TimeIndicatorLayout |
Event | Summary | Defined By | ||
---|---|---|---|---|
TimeIndicatorLayout |
contentWidth | property |
contentWidth:Number
[override] public function get contentWidth():Number
public function set contentWidth(value:Number):void
timeIndicatorLayoutItems | property |
timeIndicatorLayoutItems:IList
[read-only] public function get timeIndicatorLayoutItems():IList
timeIndicators | property |
timeIndicators:IList
public function get timeIndicators():IList
public function set timeIndicators(value:IList):void
TimeIndicatorLayout | () | Constructor |
public function TimeIndicatorLayout()
calculateTimeItems | () | method |
protected function calculateTimeItems():void
update | () | method |
update | Event |