Class com.sekati.display.LiquidClip

Implemented Interfaces

ILiquidClip

Description

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.

Method Index

new LiquidClip()
_onFullScreen(), _onResize(), _onResizeComplete(), configUI(), onAppConfigured(), onUnload()

Inherited from CoreClip

Inherited from BaseClip

Constructor Detail

LiquidClip

public function LiquidClip()

Constructor

Method Detail

configUI

public function configUI():Void

Clip has been loaded and registered on Stage.

Return

Void

Specified By

configUI() in com.sekati.display.ICoreClip

Overrides

configUI() in com.sekati.display.CoreClip

onAppConfigured

public function onAppConfigured():Void

Application has been Configured (Config & Data loaded). NOTE: Automatically applies the application stylesheet to all TextField Objects!

Return

Void

Overrides

onAppConfigured() in com.sekati.display.UIClip

_onResize

public function _onResize():Void

_onFullscreen stub: fires when Stage resize has occurs.

Return

Void

Specified By

_onResize() in com.sekati.display.ILiquidClip

_onResizeComplete

public function _onResizeComplete():Void

_onResizeComplete stub: fires com.sekati.display.StageDisplay._resizeDelayMs milliseconds after a Stage resize has occured.

Return

Void

Specified By

_onResizeComplete() in com.sekati.display.ILiquidClip

_onFullScreen

public function _onFullScreen():Void

onUnload

public function onUnload():Void

Remove Dispatcher listeners onUnload.

Return

Void

Specified By

onUnload() in com.sekati.display.IBaseClip

Overrides

onUnload() in com.sekati.display.EventClip