| Package | cpgears |
| Interface | public interface IInteractive |
| Implementors | InteractiveWidget |
| Method | Defined By | ||
|---|---|---|---|
hideHint():void
Hides the hint label associated to the interactive widget. | IInteractive | ||
resetInteraction():void
Resets the interaction of the widget so it can have a success and failure criteria again. | IInteractive | ||
setFailure():void
Marks the interactive widget has having failed to meet the success criteria. | IInteractive | ||
setSuccess():void
Marks the interactive widget has having met the success criteria. | IInteractive | ||
showHint():void
Shows the hint label associated to the interactive widget. | IInteractive | ||
| 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.