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