Class SpreadsheetState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.TabIndexState
com.vaadin.addon.spreadsheet.shared.SpreadsheetState
- All Implemented Interfaces:
Serializable
public class SpreadsheetState
extends com.vaadin.shared.ui.TabIndexState
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanintintintint[]All conditional formatting styles for this sheet.intfloatbooleanbooleanboolean1-based1-basedint[]intbooleanbooleanbooleanshould the sheet be reloaded on client sideintbooleanintfloat[]intint1-basedString[]booleanbooleanint[]intbooleanbooleanFields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndexFields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, widthFields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
-
showCustomEditorOnFocus
public boolean showCustomEditorOnFocus
-
-
Constructor Details
-
SpreadsheetState
public SpreadsheetState()
-