public interface ItemSelectorViewDescriptor<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ItemSelectorViewDescriptor.ItemDescriptor |
| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
getDefaultDisplayStyle() |
default java.lang.String[] |
getDisplayViews() |
ItemSelectorViewDescriptor.ItemDescriptor |
getItemDescriptor(T t) |
ItemSelectorReturnType |
getItemSelectorReturnType() |
default java.lang.String |
getKeyProperty() |
default java.lang.String[] |
getOrderByKeys() |
com.liferay.portal.kernel.dao.search.SearchContainer<T> |
getSearchContainer() |
default boolean |
isShowBreadcrumb() |
default boolean |
isShowManagementToolbar() |
default boolean |
isShowSearch() |
default java.lang.String getDefaultDisplayStyle()
default java.lang.String[] getDisplayViews()
ItemSelectorViewDescriptor.ItemDescriptor getItemDescriptor(T t)
ItemSelectorReturnType getItemSelectorReturnType()
default java.lang.String getKeyProperty()
default java.lang.String[] getOrderByKeys()
com.liferay.portal.kernel.dao.search.SearchContainer<T> getSearchContainer() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptiondefault boolean isShowBreadcrumb()
default boolean isShowManagementToolbar()
default boolean isShowSearch()