| Package | flexlib.scheduling.scheduleClasses.layout |
| Class | public class BestFitLayout |
| Inheritance | BestFitLayout AbstractEntryLayout Layout flash.events.EventDispatcher |
| Implements | IEntryLayout |
| Method | Defined by | ||
|---|---|---|---|
|
addItem(event:CollectionEvent):void
| BestFitLayout | ||
|
createLayout():void
Layout the complete dataProvider so that
one millisecond equals one pixel.
| BestFitLayout | ||
![]() |
deleteRowLocatorItem(entry:IScheduleEntry):RowLocatorItem
| AbstractEntryLayout | |
![]() | AbstractEntryLayout | ||
![]() |
getRowLocatorItem(entry:IScheduleEntry):RowLocatorItem
| AbstractEntryLayout | |
|
moveItem(event:CollectionEvent):void
| BestFitLayout | ||
|
refreshItem(event:CollectionEvent):void
| BestFitLayout | ||
|
removeItem(event:CollectionEvent):void
| BestFitLayout | ||
|
replaceItem(event:CollectionEvent):void
| BestFitLayout | ||
|
resetItem(event:CollectionEvent):void
| BestFitLayout | ||
![]() |
setRowLocatorItem(item:EntryLayoutItem, rowLocatorItem:RowLocatorItem):void
| AbstractEntryLayout | |
![]() |
update():void
| AbstractEntryLayout | |
|
updateItem(event:CollectionEvent):void
| BestFitLayout | ||
| addItem | () | method |
public override function addItem(event:CollectionEvent):voidParameters
event:CollectionEvent |
| createLayout | () | method |
public override function createLayout():voidLayout the complete dataProvider so that one millisecond equals one pixel. This is the best precision we can ever show, since Dates have this resolution.
| moveItem | () | method |
public override function moveItem(event:CollectionEvent):voidParameters
event:CollectionEvent |
| refreshItem | () | method |
public override function refreshItem(event:CollectionEvent):voidParameters
event:CollectionEvent |
| removeItem | () | method |
public override function removeItem(event:CollectionEvent):voidParameters
event:CollectionEvent |
| replaceItem | () | method |
public override function replaceItem(event:CollectionEvent):voidParameters
event:CollectionEvent |
| resetItem | () | method |
public override function resetItem(event:CollectionEvent):voidParameters
event:CollectionEvent |
| updateItem | () | method |
public override function updateItem(event:CollectionEvent):voidParameters
event:CollectionEvent |