| Package | Description |
|---|---|
| com.vaadin.flow.component | |
| com.vaadin.flow.component.internal |
| Modifier and Type | Method and Description |
|---|---|
static KeyLocation |
KeyLocation.of(int location)
Returns the
KeyLocation for location. |
static KeyLocation |
KeyLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyLocation[] |
KeyLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
KeyLocation |
KeyboardEvent.getLocation()
Gets the
KeyLocation of the event. |
Copyright © 2025. All rights reserved.