| Package | com.degrafa.states |
| Class | public class SetProperties |
| Implements | IOverride |
| Property | Defined 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 | ||
| Method | Defined by | ||
|---|---|---|---|
|
SetProperties(target:Object = null, names:Array = null, values:Array = null)
Constructor.
| SetProperties | ||
|
apply(parent:IDegrafaStateClient):void
Applies the override.
| SetProperties | ||
|
initialize():void
Initializes the override.
| SetProperties | ||
|
remove(parent:IDegrafaStateClient):void
Removes the override.
| SetProperties | ||
| names | property |
public var names:ArrayAn array of property nanmes being changed.
| target | property |
public var target:ObjectThe object containing the properties to be changed.
| values | property |
public var values:ArrayThe new values to be applied to the properties list.
| SetProperties | () | constructor |
public function SetProperties(target:Object = null, names:Array = null, values:Array = null)Constructor.
Parameterstarget:Object (default = null) |
|
names:Array (default = null) |
|
values:Array (default = null) |
| 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 |