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.void
Setter for the selected search option.
-
Constructor Details
-
CmsSearchStateSorting
public CmsSearchStateSorting()
-
-
Method Details
-
getCheckSelected
Description copied from interface:I_CmsSearchStateSorting
Returns a map from search options to their check state.- Specified by:
getCheckSelected
in interfaceI_CmsSearchStateSorting
- Returns:
- A map from search options to their check state.
- See Also:
-
getSelected
Description copied from interface:I_CmsSearchStateSorting
Returns the selected search option.- Specified by:
getSelected
in interfaceI_CmsSearchStateSorting
- Returns:
- The selected search option.
- See Also:
-
setSelectedOption
Description copied from interface:I_CmsSearchStateSorting
Setter for the selected search option.- Specified by:
setSelectedOption
in interfaceI_CmsSearchStateSorting
- Parameters:
option
- The selected search option to set.- See Also:
-