| Package | Description |
|---|---|
| org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
| org.pepstock.charba.client.commons |
Core classes to manage the inter-operations with java script code.
|
| org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
| org.pepstock.charba.client.events |
Contains all events to interact with chart instance.
|
| 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.impl.plugins |
Contains some plugins implementations, available out-of-the box.
|
| 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.plugins |
Contains all classes to manage the plugin implementations.
|
| Class and Description |
|---|
| ChartNativeEvent
This event extends the native DOM event of GWT.
It has been created mapping the native event provided by CHART.JS interfaces. |
| Class and Description |
|---|
| ChartNativeEvent
This event extends the native DOM event of GWT.
It has been created mapping the native event provided by CHART.JS interfaces. |
| Class and 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.
|
| 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.
|
| Class and 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. |
| AddHandlerEventHandler
Event handler for new event handler.
|
| AnimationCompleteEvent
Event which is fired when the animation of the chart is completed.
|
| AnimationCompleteEventHandler
Event handler for chart animation complete event.
|
| AnimationProgressEvent
Event which is fired when the animation of the chart is progressing.
|
| AnimationProgressEventHandler
Event handler for chart animation progress event.
|
| ChartClickEvent
Event which is fired when the user clicks on the chart.
|
| ChartClickEventHandler
Event handler for clicking on the chart.
|
| 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.
|
| ChartHoverEventHandler
Event handler for hovering on the chart.
|
| ChartResizeEvent
Event which is fired when the chart has been resized.
|
| ChartResizeEventHandler
Event handler for chart resize event managing.
|
| 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. |
| DatasetSelectionEventHandler
Event handler for chart dataset selecting.
|
| LegendClickEvent
Event which is fired when the user clicks on the legend of the chart.
|
| LegendClickEventHandler
Event handler for clicking on the chart legend.
|
| LegendHoverEvent
Event which is fired when the user hovers on the legend of the chart.
|
| LegendHoverEventHandler
Event handler for hovering on the chart legend.
|
| 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.
|
| Class and Description |
|---|
| 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.
|
| LegendClickEvent
Event which is fired when the user clicks on the legend of the chart.
|
| LegendClickEventHandler
Event handler for clicking on the chart legend.
|
| Class and Description |
|---|
| AddHandlerEventHandler
Event handler for new event handler.
|
| RemoveHandlerEventHandler
Event handler for removing a chart event handler.
|
| Class and Description |
|---|
| AbstractEvent
Abstract event for all events which must contain a native event.
This event contains the chart instance as source. |
| ChartEventHandler
Common interface for all chart event handlers, used to recognize when the chart event handlers (and only the chart ones) have
been activated.
|
| ChartNativeEvent
This event extends the native DOM event of GWT.
It has been created mapping the native event provided by CHART.JS interfaces. |
| Class and Description |
|---|
| ChartNativeEvent
This event extends the native DOM event of GWT.
It has been created mapping the native event provided by CHART.JS interfaces. |
| Class and Description |
|---|
| ChartNativeEvent
This event extends the native DOM event of GWT.
It has been created mapping the native event provided by CHART.JS interfaces. |