|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DataExchangeFormSheet.DataExchangeView>
org.salespointframework.desktop.formsheets.DataExchangeFormSheet.DataExchangeView
public static enum DataExchangeFormSheet.DataExchangeView
The view defines where both components will be place on formshete
Enum Constant Summary | |
---|---|
DOWN
Constant indicating that the destination element is to be placed beneath the source element. |
|
LEFT
Constant indicating that the destination element is to be placed left of the source element. |
|
RIGHT
Constant indicating that the destination element is to be placed right of the element table. |
|
UP
Constant indicating that the destination element is to be placed above the source element. |
Method Summary | |
---|---|
static DataExchangeFormSheet.DataExchangeView |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataExchangeFormSheet.DataExchangeView[] |
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 DataExchangeFormSheet.DataExchangeView LEFT
public static final DataExchangeFormSheet.DataExchangeView RIGHT
public static final DataExchangeFormSheet.DataExchangeView UP
public static final DataExchangeFormSheet.DataExchangeView DOWN
Method Detail |
---|
public static DataExchangeFormSheet.DataExchangeView[] values()
for (DataExchangeFormSheet.DataExchangeView c : DataExchangeFormSheet.DataExchangeView.values()) System.out.println(c);
public static DataExchangeFormSheet.DataExchangeView 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 |