| Package | lunas |
| Interface | public interface Builder extends Runnable |
| Implementors | CoreBuilder, CoreButtonBuilder |
| Property | Defined By | ||
|---|---|---|---|
| target : DisplayObject
Indicates the target reference of the component or custom display to build. | Builder | ||
| Method | Defined By | ||
|---|---|---|---|
clear():void
Clear the view of the component. | Builder | ||
![]() | run(... arguments):void
Run the process. | Runnable | |
update():void
Update the view of the component. | Builder | ||
| target | property |
target:DisplayObjectIndicates the target reference of the component or custom display to build.
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.