| Package | cpgears.views |
| Class | public class InteractiveWidgetView |
| Inheritance | InteractiveWidgetView RuntimeWidgetView WidgetView flash.display.MovieClip |
| Method | Defined By | ||
|---|---|---|---|
InteractiveWidgetView(interactiveFunctions:IInteractive)
Creates a Runtime view for an interactive widget. | InteractiveWidgetView | ||
![]() | finalize():void
The view is about to be removed. | WidgetView | |
hideHint():void
Hides the hint label associated to the interactive widget. | InteractiveWidgetView | ||
![]() | initialize():void
Initializes the view before being displayed. | WidgetView | |
resetInteraction():void
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 | ||
| InteractiveWidgetView | () | Constructor |
public function InteractiveWidgetView(interactiveFunctions:IInteractive)Creates a Runtime view for an interactive widget.
ParametersinteractiveFunctions:IInteractive — The API required to access the additional functionality of an Interactive Widget.
|
| hideHint | () | method |
public function hideHint():voidHides the hint label associated to the interactive widget.
| resetInteraction | () | method |
public function resetInteraction():voidResets the interaction of the widget so it can have a success and failure criteria again.
| setFailure | () | method |
public function setFailure():voidMarks the interactive widget has having failed to meet the success criteria.
| setSuccess | () | method |
public function setSuccess():voidMarks the interactive widget has having met the success criteria.
| showHint | () | method |
public function showHint():voidShows the hint label associated to the interactive widget.