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