Package | at.managers |
Class | public class ApplicationHistoryManager |
Inheritance | ApplicationHistoryManager ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
ApplicationHistoryManager(caller:Function = null)
Constructor.
| ApplicationHistoryManager | ||
![]() |
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]
| ApplicationHistoryManager | ||
![]() |
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 |