Class PopupButtonState

java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.addon.spreadsheet.client.PopupButtonState
All Implemented Interfaces:
Serializable

@JsType(namespace="Vaadin.Spreadsheet") public class PopupButtonState extends com.vaadin.shared.AbstractComponentState
See Also:
  • Field Details

    • col

      public int col
      1-based
    • row

      public int row
      1-based
    • active

      public boolean active
    • headerHidden

      public boolean headerHidden
    • popupHeight

      public String popupHeight
    • popupWidth

      public String popupWidth
    • sheet

      public String sheet
  • Constructor Details

    • PopupButtonState

      public PopupButtonState()