Class InlineGraphContainerState

  • All Implemented Interfaces:
    com.vaadin.shared.JavaScriptConnectorState, java.io.Serializable

    public class InlineGraphContainerState
    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.String engine  
      • 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
    • Constructor Detail

      • InlineGraphContainerState

        public InlineGraphContainerState()