Class 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  
      • Fields inherited from class com.vaadin.shared.AbstractComponentState

        caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
      • Fields inherited from class com.vaadin.shared.communication.SharedState

        enabled, registeredEventListeners, resources
    • Method Summary

      • Methods inherited from class com.vaadin.shared.ui.JavaScriptComponentState

        getCallbackNames, getRpcInterfaces, setCallbackNames, setRpcInterfaces
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • GraphContainerState

        public GraphContainerState()