Package org.opencms.jsp.search.state
Interface I_CmsSearchStateSorting
- All Known Implementing Classes:
CmsSearchStateSorting
public interface I_CmsSearchStateSorting
Interface for sorting states.
-
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.
-
Method Details
-
getCheckSelected
Returns a map from search options to their check state.- Returns:
- A map from search options to their check state.
-
getSelected
Returns the selected search option.- Returns:
- The selected search option.
-
setSelectedOption
Setter for the selected search option.- Parameters:
option
- The selected search option to set.
-