public interface ItemSelectorViewDescriptor<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ItemSelectorViewDescriptor.ItemDescriptor |
| Modifier and Type | Method and Description |
|---|---|
ItemSelectorViewDescriptor.ItemDescriptor |
getItemDescriptor(T t) |
ItemSelectorReturnType |
getItemSelectorReturnType() |
default java.lang.String[] |
getOrderByKeys() |
SearchContainer<T> |
getSearchContainer() |
default boolean |
isShowBreadcrumb() |
default boolean |
isShowManagementToolbar() |
default boolean |
isShowSearch() |
ItemSelectorViewDescriptor.ItemDescriptor getItemDescriptor(T t)
ItemSelectorReturnType getItemSelectorReturnType()
default java.lang.String[] getOrderByKeys()
SearchContainer<T> getSearchContainer() throws PortalException
PortalExceptiondefault boolean isShowBreadcrumb()
default boolean isShowManagementToolbar()
default boolean isShowSearch()