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