Package | Description |
---|---|
org.pepstock.charba.client.events | |
org.pepstock.charba.client.items |
Modifier and Type | Method and Description |
---|---|
LegendItem |
LegendHoverEvent.getItem()
Returns the legend item related to the hover
|
LegendItem |
LegendClickEvent.getItem()
Returns the legend item related to the click
|
Constructor and Description |
---|
LegendClickEvent(com.google.gwt.dom.client.NativeEvent nativeEvent,
LegendItem item)
Creates the event with legend item related to the click
|
LegendHoverEvent(com.google.gwt.dom.client.NativeEvent nativeEvent,
LegendItem item)
Creates the event with legend item related to the hover
|
Modifier and Type | Class and Description |
---|---|
class |
LegendLabelItem
This object is created by CHART.JS and passed to all callbacks and events handlers related to legend entity.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LegendItem> |
LegendNode.getItems()
Returns the list of items of the legend.
|