Uses of Package
org.pepstock.charba.client.datalabels.events
-
Packages that use org.pepstock.charba.client.datalabels.events Package Description org.pepstock.charba.client.datalabels Contains all classes to activate theDataLabelsPlugin.ID
plugin (AKAchartjs-plugin-datalabels.js
) for CHART.js.org.pepstock.charba.client.datalabels.events Contains theDataLabelsPlugin.ID
plugin event handlers interfaces to catch event of plugin.org.pepstock.charba.client.impl.callbacks Contains some callbacks implementations, available out-of-the box. -
Classes in org.pepstock.charba.client.datalabels.events used by org.pepstock.charba.client.datalabels Class Description AbstractEventHandler Abstract event handler which implements all interfaces to listen DATA LABELS events.
Can be used as base class for custom implementation.ClickEventHandler Callback interface ofDataLabelsPlugin.ID
plugin to manage CLICK events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returnstrue
, the label is updated with the new context and the chart re-rendered.EnterEventHandler Callback interface ofDataLabelsPlugin.ID
plugin to manage ENTER events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returnstrue
, the label is updated with the new context and the chart re-rendered.LeaveEventHandler Callback interface ofDataLabelsPlugin.ID
plugin to manage LEAVE events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returnstrue
, the label is updated with the new context and the chart re-rendered. -
Classes in org.pepstock.charba.client.datalabels.events used by org.pepstock.charba.client.datalabels.events Class Description ClickEventHandler Callback interface ofDataLabelsPlugin.ID
plugin to manage CLICK events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returnstrue
, the label is updated with the new context and the chart re-rendered.EnterEventHandler Callback interface ofDataLabelsPlugin.ID
plugin to manage ENTER events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returnstrue
, the label is updated with the new context and the chart re-rendered.LeaveEventHandler Callback interface ofDataLabelsPlugin.ID
plugin to manage LEAVE events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returnstrue
, the label is updated with the new context and the chart re-rendered. -
Classes in org.pepstock.charba.client.datalabels.events used by org.pepstock.charba.client.impl.callbacks Class Description AbstractEventHandler Abstract event handler which implements all interfaces to listen DATA LABELS events.
Can be used as base class for custom implementation.ClickEventHandler Callback interface ofDataLabelsPlugin.ID
plugin to manage CLICK events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returnstrue
, the label is updated with the new context and the chart re-rendered.EnterEventHandler Callback interface ofDataLabelsPlugin.ID
plugin to manage ENTER events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returnstrue
, the label is updated with the new context and the chart re-rendered.LeaveEventHandler Callback interface ofDataLabelsPlugin.ID
plugin to manage LEAVE events on labels.
Charba events need to be enabled in order to get the associated label event working.
If the callback explicitly returnstrue
, the label is updated with the new context and the chart re-rendered.