Uses of Class
org.pepstock.charba.client.dom.enums.KeyboardLocation
-
Packages that use KeyboardLocation Package Description org.pepstock.charba.client.dom.enums Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.org.pepstock.charba.client.dom.events Contains all classes to map and manage DOM events. -
-
Uses of KeyboardLocation in org.pepstock.charba.client.dom.enums
Methods in org.pepstock.charba.client.dom.enums that return KeyboardLocation Modifier and Type Method Description static KeyboardLocationKeyboardLocation. get(int location)Scans all items of enumeration to get the right location related to passed argument.static KeyboardLocationKeyboardLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyboardLocation[]KeyboardLocation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyboardLocation in org.pepstock.charba.client.dom.events
Methods in org.pepstock.charba.client.dom.events that return KeyboardLocation Modifier and Type Method Description KeyboardLocationKeyboardEventInit. getLocation()Returns the location of the key on the keyboard or other input device.KeyboardLocationNativeKeyboardEvent. getLocation()Returns the location of the key on the keyboard or other input device.Methods in org.pepstock.charba.client.dom.events with parameters of type KeyboardLocation Modifier and Type Method Description voidKeyboardEventInit. setLocation(KeyboardLocation location)Sets the location of the key on the keyboard or other input device.
-