| 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):voidParameters
event:CollectionEvent |
| createLayout | () | method |
public function createLayout():void| findLayoutItem | () | method |
public function findLayoutItem(entry:IScheduleEntry):EntryLayoutItemParameters
entry:IScheduleEntry |
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 |