| Package | Description |
|---|---|
| com.vaadin.shared.ui.grid |
| Modifier and Type | Method and Description |
|---|---|
static GridConstants.Section |
GridConstants.Section.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridConstants.Section[] |
GridConstants.Section.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridServerRpc.contextClick(int rowIndex,
String rowKey,
String columnInternalId,
GridConstants.Section section,
MouseEventDetails details)
Informs the server that a context click has happened inside of Grid.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.