Package | Description |
---|---|
com.vaadin.flow.component.grid |
Modifier and Type | Method and Description |
---|---|
CellFocusEvent.GridSection |
CellFocusEvent.getSection()
Returns the grid section, where this cell is located.
|
static CellFocusEvent.GridSection |
CellFocusEvent.GridSection.ofClientSideName(String clientSideName)
Returns the matching
CellFocusEvent.GridSection for the given client side
name. |
static CellFocusEvent.GridSection |
CellFocusEvent.GridSection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellFocusEvent.GridSection[] |
CellFocusEvent.GridSection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.