Packagesekati.views
Classpublic class AbstractLiquidView
InheritanceAbstractLiquidView Inheritance LiquidSprite Inheritance CoreSprite Inheritance flash.display.Sprite

AbstractLiquidView provides a liquid UI view abstract.

The purpose pf the views package is to offer view abstracts of the core display package DisplayObjects to encourate initializing code in configUI() to gain the boost of the JIT which is not available within the constructor and give a simple method for initializing view-type container / controller classes.



Public Properties
 PropertyDefined by
 Inheritedenabled : Boolean
Enabled property defines whether liquid eventing is available or not.
LiquidSprite
 InheritedinteractiveMode : Boolean
Specifies the mouse cursors modal state in the object as an interactive target via: buttonMode, mouseChildren & tabChildren.
CoreSprite
 Inheritedscale : Number
The scale value.
CoreSprite
Public Methods
 MethodDefined by
  
AbstractLiquidView Constructor
AbstractLiquidView
 Inherited
addChildren(... args):void
Add multiple child DisplayObject's.
CoreSprite
 Inherited
destroy():void
Clean up after thy self.
LiquidSprite
 Inherited
toString():String
Return reflective output.
CoreSprite
Protected Methods
 MethodDefined by
 Inherited
configListeners(isAdd:Boolean = false):void
Event listener management.
LiquidSprite
  
configUI():void
Configure View Elements: We do this to gain JIT which is unavailable in the constructor.
AbstractLiquidView
 Inherited
fullscreen(e:StageEvent = null):void
Stub: fires when StageDisplay dispatches a FULLSCREEN event.
LiquidSprite
 Inherited
invalidate():void
Request a redraw, use for deferred rendering.
CoreSprite
 Inherited
offStage(e:Event = null):void
Stub: Sprite has been removed from stage.
LiquidSprite
 Inherited
onStage(e:Event = null):void
Stub: Sprite has been added to stage.
LiquidSprite
 Inherited
resize(e:StageEvent = null):void
Stub: fires when StageDisplay dispatches a RESIZE event.
LiquidSprite
 Inherited
resizeComplete(e:StageEvent = null):void
Stub: fires when StageDisplay dispatches a RESIZE_COMPLETE event.
LiquidSprite
Constructor detail
AbstractLiquidView()constructor
public function AbstractLiquidView()

AbstractLiquidView Constructor

Method detail
configUI()method
protected function configUI():void

Configure View Elements: We do this to gain JIT which is unavailable in the constructor.