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.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
AbstractChart.addHandler(EventHandler handler,
EventType type) |
HandlerRegistration |
IsChart.addHandler(EventHandler handler,
EventType type)
Adds this handler to the widget.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HandlerManager.addHandler(EventHandler handler,
EventType type)
Adds a event handler.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
AbstractChartWidget.addHandler(EventHandler handler,
EventType type) |