public abstract class AssessmentPopupController
extends java.lang.Object
Constructor and Description |
---|
AssessmentPopupController()
Instantiates a new rating popup controller.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
doCancel()
Do cancel.
|
java.lang.String |
doOk()
This method is called when the OK button is pressed.
|
abstract java.lang.String |
getAssessmentId()
Implementations of this method must return the identifier (URI) of the assessment test or item associated with
this controller.
|
java.lang.String |
getIframeURL()
Returns the correct, fully qualified URL for the QTI rendering servlet.
|
abstract void |
handleOk()
Implementations of this method may perform specific logic here when the OK button is pressed.
|
boolean |
isVisible()
Checks if is visible.
|
void |
setVisible(boolean visible)
Sets the visibility of this dialog.
|
public AssessmentPopupController() throws com.liferay.portal.kernel.exception.SystemException, com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
- the system exceptioncom.liferay.portal.kernel.exception.PortalException
- the portal exceptionpublic boolean isVisible()
public void setVisible(boolean visible)
visible
- the new visibility valuepublic java.lang.String doCancel()
public java.lang.String doOk()
public abstract void handleOk()
public abstract java.lang.String getAssessmentId()
public java.lang.String getIframeURL()