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.JavaScriptComponentState
Stores 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.String
baseHref
java.lang.Long
end
java.lang.String
engine
java.lang.String
graphName
java.lang.Double
heightRatio
java.lang.String
resourceId
java.lang.Long
start
java.lang.String
title
java.lang.Double
widthRatio
-
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
-
-