| Package | lunas.core |
| Interface | public interface IBuilder extends Runnable |
| Implementors | AbstractBuilder, AbstractButtonBuilder |
| Property | Defined by | ||
|---|---|---|---|
| target : DisplayObject
Indicates the target reference of the component.
| IBuilder | ||
| Method | Defined by | ||
|---|---|---|---|
|
clear():void
Clear the view of the component.
| IBuilder | ||
![]() |
run(... arguments):void
Run the process.
| Runnable | |
|
update():void
Update the view of the component.
| IBuilder | ||
| target | property |
target:DisplayObject [read-write]Indicates the target reference of the component.
Implementation public function get target():DisplayObject
public function set target(value:DisplayObject):void
| clear | () | method |
public function clear():voidClear the view of the component.
| update | () | method |
public function update():voidUpdate the view of the component.