| Package | org.springextensions.actionscript.utils |
| Class | public class Property |
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
| Method | Defined by | ||
|---|---|---|---|
|
Property(host:*, ... chain)
| Property | ||
|
getValue():*
Returns the value of the property.
| Property | ||
| chain | property |
public var chain:Array
| host | property |
public var host:*
| Property | () | constructor |
public function Property(host:*, ... chain)Parameters
host:* |
|
... chain |
| getValue | () | method |
public function getValue():*Returns the value of the property.
Returns* |