Packagelunas
Interfacepublic interface Builder extends Runnable
Implementors CoreBuilder, CoreButtonBuilder

The Builder interface.



Public Properties
 PropertyDefined By
  target : DisplayObject
Indicates the target reference of the component or custom display to build.
Builder
Public Methods
 MethodDefined By
  
clear():void
Clear the view of the component.
Builder
 Inherited
run(... arguments):void
Run the process.
Runnable
  
update():void
Update the view of the component.
Builder
Property Detail
targetproperty
target:DisplayObject

Indicates the target reference of the component or custom display to build.


Implementation
    public function get target():DisplayObject
    public function set target(value:DisplayObject):void
Method Detail
clear()method
public function clear():void

Clear the view of the component.

update()method 
public function update():void

Update the view of the component.