Packagecom.degrafa.states
Classpublic class RemoveChildren
ImplementsIOverride

The RemoveChildren class removes an array Geomerty objects, such as a Circles, from a target as part of a view state. Degrafa states work very much like Flex 2 or 3 built in states. For further details reffer to the Flex 2 or 3 documentation.



Public Properties
 PropertyDefined by
  targets : Array
The children to remove from the view.
RemoveChildren
Public Methods
 MethodDefined by
  
RemoveChildren(targets:Array = null)
Constructor.
RemoveChildren
  
Applies the override.
RemoveChildren
  
initialize():void
Initializes the override.
RemoveChildren
  
Removes the override.
RemoveChildren
Property detail
targetsproperty
public var targets:Array

The children to remove from the view.

Constructor detail
RemoveChildren()constructor
public function RemoveChildren(targets:Array = null)

Constructor.

Parameters
targets:Array (default = null)
Method detail
apply()method
public function apply(parent:IDegrafaStateClient):void

Applies the override.

Parameters
parent:IDegrafaStateClient
initialize()method 
public function initialize():void

Initializes the override.

remove()method 
public function remove(parent:IDegrafaStateClient):void

Removes the override.

Parameters
parent:IDegrafaStateClient