| Package | Description |
|---|---|
| com.vaadin.client.widgets |
| Modifier and Type | Method and Description |
|---|---|
protected Grid.Editor.State |
Grid.Editor.getState()
Returns the internal state of the editor.
|
static Grid.Editor.State |
Grid.Editor.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Grid.Editor.State[] |
Grid.Editor.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Grid.Editor.setState(Grid.Editor.State state)
Sets the internal state of the editor.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.