|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<I_CmsGalleryProviderConstants.SortParams>
org.opencms.ade.galleries.shared.I_CmsGalleryProviderConstants.SortParams
public static enum I_CmsGalleryProviderConstants.SortParams
Sorting parameters.
| Enum Constant Summary | |
|---|---|
dateLastModified_asc
Date last modified ascending. |
|
dateLastModified_desc
Date last modified descending. |
|
path_asc
Resource path ascending sorting. |
|
path_desc
Resource path descending sorting. |
|
title_asc
Title ascending sorting. |
|
title_desc
Title descending sorting. |
|
tree
Tree. |
|
type_asc
Resource type ascending sorting. |
|
type_desc
Resource type descending sorting. |
|
| Method Summary | |
|---|---|
static I_CmsGalleryProviderConstants.SortParams |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static I_CmsGalleryProviderConstants.SortParams[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final I_CmsGalleryProviderConstants.SortParams dateLastModified_asc
public static final I_CmsGalleryProviderConstants.SortParams dateLastModified_desc
public static final I_CmsGalleryProviderConstants.SortParams path_asc
public static final I_CmsGalleryProviderConstants.SortParams path_desc
public static final I_CmsGalleryProviderConstants.SortParams title_asc
public static final I_CmsGalleryProviderConstants.SortParams title_desc
public static final I_CmsGalleryProviderConstants.SortParams tree
public static final I_CmsGalleryProviderConstants.SortParams type_asc
public static final I_CmsGalleryProviderConstants.SortParams type_desc
| Method Detail |
|---|
public static I_CmsGalleryProviderConstants.SortParams[] values()
for (I_CmsGalleryProviderConstants.SortParams c : I_CmsGalleryProviderConstants.SortParams.values()) System.out.println(c);
public static I_CmsGalleryProviderConstants.SortParams valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||