| Package | cpgears.views |
| Class | public class RuntimeWidgetView |
| Inheritance | RuntimeWidgetView WidgetView flash.display.MovieClip |
| Implements | IRuntimeView |
| Subclasses | InteractiveWidgetView, QuestionWidgetView |
| Property | Defined By | ||
|---|---|---|---|
| movie : IMovie
The Captivate movie containing the widget. | RuntimeWidgetView | ||
![]() | 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 view that is suited to receive runtime parameters. | RuntimeWidgetView | ||
![]() | finalize():void
The view is about to be removed. | WidgetView | |
![]() | initialize():void
Initializes the view before being displayed. | WidgetView | |
| movie | property |
movie:IMovieThe Captivate movie containing the widget.
public function get movie():IMovie public function set movie(value:IMovie):void| RuntimeWidgetView | () | Constructor |
public function RuntimeWidgetView()Creates a view that is suited to receive runtime parameters.