All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.highcharts4gwt.model.highcharts.option.jso.chart.JsoDrillupEvent Maven / Gradle / Ivy

The newest version!

package com.github.highcharts4gwt.model.highcharts.option.jso.chart;

import com.github.highcharts4gwt.model.highcharts.object.api.Chart;
import com.github.highcharts4gwt.model.highcharts.option.api.chart.DrillupEvent;
import com.google.gwt.dom.client.NativeEvent;

public class JsoDrillupEvent
    extends NativeEvent
    implements DrillupEvent
{


    protected JsoDrillupEvent() {
    }

    public final native Chart chart()
        throws RuntimeException /*-{
        return this.source;
    }-*/
    ;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy