Package | artcustomer.maxima.engine |
Class | public class NavigationSystem |
Inheritance | NavigationSystem ![]() ![]() |
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):void
Add key in Map.
Parameters
key:String | |
engineClass:Class |
destroy | () | method |
override public function destroy():void
Destructor.
getInstance | () | method |
public static function getInstance():NavigationSystem
Instantiate NavigationSystem.
ReturnsNavigationSystem |
gotoTimeLine | () | method |
public function gotoTimeLine(key:String):void
Navigates to an element in the browsing TimeLine.
Parameters
key:String |
historyBack | () | method |
public function historyBack():void
Navigates to the previous element in the browsing history.
historyForward | () | method |
public function historyForward():void
Navigates to the next element in the browsing history.
isHistoryBack | () | method |
public function isHistoryBack():Boolean
Reports whether there is a previous element in the browsing history.
ReturnsBoolean —
|
isHistoryForward | () | method |
public function isHistoryForward():Boolean
Reports whether there is a next element in the browsing history.
ReturnsBoolean —
|
restartCurrent | () | method |
public function restartCurrent():void
Restart current object.
runTimeLine | () | method |
public function runTimeLine():void
Run the TimeLine.
setup | () | method |
override public function setup():void
Entry point.
timelineBack | () | method |
public function timelineBack():void
Navigates to the previous element in the browsing TimeLine.
timelineForward | () | method |
public function timelineForward():void
Navigates to the next element in the browsing TimeLine.
updateLocationAfterRequest | () | method |
public function updateLocationAfterRequest(isAvailableForHistory:Boolean):void
Update current location after successfully set new EngineObject.
Parameters
isAvailableForHistory:Boolean |
onLocationChange | Event |
onLocationNotFound | Event |
onLocationRequested | Event |
onSystemError | Event |