Packagecpgears.views
Interfacepublic interface IWidgetView
Implementors WidgetView

Interface representing a Widget View.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
finalize():void
The view is about to be removed.
IWidgetView
  
initialize():void
Initializes the view before being displayed.
IWidgetView
Property Detail
stageAlignproperty
stageAlign:String  [read-only]

Alignment of the stage in Flash Player.


Implementation
    public function get stageAlign():String

See also

stageScaleModeproperty 
stageScaleMode:String  [read-only]

The Flash Player stage scale mode.


Implementation
    public function get stageScaleMode():String

See also

widgetPropertiesproperty 
widgetProperties:IWidgetProperties

The widget properties.


Implementation
    public function get widgetProperties():IWidgetProperties
    public function set widgetProperties(value:IWidgetProperties):void
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.