| 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<LegendClickEventHandler> |
LegendClickEvent.TYPE
Event type
|
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<LegendClickEventHandler> |
LegendClickEvent.getAssociatedType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LegendClickEvent.dispatch(LegendClickEventHandler handler) |
| 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. |