protected static enum Grid.Editor.State extends Enum<Grid.Editor.State>
| Enum Constant and Description |
|---|
ACTIVATING |
ACTIVE |
BINDING |
INACTIVE |
SAVING |
| Modifier and Type | Method and Description |
|---|---|
static Grid.Editor.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Grid.Editor.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Grid.Editor.State INACTIVE
public static final Grid.Editor.State ACTIVATING
public static final Grid.Editor.State BINDING
public static final Grid.Editor.State ACTIVE
public static final Grid.Editor.State SAVING
public static Grid.Editor.State[] values()
for (Grid.Editor.State c : Grid.Editor.State.values()) System.out.println(c);
public static Grid.Editor.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 Vaadin Ltd. All rights reserved.