Uses of Class
org.pepstock.charba.client.dom.events.NativeCustomEvent
-
Packages that use NativeCustomEvent Package Description org.pepstock.charba.client.dom.events Contains all classes to map and manage DOM events.org.pepstock.charba.client.events Contains all events to interact with chart instance. -
-
Uses of NativeCustomEvent in org.pepstock.charba.client.dom.events
Methods in org.pepstock.charba.client.dom.events that return NativeCustomEvent Modifier and Type Method Description static NativeCustomEvent
NativeCustomEvent. createCustomEvent(String type)
Creates a new event object for a specific event type.static NativeCustomEvent
NativeCustomEvent. createCustomEvent(String type, EventInit init)
Creates a new event object for a specific event type with initial configuration.static NativeCustomEvent
NativeCustomEvent. createCustomEvent(IsEvent type)
Creates a new event object for a specific event type.static NativeCustomEvent
NativeCustomEvent. createCustomEvent(IsEvent type, EventInit init)
Creates a new event object for a specific event type with initial configuration. -
Uses of NativeCustomEvent in org.pepstock.charba.client.events
Constructors in org.pepstock.charba.client.events with parameters of type NativeCustomEvent Constructor Description AnimationCompleteEvent(NativeCustomEvent nativeEvent, AnimationItem item)
Creates the event with the animation info from chart.AnimationProgressEvent(NativeCustomEvent nativeEvent, AnimationItem item)
Creates the event with the animation info from chart.DatasetRangeCleanSelectionEvent(NativeCustomEvent nativeEvent)
Creates the event with native event.DatasetRangeSelectionEvent(NativeCustomEvent nativeEvent, ScaleValueItem from, ScaleValueItem to)
Creates the event with start and end values of selected scale
-