Packagesekati.ui
Classpublic class AbstractPreloader
InheritanceAbstractPreloader Inheritance CoreSprite Inheritance flash.display.Sprite
SubclassesCirclePreloader

AbstractPreloader provides a Preloader UI Abstract element.



Public Properties
 PropertyDefined by
 Inheritedenabled : Boolean
Boolean stub property which subclasses implement to control core behavor availability such as interactivity, liquidity, drag-drop functionality.
CoreSprite
 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
  
AbstractPreloader Constructor
AbstractPreloader
 Inherited
addChildren(... args):void
Add multiple child DisplayObject's.
CoreSprite
  
destroy():void
Clean up after thy self.
AbstractPreloader
  
start():void
Start the animation.
AbstractPreloader
  
stop():void
Stop the animation.
AbstractPreloader
 Inherited
toString():String
Return reflective output.
CoreSprite
Protected Methods
 MethodDefined by
  
configUI():void
Configure UI elements.
AbstractPreloader
 Inherited
invalidate():void
Request a redraw, use for deferred rendering.
CoreSprite
  
offStage(e:Event = null):void
Automatically stop the animation when removed to stage.

Stub: Sprite has been removed from stage.
AbstractPreloader
  
onStage(e:Event = null):void
Automatically start the animation when added to stage.

Stub: Sprite has been added to stage.
AbstractPreloader
  
progress(e:Event = null):void
Animate to display progress on each frame.
AbstractPreloader
Constructor detail
AbstractPreloader()constructor
public function AbstractPreloader()

AbstractPreloader Constructor

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

Configure UI elements.

destroy()method 
public override function destroy():void

Clean up after thy self.

offStage()method 
protected override function offStage(e:Event = null):void

Automatically stop the animation when removed to stage.

Stub: Sprite has been removed from stage.

Parameters
e:Event (default = null)
onStage()method 
protected override function onStage(e:Event = null):void

Automatically start the animation when added to stage.

Stub: Sprite has been added to stage.

Parameters
e:Event (default = null)
progress()method 
protected function progress(e:Event = null):void

Animate to display progress on each frame.

Parameters
e:Event (default = null)
start()method 
public function start():void

Start the animation.

stop()method 
public function stop():void

Stop the animation.