Packagecpgears.views
Classpublic class WidgetView
InheritanceWidgetView Inheritance flash.display.MovieClip
Implements IWidgetView
Subclasses RuntimeWidgetView

Base implementation of a widget view.

This class is meant to be subclassed.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined 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
Property Detail
stageAlignproperty
stageAlign:String  [read-only]

Alignment of the stage in Flash Player.


Implementation
    public function get stageAlign():String
stageScaleModeproperty 
stageScaleMode:String  [read-only]

The Flash Player stage scale mode.


Implementation
    public function get stageScaleMode():String
widgetPropertiesproperty 
widgetProperties:IWidgetProperties

The widget properties.


Implementation
    public function get widgetProperties():IWidgetProperties
    public function set widgetProperties(value:IWidgetProperties):void
Constructor Detail
WidgetView()Constructor
public function WidgetView()

Creates a base implementation of a widget view.

Method Detail
finalize()method
public function finalize():void

The view is about to be removed.

initialize()method 
public function initialize():void

Initializes the view before being displayed.