Package | com.asfusion.mate.core |
Interface | public interface IProperty |
Implementors | Properties, Property |
IProperty
interface allows to set properties in an Object.
The BaseAction
class uses this interface as a type of the
properties
attribute. That allows any action to have properties
defined in mxml.
Method | Defined by | ||
---|---|---|---|
setProperties(target:Object, scope:IScope):Object
| IProperty |