public static final class CmsUserSettings.CmsSearchResultStyle extends A_CmsModeStringEnumeration
Modifier and Type | Field and Description |
---|---|
static CmsUserSettings.CmsSearchResultStyle |
STYLE_EXPLORER
Workplace search result style explorer view.
|
static CmsUserSettings.CmsSearchResultStyle |
STYLE_LIST_WITH_EXCERPTS
Workplace search result style list view with excerpts.
|
static CmsUserSettings.CmsSearchResultStyle |
STYLE_LIST_WITHOUT_EXCERPTS
Workplace search result style list view without excerpts.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Returns the localization key for this style.
|
static CmsUserSettings.CmsSearchResultStyle |
valueOf(java.lang.String mode)
Returns the copy mode object from the old copy mode integer.
|
equals, getMode, hashCode, toString
public static final CmsUserSettings.CmsSearchResultStyle STYLE_EXPLORER
public static final CmsUserSettings.CmsSearchResultStyle STYLE_LIST_WITH_EXCERPTS
public static final CmsUserSettings.CmsSearchResultStyle STYLE_LIST_WITHOUT_EXCERPTS
public static CmsUserSettings.CmsSearchResultStyle valueOf(java.lang.String mode)
mode
- the old copy mode integerpublic java.lang.String getKey()