public class CmsSearchStateSorting extends java.lang.Object implements I_CmsSearchStateSorting
| Constructor and Description |
|---|
CmsSearchStateSorting() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<I_CmsSearchConfigurationSortOption,java.lang.Boolean> |
getCheckSelected()
Returns a map from search options to their check state.
|
I_CmsSearchConfigurationSortOption |
getSelected()
Returns the selected search option.
|
void |
setSelectedOption(I_CmsSearchConfigurationSortOption option)
Setter for the selected search option.
|
public CmsSearchStateSorting()
public java.util.Map<I_CmsSearchConfigurationSortOption,java.lang.Boolean> getCheckSelected()
I_CmsSearchStateSortinggetCheckSelected in interface I_CmsSearchStateSortingI_CmsSearchStateSorting.getCheckSelected()public I_CmsSearchConfigurationSortOption getSelected()
I_CmsSearchStateSortinggetSelected in interface I_CmsSearchStateSortingI_CmsSearchStateSorting.getSelected()public void setSelectedOption(I_CmsSearchConfigurationSortOption option)
I_CmsSearchStateSortingsetSelectedOption in interface I_CmsSearchStateSortingoption - The selected search option to set.I_CmsSearchStateSorting.setSelectedOption(org.opencms.jsp.search.config.I_CmsSearchConfigurationSortOption)