| Package | artcustomer.maxima.engine |
| Class | public class NavigationSystem |
| Inheritance | NavigationSystem AbstractCoreEngine flash.events.EventDispatcher |
| Method | Defined By | ||
|---|---|---|---|
Constructor
| NavigationSystem | ||
addInMap(key:String, engineClass:Class):void
Add key in Map. | NavigationSystem | ||
destroy():void [override]
Destructor. | NavigationSystem | ||
[static]
Instantiate NavigationSystem. | NavigationSystem | ||
gotoTimeLine(key:String):void
Navigates to an element in the browsing TimeLine. | NavigationSystem | ||
historyBack():void
Navigates to the previous element in the browsing history. | NavigationSystem | ||
historyForward():void
Navigates to the next element in the browsing history. | NavigationSystem | ||
isHistoryBack():Boolean
Reports whether there is a previous element in the browsing history. | NavigationSystem | ||
isHistoryForward():Boolean
Reports whether there is a next element in the browsing history. | NavigationSystem | ||
restartCurrent():void
Restart current object. | NavigationSystem | ||
runTimeLine():void
Run the TimeLine. | NavigationSystem | ||
setup():void [override]
Entry point. | NavigationSystem | ||
timelineBack():void
Navigates to the previous element in the browsing TimeLine. | NavigationSystem | ||
timelineForward():void
Navigates to the next element in the browsing TimeLine. | NavigationSystem | ||
updateLocationAfterRequest(isAvailableForHistory:Boolean):void
Update current location after successfully set new EngineObject. | NavigationSystem | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| NavigationSystem | ||||
| NavigationSystem | ||||
| NavigationSystem | ||||
| NavigationSystem | ||||
| NavigationSystem | () | Constructor |
public function NavigationSystem()Constructor
| addInMap | () | method |
public function addInMap(key:String, engineClass:Class):voidAdd key in Map.
Parameters
key:String | |
engineClass:Class |
| destroy | () | method |
override public function destroy():voidDestructor.
| getInstance | () | method |
public static function getInstance():NavigationSystemInstantiate NavigationSystem.
ReturnsNavigationSystem |
| gotoTimeLine | () | method |
public function gotoTimeLine(key:String):voidNavigates to an element in the browsing TimeLine.
Parameters
key:String |
| historyBack | () | method |
public function historyBack():voidNavigates to the previous element in the browsing history.
| historyForward | () | method |
public function historyForward():voidNavigates to the next element in the browsing history.
| isHistoryBack | () | method |
public function isHistoryBack():BooleanReports whether there is a previous element in the browsing history.
ReturnsBoolean —
|
| isHistoryForward | () | method |
public function isHistoryForward():BooleanReports whether there is a next element in the browsing history.
ReturnsBoolean —
|
| restartCurrent | () | method |
public function restartCurrent():voidRestart current object.
| runTimeLine | () | method |
public function runTimeLine():voidRun the TimeLine.
| setup | () | method |
override public function setup():voidEntry point.
| timelineBack | () | method |
public function timelineBack():voidNavigates to the previous element in the browsing TimeLine.
| timelineForward | () | method |
public function timelineForward():voidNavigates to the next element in the browsing TimeLine.
| updateLocationAfterRequest | () | method |
public function updateLocationAfterRequest(isAvailableForHistory:Boolean):voidUpdate current location after successfully set new EngineObject.
Parameters
isAvailableForHistory:Boolean |
| onLocationChange | Event |
| onLocationNotFound | Event |
| onLocationRequested | Event |
| onSystemError | Event |