| Package | com.degrafa.states |
| Class | public class AddChild |
| Implements | IOverride |
Default MXML Propertytarget
| Property | Defined by | ||
|---|---|---|---|
| position : String
The position of the child.
| AddChild | ||
| relativeTo : IDegrafaStateClient
The object relative to which the child is added.
| AddChild | ||
| target : IDegrafaStateClient
The child to be added.
| AddChild | ||
| Method | Defined by | ||
|---|---|---|---|
|
AddChild(relativeTo:IDegrafaStateClient = null, target:IDegrafaStateClient = null, position:String = "lastChild")
Constructor.
| AddChild | ||
|
apply(parent:IDegrafaStateClient):void
Applies the override.
| AddChild | ||
|
initialize():void
Initializes the override.
| AddChild | ||
|
remove(parent:IDegrafaStateClient):void
Removes the override.
| AddChild | ||
| position | property |
public var position:StringThe position of the child.
| relativeTo | property |
public var relativeTo:IDegrafaStateClientThe object relative to which the child is added.
| target | property |
public var target:IDegrafaStateClientThe child to be added.
| AddChild | () | constructor |
public function AddChild(relativeTo:IDegrafaStateClient = null, target:IDegrafaStateClient = null, position:String = "lastChild")Constructor.
ParametersrelativeTo:IDegrafaStateClient (default = null) |
|
target:IDegrafaStateClient (default = null) |
|
position:String (default = "lastChild") |
| apply | () | method |
public function apply(parent:IDegrafaStateClient):voidApplies the override.
Parametersparent:IDegrafaStateClient |
| initialize | () | method |
public function initialize():voidInitializes the override.
| remove | () | method |
public function remove(parent:IDegrafaStateClient):voidRemoves the override.
Parametersparent:IDegrafaStateClient |