| Package | Description | 
|---|---|
| org.pepstock.charba.client | Main package with all charts implementation, global classes and common interfaces. | 
| org.pepstock.charba.client.events | Contains all events to interact with chart instance. | 
| org.pepstock.charba.client.gwt.widgets | Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IsChart. fireEvent(Event event)Fires the event to the handlers. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractEventAbstract event for all events which must contain a native event. This event contains the chart instance as source. | 
| class  | AddHandlerEventEvent 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. | 
| class  | AnimationCompleteEventEvent which is fired when the animation of the chart is completed. | 
| class  | AnimationProgressEventEvent which is fired when the animation of the chart is progressing. | 
| class  | AxisClickEventEvent which is fired when the user clicks on the axis of the chart. | 
| class  | AxisEnterEventEvent which is fired when the user is entering on the axis of the chart. | 
| class  | AxisHoverEventEvent which is fired when the user is hovering on the axis of the chart. | 
| class  | AxisLeaveEventEvent which is fired when the user is leaving from the axis of the chart. | 
| class  | ChartClickEventEvent which is fired when the user clicks on the chart. | 
| class  | ChartHoverEventEvent which is fired when the user hovers on the chart. | 
| class  | ChartResizeEventEvent which is fired when the chart has been resized. | 
| class  | DatasetRangeCleanSelectionEventEvent which is fired when the user cleans an area on the chart, by  DatasetsItemsSelector.IDplugin. | 
| class  | DatasetRangeSelectionEventEvent which is fired when the user selects an area on the chart, by  DatasetsItemsSelector.IDplugin. | 
| class  | DatasetSelectionEventEvent 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. | 
| class  | LegendClickEventEvent which is fired when the user clicks on the legend of the chart. | 
| class  | LegendHoverEventEvent which is fired when the user hovers on the legend of the chart. | 
| class  | LegendLeaveEventEvent which is fired when the user leaves on the legend of the chart. | 
| class  | RemoveHandlerEventEvent 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. | 
| class  | SubtitleClickEventEvent which is fired when the user clicks on the subtitle of the chart. | 
| class  | SubtitleEnterEventEvent which is fired when the user enters on the subtitle of the chart. | 
| class  | SubtitleLeaveEventEvent which is fired when the user leaves on the subtitle of the chart. | 
| class  | TitleClickEventEvent which is fired when the user clicks on the title of the chart. | 
| class  | TitleEnterEventEvent which is fired when the user enters on the title of the chart. | 
| class  | TitleLeaveEventEvent which is fired when the user leaves on the title of the chart. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends Event> | EventType. create(Class<T> clazz)Creates a event type using the class name passed as argument. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HandlerManager. fireEvent(Event event)Fires the event to the handlers. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractChartWidget. fireEvent(Event event) |