| Package | com.degrafa.states |
| Class | public class SetProperty |
| Implements | IOverride |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
SetProperty(target:Object = null, name:String = null, value:*)
Constructor.
| SetProperty | ||
|
apply(parent:IDegrafaStateClient):void
Applies the override.
| SetProperty | ||
|
initialize():void
Initializes the override.
| SetProperty | ||
|
remove(parent:IDegrafaStateClient):void
Removes the override.
| SetProperty | ||
| name | property |
public var name:StringThe name of the property to change.
| target | property |
public var target:ObjectThe object containing the property to be changed.
| value | property |
public var value:*The new value for the property.
| SetProperty | () | constructor |
public function SetProperty(target:Object = null, name:String = null, value:*)Constructor.
Parameterstarget:Object (default = null) |
|
name:String (default = null) |
|
value:* |
| 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 |