Package | flexlib.scheduling.scheduleClasses.layout |
Interface | public interface IEntryLayout extends ILayoutProvider, ILayout, flash.events.IEventDispatcher |
Implementors | AbstractEntryLayout, BestFitLayout, SimpleLayout |
Property | Defined By | ||
---|---|---|---|
dataProvider : IList | IEntryLayout | ||
rowHeight : Number | IEntryLayout |
Method | Defined 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 | ||
![]() | update():void | ILayoutProvider | |
updateItem(event:CollectionEvent):void | IEntryLayout |
dataProvider | property |
dataProvider:IList
public function get dataProvider():IList
public function set dataProvider(value:IList):void
rowHeight | property |
rowHeight:Number
public function get rowHeight():Number
public function set rowHeight(value:Number):void
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 |
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 |