ILiquidClip LiquidClip - mixin for any subclass which needs to respond to StageDisplay events such as onResize, onResizeComplete or onFullScreen. Note: Extends UIClip to allow for easy/automatic TextField CSS styling.
new LiquidClip()public function configUI():VoidClip has been loaded and registered on Stage.
Void
configUI() in com.sekati.display.ICoreClip
public function onAppConfigured():VoidApplication has been Configured (Config & Data loaded). NOTE: Automatically applies the application stylesheet to all TextField Objects!
Void
public function _onResize():Void_onFullscreen stub: fires when Stage resize has occurs.
Void
public function _onResizeComplete():Void_onResizeComplete stub: fires com.sekati.display.StageDisplay._resizeDelayMs milliseconds after a Stage resize has occured.
Void
public function onUnload():VoidRemove Dispatcher listeners onUnload.
Void
onUnload() in com.sekati.display.IBaseClip