|
||||||||
| 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.ReqParam>
org.opencms.ade.galleries.shared.I_CmsGalleryProviderConstants.ReqParam
public static enum I_CmsGalleryProviderConstants.ReqParam
Request parameter name constants.
| Enum Constant Summary | |
|---|---|
currentelement
The current element. |
|
data
Generic data parameter. |
|
dialogmode
The dialog mode. |
|
fieldid
The widget field id. |
|
gallerypath
The gallery path. |
|
gallerytabid
The gallery tab id. |
|
hashid
The widget field id hash. |
|
locale
The current locale. |
|
resource
The edited resource. |
|
tabs
The tabs configuration, which tabs should be displayed. |
|
types
The available types for the gallery dialog. |
|
| Method Summary | |
|---|---|
static I_CmsGalleryProviderConstants.ReqParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static I_CmsGalleryProviderConstants.ReqParam[] |
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.ReqParam currentelement
public static final I_CmsGalleryProviderConstants.ReqParam data
public static final I_CmsGalleryProviderConstants.ReqParam dialogmode
public static final I_CmsGalleryProviderConstants.ReqParam fieldid
public static final I_CmsGalleryProviderConstants.ReqParam gallerypath
public static final I_CmsGalleryProviderConstants.ReqParam gallerytabid
public static final I_CmsGalleryProviderConstants.ReqParam hashid
public static final I_CmsGalleryProviderConstants.ReqParam locale
public static final I_CmsGalleryProviderConstants.ReqParam resource
public static final I_CmsGalleryProviderConstants.ReqParam tabs
public static final I_CmsGalleryProviderConstants.ReqParam types
| Method Detail |
|---|
public static I_CmsGalleryProviderConstants.ReqParam[] values()
for (I_CmsGalleryProviderConstants.ReqParam c : I_CmsGalleryProviderConstants.ReqParam.values()) System.out.println(c);
public static I_CmsGalleryProviderConstants.ReqParam 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 | |||||||