IContextContainer new HaxeContainer()static public setTitleMETHODstatic public getTitleMETHOD:HaxeMethodstatic public setLocationMETHOD:HaxeMethodstatic public getLocationMETHOD:HaxeMethodstatic public setSizeMETHOD:HaxeMethodstatic public getSizeMETHOD:HaxeMethodstatic public setFullScreenMETHOD:HaxeMethodstatic public getFullScreenMETHOD:HaxeMethodpublic function setLocation(x:Number, y:Number):VoidSet the container position.
setLocation() in fever.app.context.abstract.IContextContainer
public function getLocation():PointReturns the container title.
getLocation() in fever.app.context.abstract.IContextContainer
public function setFullScreenMode(enabled:Boolean):Void
Sets current application in fullscreen mode if passed-in enabled
is true, or in normal mode if false.
setFullScreenMode() in fever.app.context.abstract.IContextContainer
public function isFullScreen():Boolean
Indicates if current application is on fullscreen mode true or
in normal mode false.
isFullScreen() in fever.app.context.abstract.IContextContainer
public function getArgument(id):String
TODO Returns application argument associated with id ID.
getArgument() in fever.app.context.abstract.IContextContainer