Uses of Class
org.pepstock.charba.client.events.HandlerRegistration
-
Packages that use HandlerRegistration Package Description org.pepstock.charba.client Main package with all charts implementation, global classes and common interfaces.org.pepstock.charba.client.events Contains all events to interact with chart instance.org.pepstock.charba.client.gwt.widgets Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder. -
-
Uses of HandlerRegistration in org.pepstock.charba.client
Methods in org.pepstock.charba.client that return HandlerRegistration Modifier and Type Method Description HandlerRegistration
AbstractChart. addHandler(EventHandler handler, EventType type)
HandlerRegistration
IsChart. addHandler(EventHandler handler, EventType type)
Adds this handler to the widget. -
Uses of HandlerRegistration in org.pepstock.charba.client.events
Methods in org.pepstock.charba.client.events that return HandlerRegistration Modifier and Type Method Description HandlerRegistration
HandlerManager. addHandler(EventHandler handler, EventType type)
Adds a event handler. -
Uses of HandlerRegistration in org.pepstock.charba.client.gwt.widgets
Methods in org.pepstock.charba.client.gwt.widgets that return HandlerRegistration Modifier and Type Method Description HandlerRegistration
AbstractChartWidget. addHandler(EventHandler handler, EventType type)
-