Package | flexlib.scheduling.scheduleClasses.layout |
Class | public class VerticalLinesLayout |
Inheritance | VerticalLinesLayout ![]() ![]() |
Implements | IVerticalLinesLayout |
Property | Defined by | ||
---|---|---|---|
![]() | contentHeight : Number | Layout | |
contentWidth : Number | VerticalLinesLayout | ||
![]() | endDate : Date | Layout | |
![]() | entryLayout : IEntryLayout | Layout | |
![]() | items : IList | Layout | |
minimumTimeRangeWidth : Number | VerticalLinesLayout | ||
![]() | startDate : Date | Layout | |
timeRanges : IList | VerticalLinesLayout | ||
![]() | totalMilliseconds : Number | 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
[read-write]Implementation
public function get contentWidth():Number
public function set contentWidth(value:Number):void
minimumTimeRangeWidth | property |
minimumTimeRangeWidth:Number
[read-write]Implementation
public function get minimumTimeRangeWidth():Number
public function set minimumTimeRangeWidth(value:Number):void
timeRanges | property |
timeRanges:IList
[read-write]Implementation
public function get timeRanges():IList
public function set timeRanges(value:IList):void
VerticalLinesLayout | () | constructor |
public function VerticalLinesLayout()
calculateItems | () | method |
update | () | method |
update | event |