Packagecpgears.views
Classpublic class InteractiveWidgetView
InheritanceInteractiveWidgetView Inheritance RuntimeWidgetView Inheritance WidgetView Inheritance flash.display.MovieClip

Runtime View for an Interactive Widget.



Public Properties
 PropertyDefined By
 Inheritedmovie : 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
  
InteractiveWidgetView(interactiveFunctions:IInteractive)
Creates a Runtime view for an interactive widget.
InteractiveWidgetView
 Inherited
finalize():void
The view is about to be removed.
WidgetView
  
hideHint():void
Hides the hint label associated to the interactive widget.
InteractiveWidgetView
 Inherited
initialize():void
Initializes the view before being displayed.
WidgetView
  
Resets the interaction of the widget so it can have a success and failure criteria again.
InteractiveWidgetView
  
setFailure():void
Marks the interactive widget has having failed to meet the success criteria.
InteractiveWidgetView
  
setSuccess():void
Marks the interactive widget has having met the success criteria.
InteractiveWidgetView
  
showHint():void
Shows the hint label associated to the interactive widget.
InteractiveWidgetView
Constructor Detail
InteractiveWidgetView()Constructor
public function InteractiveWidgetView(interactiveFunctions:IInteractive)

Creates a Runtime view for an interactive widget.

Parameters
interactiveFunctions:IInteractive — The API required to access the additional functionality of an Interactive Widget.
Method Detail
hideHint()method
public function hideHint():void

Hides the hint label associated to the interactive widget.

resetInteraction()method 
public function resetInteraction():void

Resets the interaction of the widget so it can have a success and failure criteria again.

setFailure()method 
public function setFailure():void

Marks the interactive widget has having failed to meet the success criteria.

setSuccess()method 
public function setSuccess():void

Marks the interactive widget has having met the success criteria.

showHint()method 
public function showHint():void

Shows the hint label associated to the interactive widget.