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() |
ItemSelectorViewDescriptor.ItemDescriptor |
getItemDescriptor(T t) |
ItemSelectorReturnType |
getItemSelectorReturnType() |
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()
ItemSelectorViewDescriptor.ItemDescriptor getItemDescriptor(T t)
ItemSelectorReturnType getItemSelectorReturnType()
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.PortalException
default boolean isShowBreadcrumb()
default boolean isShowManagementToolbar()
default boolean isShowSearch()