| Package | cpgears.views |
| Interface | public interface IWidgetView |
| Implementors | WidgetView |
| Property | Defined By | ||
|---|---|---|---|
| stageAlign : String [read-only]
Alignment of the stage in Flash Player. | IWidgetView | ||
| stageScaleMode : String [read-only]
The Flash Player stage scale mode. | IWidgetView | ||
| widgetProperties : IWidgetProperties
The widget properties. | IWidgetView | ||
| Method | Defined By | ||
|---|---|---|---|
finalize():void
The view is about to be removed. | IWidgetView | ||
initialize():void
Initializes the view before being displayed. | IWidgetView | ||
| stageAlign | property |
stageAlign:String [read-only] Alignment of the stage in Flash Player.
public function get stageAlign():StringSee also
| stageScaleMode | property |
stageScaleMode:String [read-only] The Flash Player stage scale mode.
public function get stageScaleMode():StringSee also
| widgetProperties | property |
widgetProperties:IWidgetPropertiesThe widget properties.
public function get widgetProperties():IWidgetProperties public function set widgetProperties(value:IWidgetProperties):void| finalize | () | method |
public function finalize():voidThe view is about to be removed.
| initialize | () | method |
public function initialize():voidInitializes the view before being displayed.