![JAR search and dependency download from the Maven repository](/logo.png)
com.github.highcharts4gwt.model.highcharts.option.api.seriestreemap.States 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.api.seriestreemap;
import com.github.highcharts4gwt.model.highcharts.option.api.seriestreemap.states.Hover;
/**
* A wrapper object for all the series options in specific states.
*
*/
public interface States {
/**
* Options for the hovered series
*
*/
Hover hover();
/**
* Options for the hovered series
*
*/
States hover(Hover hover);
String getFieldAsJsonObject(String fieldName);
States setFieldAsJsonObject(String fieldName, String fieldValueAsJonObject);
String getFunctionAsString(String fieldName);
States setFunctionAsString(String fieldName, String functionAsString);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy