Interface ItemSelectorViewDescriptor<T>


public interface ItemSelectorViewDescriptor<T>
  • Method Details

    • getDefaultDisplayStyle

      default String getDefaultDisplayStyle()
    • getDisplayViews

      default String[] getDisplayViews()
    • getFilterLabelItems

      default List<com.liferay.frontend.taglib.clay.servlet.taglib.util.LabelItem> getFilterLabelItems()
    • getFilterNavigationDropdownItems

      default List<com.liferay.frontend.taglib.clay.servlet.taglib.util.DropdownItem> getFilterNavigationDropdownItems()
    • getItemDescriptor

    • getItemSelectorReturnType

      ItemSelectorReturnType getItemSelectorReturnType()
    • getKeyProperty

      default String getKeyProperty()
    • getOrderByKeys

      default String[] getOrderByKeys()
    • getResultRowSplitter

      default com.liferay.portal.kernel.dao.search.ResultRowSplitter getResultRowSplitter()
    • getSearchContainer

      com.liferay.portal.kernel.dao.search.SearchContainer<T> getSearchContainer() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getTableItemView

      default TableItemView getTableItemView(T t)
    • isMultipleSelection

      default boolean isMultipleSelection()
    • isShowBreadcrumb

      default boolean isShowBreadcrumb()
    • isShowManagementToolbar

      default boolean isShowManagementToolbar()
    • isShowSearch

      default boolean isShowSearch()