Uses of Class
org.pepstock.charba.client.dom.events.KeyboardEventInit
-
Packages that use KeyboardEventInit Package Description org.pepstock.charba.client.dom.events Contains all classes to map and manage DOM events. -
-
Uses of KeyboardEventInit in org.pepstock.charba.client.dom.events
Methods in org.pepstock.charba.client.dom.events with parameters of type KeyboardEventInit Modifier and Type Method Description static NativeKeyboardEvent
NativeKeyboardEvent. createKeyboardEvent(String type, KeyboardEventInit init)
Creates a new event object for a specific event type with initial configuration.static NativeKeyboardEvent
NativeKeyboardEvent. createKeyboardEvent(IsEvent type, KeyboardEventInit init)
Creates a new event object for a specific event type with initial configuration.
-