public static enum CmsCntPageData.ElementReuseMode extends java.lang.Enum<CmsCntPageData.ElementReuseMode>
| Enum Constant and Description |
|---|
ask
The user will be asked whether they want the 'copy' or 'reuse' behavior.
|
copy
The dropped element will be copied, and the container page will link to the copy.
|
reuse
The container page will link to the dropped element.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsCntPageData.ElementReuseMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsCntPageData.ElementReuseMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsCntPageData.ElementReuseMode ask
public static final CmsCntPageData.ElementReuseMode copy
public static final CmsCntPageData.ElementReuseMode reuse
public static CmsCntPageData.ElementReuseMode[] values()
for (CmsCntPageData.ElementReuseMode c : CmsCntPageData.ElementReuseMode.values()) System.out.println(c);
public static CmsCntPageData.ElementReuseMode 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 null