Package org.opencms.ade.galleries.client
Class CmsTypesTabHandler
java.lang.Object
org.opencms.ade.galleries.client.A_CmsTabHandler
org.opencms.ade.galleries.client.CmsTypesTabHandler
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.CloseHandler<com.google.gwt.user.client.ui.PopupPanel>,com.google.gwt.event.shared.EventHandler
The results tab handler.
This class receives events information from the results tab and delegates them to the gallery controller.
- Since:
- 8.0.0
-
Field Summary
Fields inherited from class org.opencms.ade.galleries.client.A_CmsTabHandler
m_controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidClears the search parameters of this tab.voiddeselectType(String resourceType) Will be triggered when the user unchecks the checkbox to deselect a type.voidWill be triggered when the tab is selected.voidSorts the list, if present.voidremoveParam(String paramKey) Removes the search parameter with the given key from the search object.voidselectType(String resourceType) Will be triggered when the user checks the checkbox to select a type.Methods inherited from class org.opencms.ade.galleries.client.A_CmsTabHandler
addSearchChangeHandler, getGalleryInfo, getTypeInfo, onClose, onDeselection, selectResource, selectResultTab, setSearchQuery, updateIndex, updateSize
-
Constructor Details
-
CmsTypesTabHandler
Constructor.- Parameters:
controller- the gallery controller
-
-
Method Details
-
clearParams
Description copied from class:A_CmsTabHandlerClears the search parameters of this tab.- Specified by:
clearParamsin classA_CmsTabHandler- See Also:
-
deselectType
Will be triggered when the user unchecks the checkbox to deselect a type.- Parameters:
resourceType- the resource type as id
-
onSelection
Description copied from class:A_CmsTabHandlerWill be triggered when the tab is selected.- Specified by:
onSelectionin classA_CmsTabHandler- See Also:
-
onSort
Description copied from class:A_CmsTabHandlerSorts the list, if present.- Specified by:
onSortin classA_CmsTabHandler- Parameters:
sortParams- the sort parametersfilter- the filter phrase- See Also:
-
removeParam
Description copied from class:A_CmsTabHandlerRemoves the search parameter with the given key from the search object.- Specified by:
removeParamin classA_CmsTabHandler- Parameters:
paramKey- the parameter key- See Also:
-
selectType
Will be triggered when the user checks the checkbox to select a type.- Parameters:
resourceType- the resource type as id
-