Packagecom.degrafa.states
Classpublic class RemoveChild
ImplementsIOverride

The RemoveChild class removes a Geomerty object, such as a Circle, 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
  target : IDegrafaStateClient
The child to remove from the view.
RemoveChild
Public Methods
 MethodDefined by
  
Constructor.
RemoveChild
  
Applies the override.
RemoveChild
  
initialize():void
Initializes the override.
RemoveChild
  
Removes the override.
RemoveChild
Property detail
targetproperty
public var target:IDegrafaStateClient

The child to remove from the view.

Constructor detail
RemoveChild()constructor
public function RemoveChild(target:IDegrafaStateClient = null)

Constructor.

Parameters
target:IDegrafaStateClient (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