Uses of Class
org.pepstock.charba.client.dom.events.NativeMouseEvent
-
Packages that use NativeMouseEvent Package Description org.pepstock.charba.client.dom.events Contains all classes to map and manage DOM events.org.pepstock.charba.client.utils.toast.handlers Contains all handlers to implement in order to manage events of change status of the TOAST utility. -
-
Uses of NativeMouseEvent in org.pepstock.charba.client.dom.events
Methods in org.pepstock.charba.client.dom.events that return NativeMouseEvent Modifier and Type Method Description static NativeMouseEvent
NativeMouseEvent. createMouseEvent(String type)
Creates a new event object for a specific event type.static NativeMouseEvent
NativeMouseEvent. createMouseEvent(String type, MouseEventInit init)
Creates a new event object for a specific event type with initial configuration.static NativeMouseEvent
NativeMouseEvent. createMouseEvent(IsEvent type)
Creates a new event object for a specific event type.static NativeMouseEvent
NativeMouseEvent. createMouseEvent(IsEvent type, MouseEventInit 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 NativeMouseEvent Constructor Description MouseEventInit(NativeMouseEvent source)
Creates an initialization object, cloning all source event dataMouseEventInit(NativeMouseEvent source, BaseHtmlElement relatedTarget)
Creates an initialization object, cloning all source event data and new related target. -
Uses of NativeMouseEvent in org.pepstock.charba.client.utils.toast.handlers
Methods in org.pepstock.charba.client.utils.toast.handlers with parameters of type NativeMouseEvent Modifier and Type Method Description boolean
ActionClickEventHandler. onClick(ToastItem item, NativeMouseEvent event)
Invoked to manage CLICK events on toast action.void
ClickEventHandler. onClick(ToastItem item, NativeMouseEvent event)
Invoked to manage CLICK events on toast item.
-