|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IDataBook.SelectionMode>
javax.rad.model.IDataBook.SelectionMode
public static enum IDataBook.SelectionMode
The IDataBook selection modes specify which row should be selected after reload or after the master row has changed.
| Enum Constant Summary | |
|---|---|
CURRENT_ROW
means, that after reload or change of the master row, that the current row (last selected row) or if not possible the first row (0) will be selected. |
|
DESELECTED
means, that after reload or change of the master row, that no row (-1) will be selected. |
|
FIRST_ROW
means, that after reload or change of the master row, that the first row (0) will be selected. |
|
| Method Summary | |
|---|---|
static IDataBook.SelectionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IDataBook.SelectionMode[] |
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 IDataBook.SelectionMode DESELECTED
public static final IDataBook.SelectionMode FIRST_ROW
public static final IDataBook.SelectionMode CURRENT_ROW
| Method Detail |
|---|
public static IDataBook.SelectionMode[] values()
for (IDataBook.SelectionMode c : IDataBook.SelectionMode.values()) System.out.println(c);
public static IDataBook.SelectionMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||