Package org.opencms.jsp.search.state
Class CmsSearchStateSorting
java.lang.Object
org.opencms.jsp.search.state.CmsSearchStateSorting
- All Implemented Interfaces:
I_CmsSearchStateSorting
Class for keeping the state of the sorting options.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a map from search options to their check state.Returns the selected search option.voidSetter for the selected search option.
-
Constructor Details
-
CmsSearchStateSorting
public CmsSearchStateSorting()
-
-
Method Details
-
getCheckSelected
Description copied from interface:I_CmsSearchStateSortingReturns a map from search options to their check state.- Specified by:
getCheckSelectedin interfaceI_CmsSearchStateSorting- Returns:
- A map from search options to their check state.
- See Also:
-
getSelected
Description copied from interface:I_CmsSearchStateSortingReturns the selected search option.- Specified by:
getSelectedin interfaceI_CmsSearchStateSorting- Returns:
- The selected search option.
- See Also:
-
setSelectedOption
Description copied from interface:I_CmsSearchStateSortingSetter for the selected search option.- Specified by:
setSelectedOptionin interfaceI_CmsSearchStateSorting- Parameters:
option- The selected search option to set.- See Also:
-