Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnimationCompleteEventHandler
Event handler for chart animation complete event.
|
interface |
AnimationProgressEventHandler
Event handler for chart animation progress event.
|
interface |
AxisClickEventHandler
Event handler for clicking on the chart axis.
|
interface |
AxisEnterEventHandler
Event handler for entering on the chart axis.
|
interface |
AxisHoverEventHandler
Event handler for hovering on the chart axis.
|
interface |
AxisLeaveEventHandler
Event handler for leaving on the chart axis.
|
interface |
ChartClickEventHandler
Event handler for clicking on the chart.
|
interface |
ChartHoverEventHandler
Event handler for hovering on the chart.
|
interface |
ChartResizeEventHandler
Event handler for chart resize event managing.
|
interface |
DatasetRangeCleanSelectionEventHandler
Event handler for chart area cleaning, by
DatasetsItemsSelector.ID plugin. |
interface |
DatasetRangeSelectionEventHandler
Event handler for chart area selecting, by
DatasetsItemsSelector.ID plugin. |
interface |
DatasetSelectionEventHandler
Event handler for chart dataset selecting.
|
interface |
LegendClickEventHandler
Event handler for clicking on the chart legend.
|
interface |
LegendHoverEventHandler
Event handler for hovering on the chart legend.
|
interface |
LegendLeaveEventHandler
Event handler for leaving on the chart legend.
|
interface |
SubtitleClickEventHandler
Event handler for clicking on the chart subtitle.
|
interface |
SubtitleEnterEventHandler
Event handler for entering on the chart title.
|
interface |
SubtitleLeaveEventHandler
Event handler for leaving on the chart title.
|
interface |
TitleClickEventHandler
Event handler for clicking on the chart title.
|
interface |
TitleEnterEventHandler
Event handler for entering on the chart title.
|
interface |
TitleLeaveEventHandler
Event handler for leaving on the chart title.
|
Modifier and Type | Class and Description |
---|---|
class |
AtLeastOneDatasetHandler
Implementation of legend click handler which disable the capability to hide the last visible dataset.
In this way, always a dataset is showed. |