| Package | cpgears.properties |
| Interface | public interface IWidgetProperties |
| Implementors | WidgetPropertiesBase |
| Method | Defined By | ||
|---|---|---|---|
getPropertiesObject():Object
Returns an object containing all the widget properties. | IWidgetProperties | ||
initializeFromObject(object:Object):void
Initialize the widget data from the an object. | IWidgetProperties | ||
initializeFromString(xmlString:String):void
Initialize the widget data from the an XML string. | IWidgetProperties | ||
| getPropertiesObject | () | method |
public function getPropertiesObject():ObjectReturns an object containing all the widget properties.
ReturnsObject — An object containing all the widget properties.
|
| initializeFromObject | () | method |
public function initializeFromObject(object:Object):voidInitialize the widget data from the an object.
Parameters
object:Object — The object containing the data
|
| initializeFromString | () | method |
public function initializeFromString(xmlString:String):voidInitialize the widget data from the an XML string.
Parameters
xmlString:String — The XML string
|