public static enum I_CmsGalleryProviderConstants.GalleryMode extends java.lang.Enum<I_CmsGalleryProviderConstants.GalleryMode> implements com.google.gwt.user.client.rpc.IsSerializable
| 枚举常量和说明 |
|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
I_CmsGalleryProviderConstants.GalleryTabId[] |
getTabs()
Returns the configured tabs.
|
static I_CmsGalleryProviderConstants.GalleryMode |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static I_CmsGalleryProviderConstants.GalleryMode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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 - 要返回的枚举常量的名称。如果该枚举类型没有带有指定名称的常量, - 则抛出 IllegalArgumentException如果参数为空值, - 则抛出 NullPointerExceptionpublic I_CmsGalleryProviderConstants.GalleryTabId[] getTabs()