You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.spreadsheet.shared.

Class SpreadsheetState

  • java.lang.Object
    • com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
  • public class SpreadsheetState
    extends Object
    • Field Detail

      • tabIndex

        public int tabIndex
      • height

        public String height
      • description

        public String description
      • descriptionContentMode

        public ContentMode descriptionContentMode
      • caption

        public String caption
      • primaryStyleName

        public String primaryStyleName
      • errorMessage

        public String errorMessage

        HTML formatted error message for the component.

      • errorLevel

        public ErrorLevel errorLevel

        Level of error.

        Since:

        8.2

      • captionAsHtml

        public boolean captionAsHtml
      • enabled

        public boolean enabled
      • registeredEventListeners

        public Set<String> registeredEventListeners

        A set of event identifiers with registered listeners.

      • rowBufferSize

        public int rowBufferSize
      • columnBufferSize

        public int columnBufferSize
      • rows

        public int rows
      • cols

        public int cols
      • colGroupingMax

        public int colGroupingMax
      • rowGroupingMax

        public int rowGroupingMax
      • colGroupingInversed

        public boolean colGroupingInversed
      • rowGroupingInversed

        public boolean rowGroupingInversed
      • defRowH

        public float defRowH
      • defColW

        public int defColW
      • rowH

        public float[] rowH
      • colW

        public int[] colW
      • reload

        public boolean reload

        should the sheet be reloaded on client side

      • sheetIndex

        public int sheetIndex

        1-based

      • sheetNames

        public String[] sheetNames
      • lockedColumnIndexes

        public Set<Integer> lockedColumnIndexes
      • lockedRowIndexes

        public Set<Integer> lockedRowIndexes
      • shiftedCellBorderStyles

        public ArrayList<String> shiftedCellBorderStyles
      • conditionalFormattingStyles

        public HashMap<Integer,​String> conditionalFormattingStyles

        All conditional formatting styles for this sheet.

      • verticalScrollPositions

        public int[] verticalScrollPositions
      • horizontalScrollPositions

        public int[] horizontalScrollPositions
      • sheetProtected

        public boolean sheetProtected
      • workbookProtected

        public boolean workbookProtected
      • invalidFormulaCells

        public Set<String> invalidFormulaCells
      • hasActions

        public boolean hasActions
      • displayGridlines

        public boolean displayGridlines
      • displayRowColHeadings

        public boolean displayRowColHeadings
      • verticalSplitPosition

        public int verticalSplitPosition
      • horizontalSplitPosition

        public int horizontalSplitPosition
      • infoLabelValue

        public String infoLabelValue
      • workbookChangeToggle

        public boolean workbookChangeToggle
      • invalidFormulaErrorMessage

        public String invalidFormulaErrorMessage
      • lockFormatColumns

        public boolean lockFormatColumns
      • lockFormatRows

        public boolean lockFormatRows
    • Constructor Detail

      • SpreadsheetState

        public SpreadsheetState()