We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.spreadsheet.shared.
Class SpreadsheetState
- java.lang.Object
-
- com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
-
public class SpreadsheetState extends Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SpreadsheetState()
-
-
-
Field Detail
-
tabIndex
public int tabIndex
-
height
public String height
-
width
public String width
-
description
public String description
-
descriptionContentMode
public ContentMode descriptionContentMode
-
caption
public String caption
-
id
public String id
-
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
-
resources
public Map<String,URLReference> resources
-
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
-
colGroupingData
public List<GroupingData> colGroupingData
-
rowGroupingData
public List<GroupingData> 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 reload
should the sheet be reloaded on client side
-
sheetIndex
public int sheetIndex
1-based
-
sheetNames
public String[] sheetNames
-
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
-
hasActions
public boolean hasActions
-
overlays
public HashMap<String,OverlayInfo> overlays
-
mergedRegions
public ArrayList<MergedRegion> mergedRegions
-
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
-
-