com.github.highcharts4gwt.model.highcharts.jso.plotoptions.heatmap.JsoHeatmapLegendItemClickEvent 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.jso.plotoptions.heatmap;
import com.github.highcharts4gwt.model.highcharts.api.Series;
import com.github.highcharts4gwt.model.highcharts.api.plotoptions.heatmap.HeatmapLegendItemClickEvent;
import com.google.gwt.dom.client.NativeEvent;
public class JsoHeatmapLegendItemClickEvent
extends NativeEvent
implements HeatmapLegendItemClickEvent
{
protected JsoHeatmapLegendItemClickEvent() {
}
public final native Series getSeries()
throws RuntimeException /*-{
return this.source.chart.options.series[this.source.index];
}-*/
;
}