Class GraphContainerState
- java.lang.Object
-
- com.vaadin.shared.communication.SharedState
-
- com.vaadin.shared.AbstractComponentState
-
- com.vaadin.shared.ui.JavaScriptComponentState
-
- org.opennms.features.vaadin.components.graph.GraphContainerState
-
- All Implemented Interfaces:
com.vaadin.shared.JavaScriptConnectorState,java.io.Serializable
public class GraphContainerState extends com.vaadin.shared.ui.JavaScriptComponentStateStores all of the details required to render the graph.- Author:
- jwhite
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringbaseHrefjava.lang.Longendjava.lang.Stringenginejava.lang.StringgraphNamejava.lang.DoubleheightRatiojava.lang.StringresourceIdjava.lang.Longstartjava.lang.Stringtitlejava.lang.DoublewidthRatio
-
Constructor Summary
Constructors Constructor Description GraphContainerState()
-
-
-
Field Detail
-
baseHref
public java.lang.String baseHref
-
engine
public java.lang.String engine
-
graphName
public java.lang.String graphName
-
resourceId
public java.lang.String resourceId
-
start
public java.lang.Long start
-
end
public java.lang.Long end
-
title
public java.lang.String title
-
widthRatio
public java.lang.Double widthRatio
-
heightRatio
public java.lang.Double heightRatio
-
-