public class PortfolioActionsMenuRowItem extends ActionsMenuRowItem<org.tencompetence.business.services.PortfolioService.PortfolioSearchResult>
Constructor and Description |
---|
PortfolioActionsMenuRowItem(org.tencompetence.business.services.PortfolioService.PortfolioSearchResult data,
java.lang.Long id)
Instantiates a new PortfolioActions menu row item.
|
PortfolioActionsMenuRowItem(org.tencompetence.business.services.PortfolioService.PortfolioSearchResult data,
java.lang.Long id,
boolean showValue)
Instantiates a new PortfolioActions actions menu row item.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomTitle() |
java.lang.String |
getEntityName() |
java.lang.String |
getEntityTitle() |
java.lang.String |
getEventTitle() |
java.lang.String |
getIcon()
Gets the icon.
|
org.tencompetence.portlet.portfolio.common.components.PortfolioActionsMenuRowItem.PortfolioRatingController |
getRatingController()
Gets the rating controller.
|
java.lang.String |
getValue()
Gets the value.
|
java.lang.String |
getValueType()
Gets the value type (needed for rendering the value in the datatable).
|
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 ?
|
getData, getId, isActionAllowed, isAllowDelete, isSelected, isShowActionsMenu, setSelected
checkModelPermission, checkModelPermission, checkPortletPermission, checkPortletPermission, getToggleText, isExpanded, toggle
public PortfolioActionsMenuRowItem(org.tencompetence.business.services.PortfolioService.PortfolioSearchResult data, java.lang.Long id)
data
- the dataid
- the idpublic PortfolioActionsMenuRowItem(org.tencompetence.business.services.PortfolioService.PortfolioSearchResult data, java.lang.Long id, boolean showValue)
data
- the dataid
- the idshowValue
- showValuepublic boolean isAllowPermissions()
ActionsMenuRowItem
isAllowPermissions
in class ActionsMenuRowItem<org.tencompetence.business.services.PortfolioService.PortfolioSearchResult>
public boolean isAllowEdit()
ActionsMenuRowItem
isAllowEdit
in class ActionsMenuRowItem<org.tencompetence.business.services.PortfolioService.PortfolioSearchResult>
public boolean isAllowView()
ActionsMenuRowItem
isAllowView
in class ActionsMenuRowItem<org.tencompetence.business.services.PortfolioService.PortfolioSearchResult>
public java.lang.String getCustomTitle()
getCustomTitle
in class ActionsMenuRowItem<org.tencompetence.business.services.PortfolioService.PortfolioSearchResult>
public java.lang.String getEntityName()
public java.lang.String getEntityTitle()
public java.lang.String getEventTitle()
public java.lang.String getValueType()
public java.lang.String getValue()
public org.tencompetence.portlet.portfolio.common.components.PortfolioActionsMenuRowItem.PortfolioRatingController getRatingController()
public java.lang.String getIcon()