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