| Package | flare.vis.controls |
| Interface | public interface IControl extends mx.core.IMXMLObject |
| Implementors | Control |
| Property | Defined by | ||
|---|---|---|---|
| object : InteractiveObject [read-only] The interactive object this control is attached to.
| IControl | ||
| Method | Defined by | ||
|---|---|---|---|
|
attach(obj:InteractiveObject):void
Attach this control to the given interactive object.
| IControl | ||
|
detach():InteractiveObject
Detach this control.
| IControl | ||
| object | property |
object:InteractiveObject [read-only]The interactive object this control is attached to.
Implementation public function get object():InteractiveObject
| attach | () | method |
public function attach(obj:InteractiveObject):voidAttach this control to the given interactive object. This method will automatically detach if already attached to another object.
Parametersobj:InteractiveObject — the display object to attach to
|
| detach | () | method |
public function detach():InteractiveObjectDetach this control.
ReturnsInteractiveObject — the interactive object this control was attached to,
or null if this control was not attached.
|