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 KeyLocationKeyLocation. of(int location)Returns theKeyLocationforlocation.static KeyLocationKeyLocation. 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 KeyLocationKeyboardEvent. getLocation()Gets theKeyLocationof the event.
-