public static enum I_CmsGalleryProviderConstants.GalleryMode extends java.lang.Enum<I_CmsGalleryProviderConstants.GalleryMode> implements com.google.gwt.user.client.rpc.IsSerializable
| Enum Constant and Description |
|---|
ade
The advanced direct edit mode.
|
adeView
The mode for showing all galleries in ADE.
|
editor
The wysiwyg editor mode.
|
view
The explorer mode.
|
widget
The widget mode.
|
| Modifier and Type | Method and Description |
|---|---|
I_CmsGalleryProviderConstants.GalleryTabId[] |
getTabs()
Returns the configured tabs.
|
static I_CmsGalleryProviderConstants.GalleryMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I_CmsGalleryProviderConstants.GalleryMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I_CmsGalleryProviderConstants.GalleryMode ade
public static final I_CmsGalleryProviderConstants.GalleryMode adeView
public static final I_CmsGalleryProviderConstants.GalleryMode editor
public static final I_CmsGalleryProviderConstants.GalleryMode view
public static final I_CmsGalleryProviderConstants.GalleryMode widget
public static I_CmsGalleryProviderConstants.GalleryMode[] values()
for (I_CmsGalleryProviderConstants.GalleryMode c : I_CmsGalleryProviderConstants.GalleryMode.values()) System.out.println(c);
public static I_CmsGalleryProviderConstants.GalleryMode 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 namejava.lang.NullPointerException - if the argument is nullpublic I_CmsGalleryProviderConstants.GalleryTabId[] getTabs()