
com.github.highcharts4gwt.model.highcharts.option.jso.serieswaterfall.JsoMouseOutEvent 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.
The newest version!
package com.github.highcharts4gwt.model.highcharts.option.jso.serieswaterfall;
import com.github.highcharts4gwt.model.highcharts.object.api.Series;
import com.github.highcharts4gwt.model.highcharts.option.api.serieswaterfall.MouseOutEvent;
import com.google.gwt.dom.client.NativeEvent;
public class JsoMouseOutEvent
extends NativeEvent
implements MouseOutEvent
{
protected JsoMouseOutEvent() {
}
public final native Series series()
throws RuntimeException /*-{
return this.source;
}-*/
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy