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



Public Properties
 PropertyDefined By
  dataProvider : IList
IEntryLayout
  rowHeight : Number
IEntryLayout
Public Methods
 MethodDefined By
  
addItem(event:CollectionEvent):void
IEntryLayout
  
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


Implementation
    public function get dataProvider():IList
    public function set dataProvider(value:IList):void
rowHeightproperty 
rowHeight:Number


Implementation
    public function get rowHeight():Number
    public function set rowHeight(value:Number):void
Method Detail
addItem()method
public function addItem(event:CollectionEvent):void

Parameters

event:CollectionEvent

createLayout()method 
public function createLayout():void

findLayoutItem()method 
public function findLayoutItem(entry:IScheduleEntry):EntryLayoutItem

Parameters

entry:IScheduleEntry

Returns
EntryLayoutItem
moveItem()method 
public function moveItem(event:CollectionEvent):void

Parameters

event:CollectionEvent

refreshItem()method 
public function refreshItem(event:CollectionEvent):void

Parameters

event:CollectionEvent

removeItem()method 
public function removeItem(event:CollectionEvent):void

Parameters

event:CollectionEvent

replaceItem()method 
public function replaceItem(event:CollectionEvent):void

Parameters

event:CollectionEvent

resetItem()method 
public function resetItem(event:CollectionEvent):void

Parameters

event:CollectionEvent

updateItem()method 
public function updateItem(event:CollectionEvent):void

Parameters

event:CollectionEvent