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
,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 String
baseHref
Long
end
String
engine
String
graphName
Double
heightRatio
String
resourceId
Long
start
String
title
Double
widthRatio
-
Constructor Summary
Constructors Constructor Description GraphContainerState()
-