com.github.highcharts4gwt.model.highcharts.option.mock.seriesarearange.MockCheckboxClickEvent 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.mock.seriesarearange;
import com.github.highcharts4gwt.model.highcharts.option.api.seriesarearange.CheckboxClickEvent;
public class MockCheckboxClickEvent
implements CheckboxClickEvent
{
private com.github.highcharts4gwt.model.highcharts.object.api.Series Series;
public com.github.highcharts4gwt.model.highcharts.object.api.Series series() {
return Series;
}
}