Class InlineGraphContainerState

  • All Implemented Interfaces:
    com.vaadin.shared.JavaScriptConnectorState, 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
      String baseHref  
      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
    • Field Detail

      • baseHref

        public String baseHref
      • engine

        public String engine
    • Constructor Detail

      • InlineGraphContainerState

        public InlineGraphContainerState()