Packagecom.degrafa.states
Classpublic class SetProperty
ImplementsIOverride

The SetProperty class specifies a property value that is in effect only during the parent 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
  name : String
The name of the property to change.
SetProperty
  target : Object
The object containing the property to be changed.
SetProperty
  value : *
The new value for the property.
SetProperty
Public Methods
 MethodDefined by
  
SetProperty(target:Object = null, name:String = null, value:*)
Constructor.
SetProperty
  
Applies the override.
SetProperty
  
initialize():void
Initializes the override.
SetProperty
  
Removes the override.
SetProperty
Property detail
nameproperty
public var name:String

The name of the property to change.

targetproperty 
public var target:Object

The object containing the property to be changed.

valueproperty 
public var value:*

The new value for the property.

Constructor detail
SetProperty()constructor
public function SetProperty(target:Object = null, name:String = null, value:*)

Constructor.

Parameters
target:Object (default = null)
 
name:String (default = null)
 
value:*
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