Packagecpgears.views
Interfacepublic interface IRuntimeView extends IWidgetView
Implementors RuntimeWidgetView

Interface representing the widget view used at runtime.



Public Properties
 PropertyDefined By
  movie : IMovie
The Captivate movie containing the widget.
IRuntimeView
 InheritedstageAlign : String
[read-only] Alignment of the stage in Flash Player.
IWidgetView
 InheritedstageScaleMode : String
[read-only] The Flash Player stage scale mode.
IWidgetView
 InheritedwidgetProperties : IWidgetProperties
The widget properties.
IWidgetView
Public Methods
 MethodDefined By
 Inherited
finalize():void
The view is about to be removed.
IWidgetView
 Inherited
initialize():void
Initializes the view before being displayed.
IWidgetView
Property Detail
movieproperty
movie:IMovie

The Captivate movie containing the widget.


Implementation
    public function get movie():IMovie
    public function set movie(value:IMovie):void