DefaultDisplayObjectBuilder
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.ioc.assembler.displayobject |
| Inherits from: | none |
| Implements: | |
| Classpath: | com.bourre.ioc.assembler.displayobject.DefaultDisplayObjectBuilder |
| File last modified: | Monday, 24 November 2008, 11:36:56 |
Summary
Constructor
- DefaultDisplayObjectBuilder (rootTarget:DisplayObjectContainer = null)
Instance methods
- setAntiCache (b:Boolean) : void
- isAntiCache : Boolean
- getRootID : String
- size : uint
- setRootTarget (target:DisplayObjectContainer) : void
- getRootTarget : DisplayObjectContainer
- buildDisplayLoader (valueObject:ValueObject) : void
- buildDLL (valueObject:ValueObject) : void
- buildDisplayObject (valueObject:ValueObject) : void
- execute (e:Event = null) : void
- Execute the request according to the current command data.
- loadDLLQueue : void
- loadDisplayObjectQueue : void
- buildDisplayList : void
- qlOnLoadStart (e:LoaderEvent) : void
- qlOnLoadInit (e:LoaderEvent) : void
- qlOnLoadProgress (e:LoaderEvent) : void
- qlOnLoadTimeOut (e:LoaderEvent) : void
- qlOnLoadError (e:LoaderEvent) : void
- addListener (listener:DisplayObjectBuilderListener) : Boolean
- Event system
- removeListener (listener:DisplayObjectBuilderListener) : Boolean
- addEventListener (type:String, listener:Object, rest) : Boolean
- removeEventListener (type:String, listener:Object) : Boolean
- toString : String
- Returns the string representation of this instance.
Event handlers- onDisplayLoaderInit (e:GraphicLoaderEvent) : void
- onDLLLoadStart (e:LoaderEvent) : void
- onDLLLoadInit (e:LoaderEvent) : void
- onDisplayObjectLoadStart (e:LoaderEvent) : void
- onDisplayObjectLoadInit (e:LoaderEvent) : void
Constructor
DefaultDisplayObjectBuilder
public function DefaultDisplayObjectBuilder (
rootTarget:DisplayObjectContainer = null)
Constants
MOVIECLIP
public static const MOVIECLIP:String = ContextTypeList.MOVIECLIP
(read)
SPRITE
public static const SPRITE:String = ContextTypeList.SPRITE
(read)
TEXTFIELD
public static const TEXTFIELD:String = ContextTypeList.TEXTFIELD
(read)
Instance methods
addEventListener
public function addEventListener (
type:String,
listener:Object,
rest) : Boolean
Specified by:
addListener
Event system
Specified by:
buildDisplayList
public function buildDisplayList (
) : void
buildDisplayLoader
buildDisplayObject
buildDLL
execute
public function execute (
e:Event = null) : void
Execute the request according to the current command data.
# Stateless commands may use the passed-in event object
as data source for its execution. If the execution can't
be performed because of unreachable data the command have
to throw an error.
getRootID
public function getRootID (
) : String
getRootTarget
public function getRootTarget (
) : DisplayObjectContainer
Specified by:
loadDisplayObjectQueue
public function loadDisplayObjectQueue (
) : void
loadDLLQueue
public function loadDLLQueue (
) : void
qlOnLoadError
qlOnLoadInit
qlOnLoadProgress
qlOnLoadStart
qlOnLoadTimeOut
removeEventListener
public function removeEventListener (
type:String,
listener:Object) : Boolean
Specified by:
removeListener
Specified by:
setAntiCache
public function setAntiCache (
b:Boolean) : void
Specified by:
setRootTarget
public function setRootTarget (
target:DisplayObjectContainer) : void
Specified by:
size
public function size (
) : uint
toString
public function toString (
) : String
Returns the string representation of this instance.
Returns:
- the string representation of this instance
Event handlers
onDisplayLoaderInit
public function onDisplayLoaderInit (
e:GraphicLoaderEvent,
displayLoaderInfo:DisplayLoaderInfo) : void