public interface ChartLoadEventHandler
chart.setLoadEventHandler(new ChartLoadEventHandler() {
public boolean onLoad(ChartLoadEvent loadEvent) {
Window.alert("The chart has been loaded");
return true;
}
});
| Modifier and Type | Method and Description |
|---|---|
boolean |
onLoad(ChartLoadEvent chartLoadEvent)
This method is fired whenever the chart's load event occurs.
|
boolean onLoad(ChartLoadEvent chartLoadEvent)
chartLoadEvent - The details of the event that occurred.Copyright © 2015. All Rights Reserved.