com.github.highcharts4gwt.model.highcharts.option.api.yaxis.Events 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.api.yaxis;
/**
*
*/
public interface Events {
String getFieldAsJsonObject(String fieldName);
Events setFieldAsJsonObject(String fieldName, String fieldValueAsJonObject);
String getFunctionAsString(String fieldName);
Events setFunctionAsString(String fieldName, String functionAsString);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy