Packagecom.degrafa.states
Classpublic class SetProperties
ImplementsIOverride

The SetProperties class specifies an array properties and values that get modified for this 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
  names : Array
An array of property nanmes being changed.
SetProperties
  target : Object
The object containing the properties to be changed.
SetProperties
  values : Array
The new values to be applied to the properties list.
SetProperties
Public Methods
 MethodDefined by
  
SetProperties(target:Object = null, names:Array = null, values:Array = null)
Constructor.
SetProperties
  
Applies the override.
SetProperties
  
initialize():void
Initializes the override.
SetProperties
  
Removes the override.
SetProperties
Property detail
namesproperty
public var names:Array

An array of property nanmes being changed.

targetproperty 
public var target:Object

The object containing the properties to be changed.

valuesproperty 
public var values:Array

The new values to be applied to the properties list.

Constructor detail
SetProperties()constructor
public function SetProperties(target:Object = null, names:Array = null, values:Array = null)

Constructor.

Parameters
target:Object (default = null)
 
names:Array (default = null)
 
values: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