T
- the typepublic interface IActionsMenuRow<T extends com.liferay.portal.model.BaseModel<T>>
Modifier and Type | Method and Description |
---|---|
void |
clickLink(javax.faces.event.ActionEvent ae)
Click link.
|
ActionButtonController<T> |
getActionsButtonController()
Gets the actions button controller.
|
T |
getEntity()
Gets the entity.
|
java.lang.String |
getExtraColumnValue()
Gets the extra column value.
|
java.lang.String |
getTitle()
Gets the title.
|
boolean |
isSelectableEnabled()
Checks if is selectable enabled.
|
boolean |
isSelected()
Checks if is selected.
|
boolean |
isShowTitleAsLink()
Checks if is show title as link.
|
void |
setSelected(boolean selected)
Sets the selected.
|
T getEntity()
void setSelected(boolean selected)
selected
- the new selectedboolean isSelected()
boolean isSelectableEnabled()
boolean isShowTitleAsLink()
java.lang.String getTitle()
void clickLink(javax.faces.event.ActionEvent ae)
ae
- the aeActionButtonController<T> getActionsButtonController()
java.lang.String getExtraColumnValue()