| Package | cpgears.views |
| Class | public class WidgetView |
| Inheritance | WidgetView flash.display.MovieClip |
| Implements | IWidgetView |
| Subclasses | RuntimeWidgetView |
This class is meant to be subclassed.
| Property | Defined By | ||
|---|---|---|---|
| stageAlign : String [read-only]
Alignment of the stage in Flash Player. | WidgetView | ||
| stageScaleMode : String [read-only]
The Flash Player stage scale mode. | WidgetView | ||
| widgetProperties : IWidgetProperties
The widget properties. | WidgetView | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a base implementation of a widget view. | WidgetView | ||
finalize():void
The view is about to be removed. | WidgetView | ||
initialize():void
Initializes the view before being displayed. | WidgetView | ||
| stageAlign | property |
stageAlign:String [read-only] Alignment of the stage in Flash Player.
public function get stageAlign():String| stageScaleMode | property |
stageScaleMode:String [read-only] The Flash Player stage scale mode.
public function get stageScaleMode():String| widgetProperties | property |
widgetProperties:IWidgetPropertiesThe widget properties.
public function get widgetProperties():IWidgetProperties public function set widgetProperties(value:IWidgetProperties):void| WidgetView | () | Constructor |
public function WidgetView()Creates a base implementation of a widget view.
| finalize | () | method |
public function finalize():voidThe view is about to be removed.
| initialize | () | method |
public function initialize():voidInitializes the view before being displayed.