Class SpreadsheetState
java.lang.Object
com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanintintintint[]All conditional formatting styles for this sheet.intfloatbooleanbooleanbooleanLevel of error.HTML formatted error message for the component.boolean1-based1-basedint[]intbooleanbooleanA set of event identifiers with registered listeners.booleanshould the sheet be reloaded on client sideintbooleanintfloat[]intint1-basedString[]booleanintint[]intbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tabIndex
public int tabIndex -
height
-
width
-
description
-
descriptionContentMode
-
caption
-
styles
-
id
-
-
errorMessage
HTML formatted error message for the component. -
errorLevel
Level of error.- Since:
- 8.2
-
captionAsHtml
public boolean captionAsHtml -
resources
-
enabled
public boolean enabled -
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 -
colGroupingData
-
rowGroupingData
-
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 reloadshould the sheet be reloaded on client side -
sheetIndex
public int sheetIndex1-based -
sheetNames
-
cellStyleToCSSStyle
-
rowIndexToStyleIndex
-
columnIndexToStyleIndex
-
lockedColumnIndexes
-
lockedRowIndexes
-
shiftedCellBorderStyles
-
conditionalFormattingStyles
All conditional formatting styles for this sheet. -
verticalScrollPositions
public int[] verticalScrollPositions -
horizontalScrollPositions
public int[] horizontalScrollPositions -
sheetProtected
public boolean sheetProtected -
workbookProtected
public boolean workbookProtected -
cellKeysToEditorIdMap
-
componentIDtoCellKeysMap
-
hyperlinksTooltips
-
cellComments
-
cellCommentAuthors
-
visibleCellComments
-
invalidFormulaCells
-
hasActions
public boolean hasActions -
overlays
-
mergedRegions
-
displayGridlines
public boolean displayGridlines -
displayRowColHeadings
public boolean displayRowColHeadings -
verticalSplitPosition
public int verticalSplitPosition -
horizontalSplitPosition
public int horizontalSplitPosition -
infoLabelValue
-
workbookChangeToggle
public boolean workbookChangeToggle -
invalidFormulaErrorMessage
-
lockFormatColumns
public boolean lockFormatColumns -
lockFormatRows
public boolean lockFormatRows -
namedRanges
-
-
Constructor Details
-
SpreadsheetState
public SpreadsheetState()
-