Uses of Class
org.pepstock.charba.client.events.RemoveHandlerEvent
-
Packages that use RemoveHandlerEvent Package Description org.pepstock.charba.client.configuration Contains all elements to configure a chart instance (know as chart options at instance level).org.pepstock.charba.client.events Contains all events to interact with chart instance. -
-
Uses of RemoveHandlerEvent in org.pepstock.charba.client.configuration
Methods in org.pepstock.charba.client.configuration with parameters of type RemoveHandlerEvent Modifier and Type Method Description void
Animation. onRemove(RemoveHandlerEvent event)
void
ConfigurationOptions. onRemove(RemoveHandlerEvent event)
void
Legend. onRemove(RemoveHandlerEvent event)
-
Uses of RemoveHandlerEvent in org.pepstock.charba.client.events
Methods in org.pepstock.charba.client.events with parameters of type RemoveHandlerEvent Modifier and Type Method Description void
RemoveHandlerEventHandler. onRemove(RemoveHandlerEvent event)
Invoked when a chart event handler is removed.
-