| 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 | Field and Description |
|---|---|
static GwtEvent.Type<DatasetSelectionEventHandler> |
DatasetSelectionEvent.TYPE
Event type
|
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<DatasetSelectionEventHandler> |
DatasetSelectionEvent.getAssociatedType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DatasetSelectionEvent.dispatch(DatasetSelectionEventHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataLabelsSelectionHandler.addDatasetSelectionEventHandler(DatasetSelectionEventHandler handler)
Adds a dataset selection handler instance to be invoke at click event.
|
boolean |
DataLabelsSelectionHandler.removeDatasetSelectionEventHandler(DatasetSelectionEventHandler handler)
Removes a dataset selection handler instance.
|