public enum EditLayout extends java.lang.Enum<EditLayout>
Enum Constant and Description |
---|
AUTO
automatic detection
|
EDITBAR
edit bar
|
NONE
no explicit edit controls; will be provided externally by the page/other parent
component
|
ROLLOVER
rollover editing type
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getXtype()
Returns the xtype
|
static EditLayout |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EditLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditLayout ROLLOVER
public static final EditLayout EDITBAR
public static final EditLayout AUTO
public static final EditLayout NONE
public static EditLayout[] values()
for (EditLayout c : EditLayout.values()) System.out.println(c);
public static EditLayout 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 java.lang.String getXtype()
Copyright © 2010 - 2020 Adobe. All Rights Reserved