com.github.highcharts4gwt.model.highcharts.option.jso.seriesbubble.JsoSeriesBubbleLegendItemClickEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of highcharts Show documentation
Show all versions of highcharts Show documentation
GWT wrapper for highcharts library.
package com.github.highcharts4gwt.model.highcharts.option.jso.seriesbubble;
import com.github.highcharts4gwt.model.highcharts.object.api.Series;
import com.github.highcharts4gwt.model.highcharts.option.api.seriesbubble.SeriesBubbleLegendItemClickEvent;
import com.google.gwt.dom.client.NativeEvent;
public class JsoSeriesBubbleLegendItemClickEvent
extends NativeEvent
implements SeriesBubbleLegendItemClickEvent
{
protected JsoSeriesBubbleLegendItemClickEvent() {
}
public final native Series series()
throws RuntimeException /*-{
return this.source;
}-*/
;
}