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 NativeTouchEventNativeTouchEvent. createTouchEvent(String type)Creates a new event object for a specific event type.static NativeTouchEventNativeTouchEvent. createTouchEvent(String type, TouchEventInit init)Creates a new event object for a specific event type with initial configuration.static NativeTouchEventNativeTouchEvent. createTouchEvent(IsEvent type)Creates a new event object for a specific event type.static NativeTouchEventNativeTouchEvent. createTouchEvent(IsEvent type, TouchEventInit init)Creates a new event object for a specific event type with initial configuration.
-