Serialized Form
-
Package com.vaadin.flow.component.spreadsheet
-
Class com.vaadin.flow.component.spreadsheet.CellSelectionManager
class CellSelectionManager extends Object implements Serializable-
Serialized Fields
-
cellRangeAddresses
ArrayList<org.apache.poi.ss.util.CellRangeAddress> cellRangeAddresses
-
individualSelectedCells
ArrayList<org.apache.poi.ss.util.CellReference> individualSelectedCells
-
latestSelectionEvent
Spreadsheet.SelectionChangeEvent latestSelectionEvent
-
namedRangeUtils
com.vaadin.flow.component.spreadsheet.NamedRangeUtils namedRangeUtils
-
paintedCellRange
org.apache.poi.ss.util.CellRangeAddress paintedCellRange
-
selectedCellReference
org.apache.poi.ss.util.CellReference selectedCellReference
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.CellSelectionShifter
class CellSelectionShifter extends Object implements Serializable-
Serialized Fields
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.CellValueFormatter
class CellValueFormatter extends Object implements Serializable-
Serialized Fields
-
localeDecimalSymbols
DecimalFormatSymbols localeDecimalSymbols
-
-
-
Class com.vaadin.flow.component.spreadsheet.CellValueManager
class CellValueManager extends Object implements Serializable-
Serialized Fields
-
cellStyleWidthRatioMap
HashMap<Integer,
Float> cellStyleWidthRatioMap -
cellValueFormatter
CellValueFormatter cellValueFormatter
-
changedFormulaCells
HashSet<org.apache.poi.ss.util.CellReference> changedFormulaCells
-
customCellDeletionHandler
Spreadsheet.CellDeletionHandler customCellDeletionHandler
-
customCellValueHandler
Spreadsheet.CellValueHandler customCellValueHandler
-
formatter
org.apache.poi.ss.usermodel.DataFormatter formatter
-
formulaFormatter
FormulaFormatter formulaFormatter
-
hyperlinkStyleIndex
short hyperlinkStyleIndex
-
localeDecimalSymbols
DecimalFormatSymbols localeDecimalSymbols
-
markedCells
HashSet<String> markedCells
-
originalValueDecimalFormat
DecimalFormat originalValueDecimalFormat
-
removedCells
HashSet<CellData> removedCells
-
sentCells
HashSet<String> sentCells
Cell keys that have values sent to client side and are cached there. -
sentFormulaCells
HashSet<String> sentFormulaCells
Formula cell keys that have values sent to client side and are cached there. -
spreadsheet
Spreadsheet spreadsheet
The Spreadsheet this class is tied to. -
topLeftCellsLoaded
boolean topLeftCellsLoaded
-
-
-
Class com.vaadin.flow.component.spreadsheet.ColorConverterUtil
class ColorConverterUtil extends Object implements Serializable -
Class com.vaadin.flow.component.spreadsheet.ConditionalFormatter
class ConditionalFormatter extends Object implements Serializable-
Serialized Fields
-
cellToIndex
Map<String,
Set<Integer>> cellToIndex Cache of styles for each cell. One cell may have several styles. -
colorConverter
ColorConverter colorConverter
-
leftBorders
Map<org.apache.poi.ss.usermodel.ConditionalFormatting,
Integer> leftBorders -
spreadsheet
Spreadsheet spreadsheet
-
topBorders
Map<org.apache.poi.ss.usermodel.ConditionalFormatting,
Integer> topBorders
-
-
-
Class com.vaadin.flow.component.spreadsheet.ContextMenuManager
class ContextMenuManager extends Object implements Serializable-
Serialized Fields
-
actionHandlers
LinkedList<Action.Handler> actionHandlers
-
actionMapper
com.vaadin.flow.data.provider.KeyMapper<Action> actionMapper
-
contextMenuHeaderIndex
int contextMenuHeaderIndex
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler
class DefaultHyperlinkCellClickHandler extends Object implements Serializable-
Serialized Fields
-
openStyle
DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle openStyle
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.FormulaFormatter
class FormulaFormatter extends Object implements Serializable -
Class com.vaadin.flow.component.spreadsheet.FormulaFormatter.NumberToken
class NumberToken extends com.vaadin.flow.component.spreadsheet.FormulaFormatter.FormulaToken implements Serializable -
Class com.vaadin.flow.component.spreadsheet.FormulaFormatter.SeparatorToken
class SeparatorToken extends com.vaadin.flow.component.spreadsheet.FormulaFormatter.FormulaToken implements Serializable -
Class com.vaadin.flow.component.spreadsheet.HSSFColorConverter
class HSSFColorConverter extends Object implements Serializable -
Class com.vaadin.flow.component.spreadsheet.ItemFilter
class ItemFilter extends com.vaadin.flow.component.html.Div implements Serializable-
Serialized Fields
-
allCellValues
ArrayList<String> allCellValues
-
allItems
Checkbox allItems
-
cancelValueChangeUpdate
boolean cancelValueChangeUpdate
-
filterCheckbox
CheckboxGroup<String> filterCheckbox
-
filteredRows
Set<Integer> filteredRows
-
filterOptions
List<String> filterOptions
-
filterOptionsProvider
com.vaadin.flow.data.provider.ListDataProvider<String> filterOptionsProvider
-
filterRange
org.apache.poi.ss.util.CellRangeAddress filterRange
-
filterTable
SpreadsheetFilterTable filterTable
-
firstUpdate
boolean firstUpdate
-
latestFilteredValues
Collection<String> latestFilteredValues
-
popupButton
PopupButton popupButton
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.PopupButton
class PopupButton extends com.vaadin.flow.component.Component implements Serializable-
Serialized Fields
-
child
com.vaadin.flow.component.Component child
-
rpc
PopupButtonServerRpc rpc
-
state
PopupButtonState state
-
-
-
Class com.vaadin.flow.component.spreadsheet.PopupButton.PopupCloseEvent
class PopupCloseEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable -
Class com.vaadin.flow.component.spreadsheet.PopupButton.PopupOpenEvent
class PopupOpenEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable -
Class com.vaadin.flow.component.spreadsheet.SheetChartWrapper
class SheetChartWrapper extends SheetOverlayWrapper implements Serializable-
Serialized Fields
-
chartXml
org.apache.poi.xssf.usermodel.XSSFChart chartXml
-
spreadsheet
Spreadsheet spreadsheet
-
wrapper
com.vaadin.flow.component.spreadsheet.MinimizableComponentContainer wrapper
-
-
-
Class com.vaadin.flow.component.spreadsheet.SheetImageWrapper
class SheetImageWrapper extends SheetOverlayWrapper implements Serializable-
Serialized Fields
-
data
byte[] data
-
handler
com.vaadin.flow.server.streams.DownloadHandler handler
-
MIMEType
String MIMEType
-
resource
com.vaadin.flow.server.StreamResource resource
-
-
-
Class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
class SheetOverlayWrapper extends Object implements Serializable-
Serialized Fields
-
anchor
org.apache.poi.ss.usermodel.ClientAnchor anchor
-
id
String id
-
visible
boolean visible
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet
class Spreadsheet extends com.vaadin.flow.component.Component implements Serializable-
Serialized Fields
-
attachedPopupButtons
HashSet<PopupButton> attachedPopupButtons
-
autofittedColumnWidths
Map<org.apache.poi.ss.util.CellReference,
Integer> autofittedColumnWidths Map of autofitted column widths in points -
cellCommentAuthors
HashMap<String,
String> cellCommentAuthors -
cellComments
HashMap<String,
String> cellComments -
cellKeysToEditorIdMap
HashMap<String,
String> cellKeysToEditorIdMap -
cellShifter
CellSelectionShifter cellShifter
-
cellStyleToCSSStyle
HashMap<Integer,
String> cellStyleToCSSStyle -
chartsEnabled
boolean chartsEnabled
-
clientRpc
SpreadsheetClientRpc clientRpc
-
colGroupingData
List<GroupingData> colGroupingData
-
colGroupingInversed
boolean colGroupingInversed
-
colGroupingMax
int colGroupingMax
-
cols
int cols
-
columnBufferSize
int columnBufferSize
-
columnIndexToStyleIndex
HashMap<Integer,
Integer> columnIndexToStyleIndex -
colW
int[] colW
-
commentAuthorProvider
Spreadsheet.CommentAuthorProvider commentAuthorProvider
-
componentIDtoCellKeysMap
HashMap<String,
String> componentIDtoCellKeysMap -
conditionalFormatter
ConditionalFormatter conditionalFormatter
-
conditionalFormattingEvaluator
org.apache.poi.ss.formula.ConditionalFormattingEvaluator conditionalFormattingEvaluator
A common conditional formatting formula evaluator for this Spreadsheet needed for proper value string conversions -
conditionalFormattingStyles
HashMap<Integer,
String> conditionalFormattingStyles All conditional formatting styles for this sheet. -
contextMenuManager
ContextMenuManager contextMenuManager
-
customComponentFactory
SpreadsheetComponentFactory customComponentFactory
-
customComponents
Set<com.vaadin.flow.component.Component> customComponents
-
defaultActionHandler
SpreadsheetDefaultActionHandler defaultActionHandler
-
defaultNewSheetColumns
int defaultNewSheetColumns
-
defaultNewSheetRows
int defaultNewSheetRows
-
defaultPercentageFormat
String defaultPercentageFormat
-
defColW
int defColW
-
defRowH
float defRowH
-
firstColumn
int firstColumn
The first visible column in the scroll area -
firstRow
int firstRow
The first visible row in the scroll area -
formulaEvaluator
org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator
A common formula evaluator for this Spreadsheet -
hiddenColumnIndexes
ArrayList<Integer> hiddenColumnIndexes
1-based -
hiddenRowIndexes
ArrayList<Integer> hiddenRowIndexes
1-based -
historyManager
SpreadsheetHistoryManager historyManager
-
horizontalScrollPositions
int[] horizontalScrollPositions
-
horizontalSplitPosition
int horizontalSplitPosition
-
hyperlinkCellClickHandler
Spreadsheet.HyperlinkCellClickHandler hyperlinkCellClickHandler
-
hyperlinksTooltips
HashMap<String,
String> hyperlinksTooltips -
infoLabelValue
String infoLabelValue
-
initialSheetSelection
String initialSheetSelection
-
invalidFormulaCells
Set<String> invalidFormulaCells
-
invalidFormulas
Map<Integer,
HashSet<String>> invalidFormulas -
lastColumn
int lastColumn
The last visible column in the scroll area -
lastRow
int lastRow
The last visible row in the scroll area -
locale
Locale locale
-
lockedColumnIndexes
Set<Integer> lockedColumnIndexes
-
lockedRowIndexes
Set<Integer> lockedRowIndexes
-
mergedRegionContainer
MergedRegionUtil.MergedRegionContainer mergedRegionContainer
Container for merged regions for the currently active sheet. -
mergedRegionCounter
int mergedRegionCounter
-
mergedRegions
ArrayList<MergedRegion> mergedRegions
-
minimumRowHeightForComponents
int minimumRowHeightForComponents
Minimum row height for rows containing components (in points). -
overlayComponents
Set<com.vaadin.flow.component.Component> overlayComponents
-
overlays
HashMap<String,
OverlayInfo> overlays -
reload
boolean reload
should the sheet be reloaded on client side -
reloadCellDataOnNextScroll
boolean reloadCellDataOnNextScroll
This is used for making sure the cells are sent to client side in when the next cell data request comes. This is triggered when the client side connector init() method is run. -
reloadImageSizesFromPOI
boolean reloadImageSizesFromPOI
image sizes need to be recalculated on column/row resizing -
resources
Map<String,
String> resources -
rowBufferSize
int rowBufferSize
-
rowGroupingInversed
boolean rowGroupingInversed
-
rowGroupingMax
int rowGroupingMax
-
rowH
float[] rowH
-
rowIndexToStyleIndex
HashMap<Integer,
Integer> rowIndexToStyleIndex -
rows
int rows
-
rowsWithComponents
Set<Integer> rowsWithComponents
-
selectionManager
CellSelectionManager selectionManager
-
sheetIndex
int sheetIndex
1-based -
sheetNames
String[] sheetNames
-
sheetOverlays
HashSet<SheetOverlayWrapper> sheetOverlays
Set of images contained in the currently active sheet. -
sheetPopupButtons
Map<org.apache.poi.ss.util.CellReference,
PopupButton> sheetPopupButtons -
sheetProtected
boolean sheetProtected
-
sheetState
com.vaadin.flow.component.spreadsheet.SheetState sheetState
-
shiftedCellBorderStyles
ArrayList<String> shiftedCellBorderStyles
-
styler
SpreadsheetStyleFactory styler
-
tables
HashSet<SpreadsheetTable> tables
-
tablesLoaded
boolean tablesLoaded
are tables for currently active sheet loaded -
topLeftCellCommentsLoaded
boolean topLeftCellCommentsLoaded
-
valueManager
CellValueManager valueManager
caches data, so it needs to be stable for the life of a given workbook -
verticalScrollPositions
int[] verticalScrollPositions
-
verticalSplitPosition
int verticalSplitPosition
-
visibleCellComments
ArrayList<String> visibleCellComments
-
workbook
org.apache.poi.ss.usermodel.Workbook workbook
-
workbookChangeToggle
boolean workbookChangeToggle
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.CellValueChangeEvent
class CellValueChangeEvent extends Spreadsheet.ValueChangeEvent implements Serializable -
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.FormulaValueChangeEvent
class FormulaValueChangeEvent extends Spreadsheet.ValueChangeEvent implements Serializable -
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.ProtectedEditEvent
class ProtectedEditEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable -
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.RowHeaderDoubleClickEvent
class RowHeaderDoubleClickEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable-
Serialized Fields
-
rowIndex
int rowIndex
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.SelectionChangeEvent
class SelectionChangeEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable-
Serialized Fields
-
cellRangeAddresses
List<org.apache.poi.ss.util.CellRangeAddress> cellRangeAddresses
-
individualSelectedCells
List<org.apache.poi.ss.util.CellReference> individualSelectedCells
-
selectedCellMergedRegion
org.apache.poi.ss.util.CellRangeAddress selectedCellMergedRegion
-
selectedCellReference
org.apache.poi.ss.util.CellReference selectedCellReference
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.SheetChangeEvent
class SheetChangeEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable-
Serialized Fields
-
newSheet
org.apache.poi.ss.usermodel.Sheet newSheet
-
newSheetPOIIndex
int newSheetPOIIndex
-
newSheetVisibleIndex
int newSheetVisibleIndex
-
previousSheet
org.apache.poi.ss.usermodel.Sheet previousSheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.SpreadsheetEvent
class SpreadsheetEvent extends com.vaadin.flow.component.ComponentEvent<Spreadsheet> implements Serializable-
Serialized Fields
-
data
com.fasterxml.jackson.databind.JsonNode data
-
type
String type
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.ValueChangeEvent
class ValueChangeEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable-
Serialized Fields
-
changedCells
Set<org.apache.poi.ss.util.CellReference> changedCells
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetEventListener
class SpreadsheetEventListener extends Object implements Serializable-
Serialized Fields
-
handler
SpreadsheetHandlerImpl handler
-
LOGGER
org.slf4j.Logger LOGGER
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetFactory
class SpreadsheetFactory extends Object implements Serializable -
Class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
class SpreadsheetFilterTable extends SpreadsheetTable implements Serializable-
Serialized Fields
-
filteringRegion
org.apache.poi.ss.util.CellRangeAddress filteringRegion
-
popupButtonToClearButtonMap
Map<PopupButton,
Button> popupButtonToClearButtonMap -
popupButtonToFiltersMap
Map<PopupButton,
HashSet<SpreadsheetFilter>> popupButtonToFiltersMap
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
class SpreadsheetHistoryManager extends Object implements Serializable-
Serialized Fields
-
commands
LinkedList<Command> commands
All executed command in chronological order -
historyIndex
int historyIndex
Current index within the history -
historySize
int historySize
-
spreadsheet
Spreadsheet spreadsheet
Target Spreadsheet component
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory
class SpreadsheetStyleFactory extends Object implements Serializable-
Serialized Fields
-
colorConverter
ColorConverter colorConverter
-
defaultFont
org.apache.poi.ss.usermodel.Font defaultFont
-
defaultFontFamily
String defaultFontFamily
-
defaultFontHeightInPoints
short defaultFontHeightInPoints
-
defaultTextAlign
org.apache.poi.ss.usermodel.HorizontalAlignment defaultTextAlign
-
mergedCellBorders
HashMap<String,
String> mergedCellBorders -
shiftedBorderLeftStyles
HashMap<Integer,
String> shiftedBorderLeftStyles CellStyle index to selector + style map -
shiftedBorderLeftStylesMap
HashMap<Integer,
HashMap<Integer, HashSet<Integer>>> shiftedBorderLeftStylesMap Temp structure for shiftedBorderLeftStyles that keeps track of the association between: StyleId to ColumnId to Rows -
shiftedBorderTopStyles
HashMap<Integer,
String> shiftedBorderTopStyles CellStyle index to selector + style map -
shiftedBorderTopStylesMap
HashMap<Integer,
HashMap<Integer, HashSet<Integer>>> shiftedBorderTopStylesMap Temp structure for shiftedBorderTopStyles that keeps track of the association between: StyleId to ColumnId to Rows -
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
class SpreadsheetTable extends Object implements Serializable-
Serialized Fields
-
fullTableRegion
org.apache.poi.ss.util.CellRangeAddress fullTableRegion
-
popupButtons
Map<org.apache.poi.ss.util.CellReference,
PopupButton> popupButtons -
sheet
org.apache.poi.ss.usermodel.Sheet sheet
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
class SpreadsheetUtil extends Object implements Serializable -
Class com.vaadin.flow.component.spreadsheet.XSSFColorConverter
class XSSFColorConverter extends Object implements Serializable
-
-
Package com.vaadin.flow.component.spreadsheet.action
-
Class com.vaadin.flow.component.spreadsheet.action.DeleteRowAction
class DeleteRowAction extends SpreadsheetAction implements Serializable -
Class com.vaadin.flow.component.spreadsheet.action.DeleteTableAction
class DeleteTableAction extends SpreadsheetAction implements Serializable-
Serialized Fields
-
tableToDelete
SpreadsheetTable tableToDelete
-
-
-
Class com.vaadin.flow.component.spreadsheet.action.EditCellCommentAction
class EditCellCommentAction extends SpreadsheetAction implements Serializable -
Class com.vaadin.flow.component.spreadsheet.action.HideHeaderAction
class HideHeaderAction extends SpreadsheetAction implements Serializable -
Class com.vaadin.flow.component.spreadsheet.action.InsertDeleteCellCommentAction
class InsertDeleteCellCommentAction extends SpreadsheetAction implements Serializable -
Class com.vaadin.flow.component.spreadsheet.action.InsertNewRowAction
class InsertNewRowAction extends SpreadsheetAction implements Serializable -
Class com.vaadin.flow.component.spreadsheet.action.InsertTableAction
class InsertTableAction extends SpreadsheetAction implements Serializable -
Class com.vaadin.flow.component.spreadsheet.action.MergeCellsAction
class MergeCellsAction extends SpreadsheetAction implements Serializable -
Class com.vaadin.flow.component.spreadsheet.action.ShowHideCellCommentAction
class ShowHideCellCommentAction extends SpreadsheetAction implements Serializable -
Class com.vaadin.flow.component.spreadsheet.action.SpreadsheetAction
class SpreadsheetAction extends Action implements Serializable -
Class com.vaadin.flow.component.spreadsheet.action.SpreadsheetDefaultActionHandler
class SpreadsheetDefaultActionHandler extends Object implements Serializable-
Serialized Fields
-
defaultActions
List<SpreadsheetAction> defaultActions
-
-
-
Class com.vaadin.flow.component.spreadsheet.action.UnHideHeadersAction
class UnHideHeadersAction extends SpreadsheetAction implements Serializable-
Serialized Fields
-
unhideHeaderIndex
int unhideHeaderIndex
-
-
-
Class com.vaadin.flow.component.spreadsheet.action.UnMergeCellsAction
class UnMergeCellsAction extends SpreadsheetAction implements Serializable
-
-
Package com.vaadin.flow.component.spreadsheet.charts.converter
-
Class com.vaadin.flow.component.spreadsheet.charts.converter.DefaultChartCreator
class DefaultChartCreator extends Object implements Serializable-
Serialized Fields
-
chartDataToVaadinConfigWriter
ChartDataToVaadinConfigWriter chartDataToVaadinConfigWriter
-
-
-
-
Package com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
-
Class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.SelectListeningDataSeries
class SelectListeningDataSeries extends DataSeries implements Serializable
-
-
Package com.vaadin.flow.component.spreadsheet.client
-
Class com.vaadin.flow.component.spreadsheet.client.CellData
class CellData extends Object implements Serializable -
Class com.vaadin.flow.component.spreadsheet.client.MergedRegion
class MergedRegion extends Object implements Serializable-
Serialized Fields
-
col1
int col1
-
col2
int col2
-
id
int id
-
row1
int row1
-
row2
int row2
-
-
-
Class com.vaadin.flow.component.spreadsheet.client.OverlayInfo
class OverlayInfo extends Object implements Serializable-
Serialized Fields
-
col
int col
-
dx
float dx
-
dy
float dy
-
height
float height
-
row
int row
-
type
OverlayInfo.Type type
-
width
float width
-
-
-
Class com.vaadin.flow.component.spreadsheet.client.SpreadsheetActionDetails
class SpreadsheetActionDetails extends Object implements Serializable
-
-
Package com.vaadin.flow.component.spreadsheet.command
-
Class com.vaadin.flow.component.spreadsheet.command.CellShiftValuesCommand
class CellShiftValuesCommand extends CellValueCommand implements Serializable-
Serialized Fields
-
decrease
boolean decrease
-
undone
boolean undone
-
-
-
Class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
class CellValueCommand extends SpreadsheetCommand implements Serializable -
Class com.vaadin.flow.component.spreadsheet.command.RowInsertOrDeleteCommand
class RowInsertOrDeleteCommand extends SpreadsheetCommand implements Serializable-
Serialized Fields
-
row
int row
-
rowData
com.vaadin.flow.component.spreadsheet.command.RowData rowData
-
wasDeleted
boolean wasDeleted
-
-
-
Class com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand
class SizeChangeCommand extends SpreadsheetCommand implements Serializable-
Serialized Fields
-
indexes
Integer[] indexes
-
type
SizeChangeCommand.Type type
-
values
Object[] values
-
-
-
Class com.vaadin.flow.component.spreadsheet.command.SpreadsheetCommand
class SpreadsheetCommand extends Object implements Serializable-
Serialized Fields
-
activeSheetIndex
int activeSheetIndex
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
-
Package com.vaadin.flow.component.spreadsheet.framework
-
Class com.vaadin.flow.component.spreadsheet.framework.Action
class Action extends Object implements Serializable -
Class com.vaadin.flow.component.spreadsheet.framework.ReflectTools
class ReflectTools extends Object implements Serializable
-
-
Package com.vaadin.flow.component.spreadsheet.shared
-
Package org.apache.poi.ss.formula
-
Exception org.apache.poi.ss.formula.CollaboratingWorkbooksEnvironment.WorkbookNotFoundException
class WorkbookNotFoundException extends Exception implements Serializable- serialVersionUID:
- 8787784539811167941L
-
Exception org.apache.poi.ss.formula.FormulaParseException
class FormulaParseException extends RuntimeException implements Serializable
-