Class SearchContainerManagementToolbarDisplayContext
java.lang.Object
com.liferay.frontend.taglib.clay.servlet.taglib.display.context.BaseManagementToolbarDisplayContext
com.liferay.frontend.taglib.clay.servlet.taglib.display.context.SearchContainerManagementToolbarDisplayContext
- All Implemented Interfaces:
ManagementToolbarDisplayContext
public class SearchContainerManagementToolbarDisplayContext
extends BaseManagementToolbarDisplayContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.liferay.portal.kernel.dao.search.SearchContainer<?>
Fields inherited from class com.liferay.frontend.taglib.clay.servlet.taglib.display.context.BaseManagementToolbarDisplayContext
currentURLObj, httpServletRequest, liferayPortletRequest, liferayPortletResponse, request
-
Constructor Summary
ConstructorsConstructorDescriptionSearchContainerManagementToolbarDisplayContext
(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.dao.search.SearchContainer<?> searchContainer) Deprecated.SearchContainerManagementToolbarDisplayContext
(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, com.liferay.portal.kernel.dao.search.SearchContainer<?> searchContainer) -
Method Summary
Methods inherited from class com.liferay.frontend.taglib.clay.servlet.taglib.display.context.BaseManagementToolbarDisplayContext
getDefaultDisplayStyle, getDefaultEntriesMap, getDisplayStyle, getDisplayViews, getDropdownItems, getFilterDropdownItems, getFilterNavigationDropdownItems, getFilterNavigationDropdownItemsLabel, getNamespace, getNavigation, getNavigationEntriesMap, getNavigationKeys, getNavigationParam, getOrderByDropdownItems, getOrderByDropdownItemsLabel, getOrderByEntriesMap, getOrderByKeys, getOrderDropdownItems, getPortletURL, getSortingOrder, getSortingURL, getViewTypeItems
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.frontend.taglib.clay.servlet.taglib.display.context.ManagementToolbarDisplayContext
getActionDropdownItems, getAdditionalProps, getClearResultsURL, getComponentId, getContentRenderer, getCreationMenu, getData, getDefaultEventHandler, getElementClasses, getFilterLabelItems, getId, getInfoPanelId, getSearchFormMethod, getSearchFormName, getSearchInputName, getSearchResultsTitle, getSearchValue, getSelectedItems, getSpritemap, getSupportsBulkActions, isDisabled, isSearchInputAutoFocus, isShowAdvancedSearch, isShowCreationMenu, isShowFiltersDoneButton, isShowInfoButton, isShowSearch
-
Field Details
-
searchContainer
protected com.liferay.portal.kernel.dao.search.SearchContainer<?> searchContainer
-
-
Constructor Details
-
SearchContainerManagementToolbarDisplayContext
public SearchContainerManagementToolbarDisplayContext(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, com.liferay.portal.kernel.dao.search.SearchContainer<?> searchContainer) -
SearchContainerManagementToolbarDisplayContext
@Deprecated public SearchContainerManagementToolbarDisplayContext(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.dao.search.SearchContainer<?> searchContainer) Deprecated.As of Athanasius (7.3.x), replaced bySearchContainerManagementToolbarDisplayContext(HttpServletRequest, LiferayPortletRequest, LiferayPortletResponse, SearchContainer)
-
-
Method Details
-
getItemsTotal
public int getItemsTotal() -
getSearchActionURL
-
getSearchContainerId
-
isSelectable
-
getOrderByCol
- Overrides:
getOrderByCol
in classBaseManagementToolbarDisplayContext
-
getOrderByColParam
- Overrides:
getOrderByColParam
in classBaseManagementToolbarDisplayContext
-
getOrderByType
- Overrides:
getOrderByType
in classBaseManagementToolbarDisplayContext
-
getOrderByTypeParam
- Overrides:
getOrderByTypeParam
in classBaseManagementToolbarDisplayContext
-
SearchContainerManagementToolbarDisplayContext(HttpServletRequest, LiferayPortletRequest, LiferayPortletResponse, SearchContainer)