Packageflexlib.scheduling.scheduleClasses.layout
Interfacepublic interface IEntryLayout extends ILayoutProvider, ILayout, flash.events.IEventDispatcher
ImplementorsAbstractEntryLayout, BestFitLayout, SimpleLayout



Public Properties
 PropertyDefined by
 InheritedcontentHeight : Number
ILayout
 InheritedcontentWidth : Number
ILayout
  dataProvider : IList
IEntryLayout
 InheritedendDate : Date
ILayout
 InheritedentryLayout : IEntryLayout
ILayout
 Inheriteditems : IList
ILayout
  rowHeight : Number
IEntryLayout
 InheritedstartDate : Date
ILayout
 InheritedtotalMilliseconds : Number
ILayout
 InheritedviewportHeight : Number
ILayout
 InheritedviewportWidth : Number
ILayout
 InheritedxPosition : Number
ILayout
 InheritedyPosition : Number
ILayout
Public Methods
 MethodDefined by
  
addItem(event:CollectionEvent):void
IEntryLayout
  
createLayout():void
IEntryLayout
  
IEntryLayout
  
moveItem(event:CollectionEvent):void
IEntryLayout
  
refreshItem(event:CollectionEvent):void
IEntryLayout
  
removeItem(event:CollectionEvent):void
IEntryLayout
  
replaceItem(event:CollectionEvent):void
IEntryLayout
  
resetItem(event:CollectionEvent):void
IEntryLayout
 Inherited
update():void
ILayoutProvider
  
updateItem(event:CollectionEvent):void
IEntryLayout
Property detail
dataProviderproperty
dataProvider:IList  [read-write]Implementation
    public function get dataProvider():IList
    public function set dataProvider(value:IList):void
rowHeightproperty 
rowHeight:Number  [read-write]Implementation
    public function get rowHeight():Number
    public function set rowHeight(value:Number):void
Method detail
addItem()method
public function addItem(event:CollectionEvent):voidParameters
event:CollectionEvent
createLayout()method 
public function createLayout():void
findLayoutItem()method 
public function findLayoutItem(entry:IScheduleEntry):EntryLayoutItemParameters
entry:IScheduleEntry

Returns
EntryLayoutItem
moveItem()method 
public function moveItem(event:CollectionEvent):voidParameters
event:CollectionEvent
refreshItem()method 
public function refreshItem(event:CollectionEvent):voidParameters
event:CollectionEvent
removeItem()method 
public function removeItem(event:CollectionEvent):voidParameters
event:CollectionEvent
replaceItem()method 
public function replaceItem(event:CollectionEvent):voidParameters
event:CollectionEvent
resetItem()method 
public function resetItem(event:CollectionEvent):voidParameters
event:CollectionEvent
updateItem()method 
public function updateItem(event:CollectionEvent):voidParameters
event:CollectionEvent