|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Table.TableDragMode>
com.vaadin.ui.Table.TableDragMode
public static enum Table.TableDragMode
Modes that Table support as drag sourse.
| Enum Constant Summary | |
|---|---|
MULTIROW
Table drags selected rows, if drag starts on a selected rows. |
|
NONE
Table does not start drag and drop events. |
|
ROW
Table starts drag with a one row only. |
|
| Method Summary | |
|---|---|
static Table.TableDragMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Table.TableDragMode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Table.TableDragMode NONE
public static final Table.TableDragMode ROW
public static final Table.TableDragMode MULTIROW
| Method Detail |
|---|
public static final Table.TableDragMode[] values()
for(Table.TableDragMode c : Table.TableDragMode.values())
System.out.println(c);
public static Table.TableDragMode 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||