| Package | com.degrafa.states |
| Class | public class RemoveChildren |
| Implements | IOverride |
| Property | Defined by | ||
|---|---|---|---|
| targets : Array
The children to remove from the view.
| RemoveChildren | ||
| Method | Defined by | ||
|---|---|---|---|
|
RemoveChildren(targets:Array = null)
Constructor.
| RemoveChildren | ||
|
apply(parent:IDegrafaStateClient):void
Applies the override.
| RemoveChildren | ||
|
initialize():void
Initializes the override.
| RemoveChildren | ||
|
remove(parent:IDegrafaStateClient):void
Removes the override.
| RemoveChildren | ||
| targets | property |
public var targets:ArrayThe children to remove from the view.
| RemoveChildren | () | constructor |
public function RemoveChildren(targets:Array = null)Constructor.
Parameterstargets:Array (default = null) |
| 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 |