| Package | com.gestureworks.cml.managers |
| Class | public class DisplayManager |
| Inheritance | DisplayManager flash.events.EventDispatcher |
See also
| Property | Defined By | ||
|---|---|---|---|
| instance : DisplayManager [static] [read-only]
Returns instance of DisplayManaager
| DisplayManager | ||
| Method | Defined By | ||
|---|---|---|---|
DisplayManager(enforcer:SingletonEnforcer)
Constructor
| DisplayManager | ||
activateTouch():void
Calls the activateTouch() method on the entire CMLObjectList
by looping through the index of the CMLObjectList. | DisplayManager | ||
addCMLChildren():void
Calls the addAllChildren() method on the entire CMLObjectList
by looping through the index of the CMLObjectList. | DisplayManager | ||
displayComplete():void
Calls the init() method on the entire CMLObjectList
by looping through the index of the CMLObjectList. | DisplayManager | ||
layoutCML():void
Calls the applyLayout() method on the entire CMLObjectList
by looping through the index of the CMLObjectList. | DisplayManager | ||
loadComplete():void
Calls the loadComplete() method on the entire CMLObjectList
by looping through the index of the CMLObjectList. | DisplayManager | ||
loadRenderer():void
Loads all renderers through the CMLObjectList by
looping through the index of the CMLObjectList. | DisplayManager | ||
removeCMLChildren():void
Removes all children of the entire CMLObjectList
by looping through the index of the CMLObjectList. | DisplayManager | ||
updateCMLProperties():void
Calls the updateProperties() method on the entire CMLObjectList
by looping through the index of the CMLObjectList. | DisplayManager | ||
| instance | property |
instance:DisplayManager [read-only] Returns instance of DisplayManaager
public static function get instance():DisplayManager| DisplayManager | () | Constructor |
public function DisplayManager(enforcer:SingletonEnforcer)Constructor
Parametersenforcer:SingletonEnforcer |
| activateTouch | () | method |
public function activateTouch():voidCalls the activateTouch() method on the entire CMLObjectList by looping through the index of the CMLObjectList.
| addCMLChildren | () | method |
public function addCMLChildren():voidCalls the addAllChildren() method on the entire CMLObjectList by looping through the index of the CMLObjectList.
| displayComplete | () | method |
public function displayComplete():voidCalls the init() method on the entire CMLObjectList by looping through the index of the CMLObjectList.
| layoutCML | () | method |
public function layoutCML():voidCalls the applyLayout() method on the entire CMLObjectList by looping through the index of the CMLObjectList.
| loadComplete | () | method |
public function loadComplete():voidCalls the loadComplete() method on the entire CMLObjectList by looping through the index of the CMLObjectList.
| loadRenderer | () | method |
public function loadRenderer():voidLoads all renderers through the CMLObjectList by looping through the index of the CMLObjectList.
| removeCMLChildren | () | method |
public function removeCMLChildren():voidRemoves all children of the entire CMLObjectList by looping through the index of the CMLObjectList.
| updateCMLProperties | () | method |
public function updateCMLProperties():voidCalls the updateProperties() method on the entire CMLObjectList by looping through the index of the CMLObjectList.