Uses of Package
org.pepstock.charba.client.events
-
Packages that use org.pepstock.charba.client.events Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.annotation.listeners Contains all callback interfaces to implement for theAnnotationPlugin.ID
plugin.org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.datalabels.events Contains theDataLabelsPlugin.ID
plugin event handlers interfaces to catch event of plugin.org.pepstock.charba.client.dom Contains all classes needed to work with DOM tree, base classes of a DOM tree.org.pepstock.charba.client.dom.enums Contains enumerations used inside the DOM tree to set properties or invokes methods of elements or items.org.pepstock.charba.client.enums Contains all enumerations of some chart options where only a specific set of values can be set.org.pepstock.charba.client.events Contains all events to interact with chart instance.org.pepstock.charba.client.geo Contains all classes to activate the GEO controllers (AKAchartjs-chart-geo.js
) for CHART.js.org.pepstock.charba.client.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.org.pepstock.charba.client.impl.callbacks Contains some callbacks implementations, available out-of-the box.org.pepstock.charba.client.impl.charts Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.org.pepstock.charba.client.interaction Contains all classes to implement a custom interactions for CHART.JS.org.pepstock.charba.client.items Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.org.pepstock.charba.client.matrix Contains all classes to activate the Matrix controller (AKAchartjs-chart-matrix.js
) for CHART.js.org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options).org.pepstock.charba.client.sankey Contains all classes to activate the Sankey controller (AKAchartjs-chart-sankey.js
) for CHART.js.org.pepstock.charba.client.treemap Contains all classes to activate the TreeMap controller (AKAchartjs-chart-treemap.js
) for CHART.js. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client Class Description AbstractEvent Abstract event for all events which must contain a native event.
This event contains the chart instance as source.ChartClickEvent Event which is fired when the user clicks on the chart.ChartHoverEvent Event which is fired when the user hovers on the chart.Event Base object for chart events which can be consumed by an handler.EventHandler Interface for objects which will be handlers.EventType This is the type of an event which must be related to the handlers.
To be unique it uses a class name as value.HandlerManager Manager to add, remove event handlers and firing events to registered handlers.
This is currently implemented by all charts.HandlerRegistration Registration objects returned when an event handler is bound, used to deregister.LegendClickEvent Event which is fired when the user clicks on the legend of the chart.LegendHoverEvent Event which is fired when the user hovers on the legend of the chart.LegendLeaveEvent Event which is fired when the user leaves on the legend of the chart. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.annotation.listeners Class Description ChartEventContext This is the class which can wrap a CHART.JS event. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.configuration Class Description AddHandlerEvent Event which is fired when new event handler has been added to the chart.
This event should use only for use internal only to manage internally all handlers.AddHandlerEventHandler Event handler for new event handler.EventHandler Interface for objects which will be handlers.RemoveHandlerEvent Event which is fired when new event handler has been removed to the chart.
This event should use only for use internal only to manage internally all handlers.RemoveHandlerEventHandler Event handler for removing a chart event handler. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.datalabels.events Class Description ChartEventContext This is the class which can wrap a CHART.JS event. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.dom Class Description HasNativeEvent Interface which maps objects which are containing aNativeBaseEvent
. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.dom.enums Class Description HasNativeEvent Interface which maps objects which are containing aNativeBaseEvent
. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.enums Class Description ChartEventContext This is the class which can wrap a CHART.JS event.HasNativeEvent Interface which maps objects which are containing aNativeBaseEvent
. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.events Class Description AbstractEvent Abstract event for all events which must contain a native event.
This event contains the chart instance as source.AddHandlerEvent Event which is fired when new event handler has been added to the chart.
This event should use only for use internal only to manage internally all handlers.AnimationCompleteEvent Event which is fired when the animation of the chart is completed.AnimationProgressEvent Event which is fired when the animation of the chart is progressing.AxisClickEvent Event which is fired when the user clicks on the axis of the chart.AxisEnterEvent Event which is fired when the user is entering on the axis of the chart.AxisHoverEvent Event which is fired when the user is hovering on the axis of the chart.AxisLeaveEvent Event which is fired when the user is leaving from the axis of the chart.ChartClickEvent Event which is fired when the user clicks on the chart.ChartEventContext This is the class which can wrap a CHART.JS event.ChartEventHandler Common interface for all chart event handlers, used to recognize when the chart event handlers (and only the chart ones) have been activated.ChartHoverEvent Event which is fired when the user hovers on the chart.ChartResizeEvent Event which is fired when the chart has been resized.DatasetRangeCleanSelectionEvent Event which is fired when the user cleans an area on the chart, byDatasetsItemsSelector.ID
plugin.DatasetRangeSelectionEvent Event which is fired when the user selects an area on the chart, byDatasetsItemsSelector.ID
plugin.DatasetSelectionEvent Event which is fired when the user clicks on the chart and selects a dataset.
This event doesn't suppress the click event on the chart.Event Base object for chart events which can be consumed by an handler.EventHandler Interface for objects which will be handlers.EventType This is the type of an event which must be related to the handlers.
To be unique it uses a class name as value.HandlerRegistration Registration objects returned when an event handler is bound, used to deregister.HasNativeEvent Interface which maps objects which are containing aNativeBaseEvent
.IsChartEvent Interface which maps a chart event, an event generated from CHART.JS.IsLegendEvent Interface which maps a legend chart event, an event generated from CHART.JS.LegendClickEvent Event which is fired when the user clicks on the legend of the chart.LegendHoverEvent Event which is fired when the user hovers on the legend of the chart.LegendLeaveEvent Event which is fired when the user leaves on the legend of the chart.RemoveHandlerEvent Event which is fired when new event handler has been removed to the chart.
This event should use only for use internal only to manage internally all handlers.SubtitleClickEvent Event which is fired when the user clicks on the subtitle of the chart.SubtitleEnterEvent Event which is fired when the user enters on the subtitle of the chart.SubtitleLeaveEvent Event which is fired when the user leaves on the subtitle of the chart.TitleClickEvent Event which is fired when the user clicks on the title of the chart.TitleEnterEvent Event which is fired when the user enters on the title of the chart.TitleLeaveEvent Event which is fired when the user leaves on the title of the chart. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.geo Class Description AddHandlerEventHandler Event handler for new event handler.EventHandler Interface for objects which will be handlers.HandlerManager Manager to add, remove event handlers and firing events to registered handlers.
This is currently implemented by all charts.RemoveHandlerEventHandler Event handler for removing a chart event handler. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.gwt.widgets Class Description Event Base object for chart events which can be consumed by an handler.EventHandler Interface for objects which will be handlers.EventType This is the type of an event which must be related to the handlers.
To be unique it uses a class name as value.HandlerRegistration Registration objects returned when an event handler is bound, used to deregister. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.impl.callbacks Class Description ChartEventContext This is the class which can wrap a CHART.JS event.ChartEventHandler Common interface for all chart event handlers, used to recognize when the chart event handlers (and only the chart ones) have been activated.DatasetSelectionEventHandler Event handler for chart dataset selecting.EventHandler Interface for objects which will be handlers.LegendClickEvent Event which is fired when the user clicks on the legend of the chart.LegendClickEventHandler Event handler for clicking on the chart legend. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.impl.charts Class Description AddHandlerEventHandler Event handler for new event handler.EventHandler Interface for objects which will be handlers.HandlerManager Manager to add, remove event handlers and firing events to registered handlers.
This is currently implemented by all charts.RemoveHandlerEventHandler Event handler for removing a chart event handler. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.interaction Class Description ChartEventContext This is the class which can wrap a CHART.JS event. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.items Class Description ChartEventContext This is the class which can wrap a CHART.JS event.HasNativeEvent Interface which maps objects which are containing aNativeBaseEvent
. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.matrix Class Description AddHandlerEventHandler Event handler for new event handler.EventHandler Interface for objects which will be handlers.HandlerManager Manager to add, remove event handlers and firing events to registered handlers.
This is currently implemented by all charts.RemoveHandlerEventHandler Event handler for removing a chart event handler. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.options Class Description HasNativeEvent Interface which maps objects which are containing aNativeBaseEvent
. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.sankey Class Description AddHandlerEventHandler Event handler for new event handler.EventHandler Interface for objects which will be handlers.HandlerManager Manager to add, remove event handlers and firing events to registered handlers.
This is currently implemented by all charts.RemoveHandlerEventHandler Event handler for removing a chart event handler. -
Classes in org.pepstock.charba.client.events used by org.pepstock.charba.client.treemap Class Description AddHandlerEventHandler Event handler for new event handler.EventHandler Interface for objects which will be handlers.HandlerManager Manager to add, remove event handlers and firing events to registered handlers.
This is currently implemented by all charts.RemoveHandlerEventHandler Event handler for removing a chart event handler.