public class AssessmentTestList extends BaseDeletePortletBean
Constructor and Description |
---|
AssessmentTestList()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addTest()
Adds a test.
|
ActionsMenuListController<ActionsMenuRowItem<org.tencompetence.generated.model.AssessmentTest>> |
getController()
Gets the controller.
|
java.lang.String |
getTestTitle()
Gets the test title.
|
boolean |
isAddAssessmentTestAllowed()
Check if user is allowed to add an Assessment test.
|
void |
setTestTitle(java.lang.String title)
Sets the test title.
|
deleteActionListener, getPageInit
checkModelPermission, checkModelPermission, checkPortletPermission, checkPortletPermission, getToggleText, isExpanded, toggle
public ActionsMenuListController<ActionsMenuRowItem<org.tencompetence.generated.model.AssessmentTest>> getController()
public java.lang.String getTestTitle()
public void setTestTitle(java.lang.String title)
title
- the new test titlepublic boolean isAddAssessmentTestAllowed()
public java.lang.String addTest()