Package | at.managers |
Class | public class ApplicationCrumbManager |
Inheritance | ApplicationCrumbManager ![]() ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
ApplicationCrumbManager(caller:Function = null)
Constructor.
| ApplicationCrumbManager | ||
![]() |
addCrumb(label:String, state:Object):void
| CrumbManager | |
![]() |
addCrumbAt(index:int, label:String, state:Object):void
| CrumbManager | |
![]() |
back(howFar:int = 1):Boolean
Moves the history Manager backward by the specified number of positions
and dispatches a HistoryChangedEvent
| HistoryManager | |
![]() |
clear(dispatchChangeEvent:Boolean = true):void
| HistoryManager | |
![]() |
forward(howFar:uint = 1):Boolean
Moves the History Manager forward by the specified number of positions
and dispatches a HistoryChangedEvent
| HistoryManager | |
[static]
| ApplicationCrumbManager | ||
![]() |
getNextState():Object
| HistoryManager | |
![]() |
getPreviousState():Object
| HistoryManager | |
![]() |
getStateById(id:int):Object
Returns the state associated with the specified id
| HistoryManager | |
![]() |
getStateIndex(state:Object):int
| HistoryManager | |
![]() |
gotoState(id:int):Boolean
Moves the History Manager to the state associated with the specified id
and dispatches a HistoryChangedEvent
| HistoryManager | |
![]() |
init():void
Initializes/Resets the History Manager
| HistoryManager | |
![]() |
save(label:String, state:Object):void
Appends the specified state behind the state at the currentPosition.
| HistoryManager | |
![]() |
saveAt(index:uint, label:String, state:Object):void
| HistoryManager | |
![]() |
saveList(arrayOfObjectsWithLabelAndStateValues:Array):void
| HistoryManager | |
![]() |
saveListAt(index:uint, arrayOfObjectsWithLabelAndStateValues:Array):void
| HistoryManager | |
![]() |
updateCrumbDisplay():void
| CrumbManager |