Packagelunas.core
Interfacepublic interface IBuilder extends Runnable
ImplementorsAbstractBuilder, AbstractButtonBuilder

The IBuilder interface.



Public Properties
 PropertyDefined by
  target : DisplayObject
Indicates the target reference of the component.
IBuilder
Public Methods
 MethodDefined by
  
clear():void
Clear the view of the component.
IBuilder
 Inherited
run(... arguments):void
Run the process.
Runnable
  
update():void
Update the view of the component.
IBuilder
Property detail
targetproperty
target:DisplayObject  [read-write]

Indicates the target reference of the component.

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.