Class SankeyChartState

java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.JavaScriptComponentState
com.hack23.cia.web.widgets.charts.SankeyChartState
All Implemented Interfaces:
com.vaadin.shared.JavaScriptConnectorState, Serializable

public final class SankeyChartState extends com.vaadin.shared.ui.JavaScriptComponentState
The Class SankeyChartState.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The my id.
    The values.

    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
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new sankey chart state.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addDataRow(String from, String to, int weight)
    Adds the data row.
    boolean
     
    int
     

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

    getCallbackNames, getRpcInterfaces, setCallbackNames, setRpcInterfaces

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • SankeyChartState

      public SankeyChartState()
      Instantiates a new sankey chart state.
  • Method Details

    • addDataRow

      public void addDataRow(String from, String to, int weight)
      Adds the data row.
      Parameters:
      from - the from
      to - the to
      weight - the weight
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object