T
- the typepublic interface IActionsMenuListController2<T extends com.liferay.portal.model.BaseModel<T>>
Modifier and Type | Method and Description |
---|---|
void |
addRow(T entity,
IActionEventListener<T> clickLinkListener,
java.util.List<ActionsMenuItem<T>> items)
Adds the row.
|
java.lang.String |
getExtraColumnHeader()
Gets the extra column header.
|
java.lang.String |
getMaxUrl()
Gets the max url.
|
java.lang.String |
getNormalUrl()
Gets the normal url.
|
java.util.List<? extends IActionsMenuRow<T>> |
getRows()
Gets the rows.
|
java.util.List<? extends IActionsMenuRow<T>> |
getSelectedItems()
Gets the selected items.
|
java.lang.String |
getTitleHeader()
Gets the title header.
|
boolean |
isShowActionsButton()
Checks if is show actions button.
|
boolean |
isShowExtraColumn()
Checks if is show extra column.
|
boolean |
isShowSelectColumn()
Checks if is show select column.
|
void |
setMaxUrl(java.lang.String url)
Sets the max url.
|
void |
setNormalUrl(java.lang.String url)
Sets the normal url.
|
java.util.List<? extends IActionsMenuRow<T>> getRows()
boolean isShowSelectColumn()
java.lang.String getTitleHeader()
boolean isShowActionsButton()
boolean isShowExtraColumn()
java.lang.String getExtraColumnHeader()
java.lang.String getMaxUrl()
void setMaxUrl(java.lang.String url)
url
- the new max urljava.lang.String getNormalUrl()
void setNormalUrl(java.lang.String url)
url
- the new normal urlvoid addRow(T entity, IActionEventListener<T> clickLinkListener, java.util.List<ActionsMenuItem<T>> items)
entity
- the entityclickLinkListener
- the click link listeneritems
- the itemsjava.util.List<? extends IActionsMenuRow<T>> getSelectedItems()