|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.util.A_CmsModeStringEnumeration
org.opencms.db.CmsUserSettings.CmsSearchResultStyle
public static final class CmsUserSettings.CmsSearchResultStyle
Enumeration class for workplace search result styles.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.opencms.util.A_CmsModeStringEnumeration |
---|
equals, getMode, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public static CmsUserSettings.CmsSearchResultStyle valueOf(java.lang.String mode)
mode
- the old copy mode integer
public java.lang.String getKey()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |