Packagecpgears
Interfacepublic interface IInteractive
Implementors InteractiveWidget

Interface defining an Interactive Widget.



Public Methods
 MethodDefined By
  
hideHint():void
Hides the hint label associated to the interactive widget.
IInteractive
  
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
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.