public class LPElementRowItem extends ActionsMenuRowItem<org.tencompetence.business.model.learningpath.ILPElement>
Constructor and Description |
---|
LPElementRowItem(org.tencompetence.business.model.learningpath.ILPElement data,
java.lang.Long id)
Instantiates a new LPElementRowItem.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAllowEdit()
Is the user allowed to edit this item ?
|
boolean |
isAllowPermissions()
Is the user allowed to edit permissions for this item ?
|
boolean |
isAllowView()
Is the user allowed to view this item ?
|
boolean |
isShowActionsMenu()
Show the actions menu ?
|
getCustomTitle, getData, getId, isActionAllowed, isAllowDelete, isSelected, setSelected
checkModelPermission, checkModelPermission, checkPortletPermission, checkPortletPermission, getToggleText, isExpanded, toggle
public LPElementRowItem(org.tencompetence.business.model.learningpath.ILPElement data, java.lang.Long id)
data
- the dataid
- the idpublic boolean isAllowPermissions()
ActionsMenuRowItem
isAllowPermissions
in class ActionsMenuRowItem<org.tencompetence.business.model.learningpath.ILPElement>
public boolean isAllowEdit()
ActionsMenuRowItem
isAllowEdit
in class ActionsMenuRowItem<org.tencompetence.business.model.learningpath.ILPElement>
public boolean isAllowView()
ActionsMenuRowItem
isAllowView
in class ActionsMenuRowItem<org.tencompetence.business.model.learningpath.ILPElement>
public boolean isShowActionsMenu()
ActionsMenuRowItem
isShowActionsMenu
in class ActionsMenuRowItem<org.tencompetence.business.model.learningpath.ILPElement>