Uses of Class
com.vaadin.flow.component.KeyLocation
-
Packages that use KeyLocation Package Description com.vaadin.flow.component com.vaadin.flow.component.internal -
-
Uses of KeyLocation in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return KeyLocation Modifier and Type Method Description static KeyLocation
KeyLocation. of(int location)
Returns theKeyLocation
forlocation
.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. -
Uses of KeyLocation in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return KeyLocation Modifier and Type Method Description KeyLocation
KeyboardEvent. getLocation()
Gets theKeyLocation
of the event.
-