Packagecpgears.views
Classpublic class RuntimeWidgetView
InheritanceRuntimeWidgetView Inheritance WidgetView Inheritance flash.display.MovieClip
Implements IRuntimeView
Subclasses InteractiveWidgetView, QuestionWidgetView

Base implementation of a widget view used at runtime.



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

The Captivate movie containing the widget.


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

Creates a view that is suited to receive runtime parameters.