Uses of Class
org.pepstock.charba.client.dom.events.NativeKeyboardEvent
-
Packages that use NativeKeyboardEvent Package Description org.pepstock.charba.client.dom.events Contains all classes to map and manage DOM events. -
-
Uses of NativeKeyboardEvent in org.pepstock.charba.client.dom.events
Methods in org.pepstock.charba.client.dom.events that return NativeKeyboardEvent Modifier and Type Method Description static NativeKeyboardEvent
NativeKeyboardEvent. createKeyboardEvent(String type)
Creates a new event object for a specific event type.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)
Creates a new event object for a specific event type.static NativeKeyboardEvent
NativeKeyboardEvent. createKeyboardEvent(IsEvent type, KeyboardEventInit init)
Creates a new event object for a specific event type with initial configuration.Constructors in org.pepstock.charba.client.dom.events with parameters of type NativeKeyboardEvent Constructor Description KeyboardEventInit(NativeKeyboardEvent source)
Creates an initialization object, cloning all source event data
-