Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractSeriesData - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- AbstractSeriesData() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData
- AbstractSeriesData.DataSelectListener - Interface in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- AbstractSeriesData.DataUpdateListener - Interface in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- AbstractSeriesData.SeriesPoint - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- AbstractSeriesDataWriter - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- AbstractSeriesDataWriter(AbstractSeriesData) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AbstractSeriesDataWriter
- AbstractSeriesReader<CT_SER_TYPE extends org.apache.xmlbeans.XmlObject,
SERIES_DATA_TYPE extends AbstractSeriesData> - Class in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader - AbstractSeriesReader(XmlObject, Spreadsheet, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
- AbstractSeriesReader(XmlObject, Spreadsheet, boolean, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
- AbstractSeriesReader.ValueUpdateMode - Enum Class in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
- Action - Class in com.vaadin.flow.component.spreadsheet.framework
-
Implements the action framework.
- Action(String) - Constructor for class com.vaadin.flow.component.spreadsheet.framework.Action
-
Constructs a new action with the given caption.
- Action(String, Icon) - Constructor for class com.vaadin.flow.component.spreadsheet.framework.Action
-
Constructs a new action with the given caption string and icon.
- Action.Container - Interface in com.vaadin.flow.component.spreadsheet.framework
-
Interface implemented by all components where actions can be registered.
- Action.Handler - Interface in com.vaadin.flow.component.spreadsheet.framework
-
Interface implemented by classes who wish to handle actions.
- Action.Listener - Interface in com.vaadin.flow.component.spreadsheet.framework
-
An Action that implements this interface can be added to an Action.Notifier (or NotifierProxy) via the
addAction()-method, which in many cases is easier than implementing the Action.Handler interface. - Action.Notifier - Interface in com.vaadin.flow.component.spreadsheet.framework
-
Action.Containers implementing this support an easier way of adding single Actions than the more involved Action.Handler.
- Action.ShortcutNotifier - Interface in com.vaadin.flow.component.spreadsheet.framework
- actionOnColumnHeader(String) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetServerRpc
-
The action was selected from context menu for the column header.
- actionOnColumnHeader(String) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- actionOnCurrentSelection(String) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetServerRpc
-
The action was selected from context menu for the current selection.
- actionOnCurrentSelection(String) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- actionOnRowHeader(String) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetServerRpc
-
The action was selected from context menu for the row header.
- actionOnRowHeader(String) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- active - Variable in class com.vaadin.flow.component.spreadsheet.shared.PopupButtonState
- activeSheetIndex - Variable in class com.vaadin.flow.component.spreadsheet.command.SpreadsheetCommand
- addAction(T) - Method in interface com.vaadin.flow.component.spreadsheet.framework.Action.Notifier
- addActionHandler(Action.Handler) - Method in class com.vaadin.flow.component.spreadsheet.ContextMenuManager
-
Adds the given context menu action handler to the target spreadsheet.
- addActionHandler(Action.Handler) - Method in interface com.vaadin.flow.component.spreadsheet.framework.Action.Container
-
Registers a new action handler for this container.
- addActionHandler(Action.Handler) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Adds an action handler to the spreadsheet that handles the event produced by the context menu (right click) on cells and row and column headers.
- addCellValueChangeListener(Spreadsheet.CellValueChangeListener) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Adds the given CellValueChangeListener to this Spreadsheet.
- addCommand(Command) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Adds a command to the end of the command history.
- addFormulaValueChangeListener(Spreadsheet.FormulaValueChangeListener) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Adds the given FormulaValueChangeListener to this Spreadsheet.
- addMergedRegion(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Merge cells.
- addMergedRegion(String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Merges cells.
- addMergedRegion(CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Merges the given cells.
- addPopupCloseListener(PopupButton.PopupCloseListener) - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Adds a
PopupButton.PopupCloseListenerto this pop-up button. - addPopupOpenListener(PopupButton.PopupOpenListener) - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Adds a
PopupButton.PopupOpenListenerto this pop-up button. - addProtectedEditListener(Spreadsheet.ProtectedEditListener) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Add listener for when an attempt to modify a locked cell has been made.
- addRowHeaderDoubleClickListener(Spreadsheet.RowHeaderDoubleClickListener) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
adds a
Spreadsheet.RowHeaderDoubleClickListenerto the Spreadsheet - addSelectionChangeListener(Spreadsheet.SelectionChangeListener) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Adds the given SelectionChangeListener to this Spreadsheet.
- addSheetChangeListener(Spreadsheet.SheetChangeListener) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Adds the given SheetChangeListener to this Spreadsheet.
- addSheetOverlay(SheetOverlayWrapper) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- addShortcutListener(ShortcutEventListener) - Method in interface com.vaadin.flow.component.spreadsheet.framework.Action.ShortcutNotifier
-
Add a shortcut listener and return a registration object for unregistering it.
- addSpreadsheetAction(SpreadsheetAction) - Method in class com.vaadin.flow.component.spreadsheet.action.SpreadsheetDefaultActionHandler
-
Adds the given SpreadsheetAction to this handler.
- angle - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.GradientProperties
-
Angle in 0..1 range: 0 meaning 0 degrees (starting vertically), 1 meaning 360 degrees.
- AreaSeriesData - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- AreaSeriesData() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AreaSeriesData
- AreaSeriesDataWriter - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- AreaSeriesDataWriter(AreaSeriesData) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AreaSeriesDataWriter
- AreaSeriesReader - Class in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
- AreaSeriesReader(CTAreaChart, Spreadsheet, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AreaSeriesReader
- autofitColumn(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the column to automatically adjust the column width to fit the largest cell content within the column.
- AxisProperties() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.AxisProperties
B
- background - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData
- BackgroundProperties() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.BackgroundProperties
- BarSeriesData - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- BarSeriesData() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.BarSeriesData
- BarSeriesDataWriter - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- BarSeriesDataWriter(BarSeriesData) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.BarSeriesDataWriter
- BarSeriesReader - Class in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
- BarSeriesReader(CTBar3DChart, Spreadsheet, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.BarSeriesReader
- BarSeriesReader(CTBarChart, Spreadsheet, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.BarSeriesReader
- blanksAsZeros - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData
- blue - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.ColorProperties
- bold - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.TextProperties
- borderStyle - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData
- BorderStyle() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.BorderStyle
- BOTTOM - Enum constant in enum class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.LegendPosition
- BubbleSeriesData - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- BubbleSeriesData() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.BubbleSeriesData
- BubbleSeriesDataWriter - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- BubbleSeriesDataWriter(AbstractSeriesData) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.BubbleSeriesDataWriter
- BubbleSeriesReader - Class in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
- BubbleSeriesReader(XmlObject, Spreadsheet, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.BubbleSeriesReader
- bubbleSizes - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.BubbleSeriesData
- buildRgba(int[], float) - Static method in class com.vaadin.flow.component.spreadsheet.ColorConverterUtil
C
- callMethodUsingReflection(Object, String) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.Utils
- canRedo() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Determines if redo is possible at the moment.
- canUndo() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Determines if undo is possible at the moment.
- caption - Variable in class com.vaadin.flow.component.spreadsheet.client.SpreadsheetActionDetails
- caption - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- captionAsHtml - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- captureCellRangeValues(CellRangeAddress...) - Method in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
-
Capture values from cells defined in the given CellRangeAddress(es).
- captureCellValues(CellReference...) - Method in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
-
Capture values from cells defined in the given CellReference(s).
- captureValues(Integer[]) - Method in class com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand
-
Captures the current row heights or column widths (depending on the type set to this command) for the row/column indexes given.
- categories - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData
- CATEGORIES - Enum constant in enum class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader.ValueUpdateMode
- categoryModified(int, String) - Method in interface com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData.DataUpdateListener
- CELL_VALUE_CHANGE_METHOD - Static variable in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.CellValueChangeListener
- cellAddedToSelectionAndSelected(int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Single cell added to selection.
- cellAddedToSelectionAndSelected(int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- cellCommentAuthors - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- cellComments - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- cellContainsDate(Cell) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
Determines whether the given cell contains a date or not.
- CellData - Class in com.vaadin.flow.component.spreadsheet.client
- CellData() - Constructor for class com.vaadin.flow.component.spreadsheet.client.CellData
- cellDeleted(Cell) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Marks the given cell as deleted and notifies the evaluator
- cellDeleted(Cell, Sheet, int, int, FormulaEvaluator, DataFormatter, ConditionalFormattingEvaluator) - Method in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.CellDeletionHandler
-
Called if a cell value has been deleted by the user.
- cellKeysToEditorIdMap - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- cellRangeDeleted(List<CellRangeAddress>, Sheet, FormulaEvaluator, DataFormatter, ConditionalFormattingEvaluator) - Method in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.CellDeletionHandler
-
Called if a cell range has been deleted by the user.
- cellRangePainted(int, int, int, int, int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Cell range selected by painting
- cellRangePainted(int, int, int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- cellRangeSelected(int, int, int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Cell range selected from scratch.
- cellRangeSelected(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- cellsAddedToRangeSelection(int, int, int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Multiple cells added to previous range selection.
- cellsAddedToRangeSelection(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- cellSelected(int, int, boolean) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Single cell selected inside sheet.
- cellSelected(int, int, boolean) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- CellSelectionManager - Class in com.vaadin.flow.component.spreadsheet
-
CellSelectionManager is an utility class for Spreadsheet, which handles details of which cells are selected.
- CellSelectionManager(Spreadsheet) - Constructor for class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Creates a new CellSelectionManager and ties it to the given Spreadsheet
- CellSelectionShifter - Class in com.vaadin.flow.component.spreadsheet
-
CellSelectionShifter is an utility class for Spreadsheet which handles cell shift events.
- CellSelectionShifter(Spreadsheet) - Constructor for class com.vaadin.flow.component.spreadsheet.CellSelectionShifter
-
Creates a new CellShifter and ties it to the given Spreadsheet
- CellShiftValuesCommand - Class in com.vaadin.flow.component.spreadsheet.command
-
Command for shifting the value(s) of one or more cells.
- CellShiftValuesCommand(Spreadsheet, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.command.CellShiftValuesCommand
-
Creates a new CellShiftValuesCommand targeting the given spreadsheet.
- cellStyle - Variable in class com.vaadin.flow.component.spreadsheet.client.CellData
- cellStyleToCSSStyle - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- cellStyleToCSSStyle - Variable in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- cellStyleUpdated(Cell, boolean) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory
-
This should be called when a Cell's styling has been changed.
- cellsUpdated(ArrayList<CellData>) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetClientRpc
- cellUpdated(Cell) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Notifies evaluator and marks cell for update on next call to
CellValueManager.updateMarkedCellValues() - CellValueChangeEvent(Component, Set<CellReference>) - Constructor for class com.vaadin.flow.component.spreadsheet.Spreadsheet.CellValueChangeEvent
- CellValueCommand - Class in com.vaadin.flow.component.spreadsheet.command
-
Command for changing the value of one or more cells.
- CellValueCommand(Spreadsheet) - Constructor for class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
-
Sets the currently selected cell of the spreadsheet as the selected cell and possible painted range for this command.
- cellValueEdited(int, int, String) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
- cellValueEdited(int, int, String) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- CellValueFormatter - Class in com.vaadin.flow.component.spreadsheet
-
Utility class for formatting cell values
- CellValueFormatter() - Constructor for class com.vaadin.flow.component.spreadsheet.CellValueFormatter
- CellValueManager - Class in com.vaadin.flow.component.spreadsheet
-
CellValueManager is an utility class of SpreadsheetClass, which handles values and formatting for individual cells.
- CellValueManager(Spreadsheet) - Constructor for class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Creates a new CellValueManager and ties it to the given Spreadsheet.
- cellValueUpdated(Cell, Sheet, int, int, String, FormulaEvaluator, DataFormatter, ConditionalFormattingEvaluator) - Method in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.CellValueHandler
-
Called if a cell value has been edited by the user by using the default cell editor.
- changeSelection(Command) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Applies the cell selection from the given Command.
- ChartCreator - Interface in com.vaadin.flow.component.spreadsheet
- ChartData - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- ChartData() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData
- ChartData.AxisProperties - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- ChartData.BackgroundProperties - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- ChartData.BorderStyle - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- ChartData.ColorProperties - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- ChartData.GradientProperties - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- ChartData.LegendPosition - Enum Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- ChartData.LegendProperties - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- ChartData.TextProperties - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- ChartData.TitleProperties - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- ChartData.View3dData - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- ChartDataToVaadinConfigWriter - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- ChartDataToVaadinConfigWriter() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ChartDataToVaadinConfigWriter
- clear() - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Clears all selection data
- clear() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
-
Clears all the pop-up buttons and their contents (filters).
- clear() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Clears the history.
- clear() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Clears all the table's pop-up buttons and their pop-up content.
- CLEAR_FILTERS_BUTTON_CLASSNAME - Static variable in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
- clearAllFilters() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
-
Clears all filters for this table.
- clearCachedContent() - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Clears all cached data.
- clearCacheForColumn(int) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Clears data cache for the column at the given index
- clearCellCache(String) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Clears the cell with the given key from the cache
- clearCellStyle(int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory
-
Clears all styles for the given cell.
- clearFilter() - Method in class com.vaadin.flow.component.spreadsheet.ItemFilter
- clearFilter() - Method in interface com.vaadin.flow.component.spreadsheet.SpreadsheetFilter
-
Clear the filtering options.
- clearSelectedCellsOnCut() - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Called after successful cut operation; currently selected cells should be cleared
- clearSelectedCellsOnCut() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- clearValues() - Method in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
-
Clears all values captured by this command.
- closePopup() - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Closes the pop-up if it is open.
- closePopup() - Method in interface com.vaadin.flow.component.spreadsheet.rpc.PopupButtonClientRpc
-
Closes the popup if it is open.
- col - Variable in class com.vaadin.flow.component.spreadsheet.client.CellData
- col - Variable in class com.vaadin.flow.component.spreadsheet.client.OverlayInfo
- col - Variable in class com.vaadin.flow.component.spreadsheet.shared.PopupButtonState
-
1-based
- col1 - Variable in class com.vaadin.flow.component.spreadsheet.client.MergedRegion
- col2 - Variable in class com.vaadin.flow.component.spreadsheet.client.MergedRegion
- colGroupingData - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- colGroupingInversed - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- colGroupingMax - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- collapsed - Variable in class com.vaadin.flow.component.spreadsheet.shared.GroupingData
- color - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.BackgroundProperties
- color - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.BorderStyle
- color - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.TextProperties
- colorConverter - Variable in class com.vaadin.flow.component.spreadsheet.ConditionalFormatter
- ColorConverter - Interface in com.vaadin.flow.component.spreadsheet
-
Interface for providing different color-related operations on the Spreadsheet.
- ColorConverterUtil - Class in com.vaadin.flow.component.spreadsheet
- ColorConverterUtil() - Constructor for class com.vaadin.flow.component.spreadsheet.ColorConverterUtil
- ColorProperties(int[], double) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.ColorProperties
- colorStops - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.GradientProperties
-
Start point in 0..1 range and color
- colorStyles(CellStyle, StringBuilder) - Method in interface com.vaadin.flow.component.spreadsheet.ColorConverter
-
Creates the appropriate CSS text and background style for the given cell style.
- colorStyles(CellStyle, StringBuilder) - Method in class com.vaadin.flow.component.spreadsheet.HSSFColorConverter
- colorStyles(CellStyle, StringBuilder) - Method in class com.vaadin.flow.component.spreadsheet.XSSFColorConverter
- cols - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- COLUMN - Enum constant in enum class com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand.Type
- columnAddedToSelection(int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Complete column added to previous range selection.
- columnAddedToSelection(int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- columnBufferSize - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- columnHeaderContextMenuOpen(int) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetServerRpc
-
Context menu should be created for the column.
- columnHeaderContextMenuOpen(int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- columnIndexToStyleIndex - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- columnResized(Map<Integer, Integer>, int, int, int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Columns resized with drag and drop.
- columnResized(Map<Integer, Integer>, int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- columnSelected(int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Complete column selected.
- columnSelected(int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- ColumnSeriesData - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- ColumnSeriesData() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ColumnSeriesData
- ColumnSeriesDataWriter - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- ColumnSeriesDataWriter(ColumnSeriesData) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ColumnSeriesDataWriter
- colW - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- com.vaadin.flow.component.spreadsheet - package com.vaadin.flow.component.spreadsheet
- com.vaadin.flow.component.spreadsheet.action - package com.vaadin.flow.component.spreadsheet.action
- com.vaadin.flow.component.spreadsheet.charts.converter - package com.vaadin.flow.component.spreadsheet.charts.converter
- com.vaadin.flow.component.spreadsheet.charts.converter.chartdata - package com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- com.vaadin.flow.component.spreadsheet.charts.converter.confwriter - package com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader - package com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
- com.vaadin.flow.component.spreadsheet.client - package com.vaadin.flow.component.spreadsheet.client
- com.vaadin.flow.component.spreadsheet.command - package com.vaadin.flow.component.spreadsheet.command
- com.vaadin.flow.component.spreadsheet.framework - package com.vaadin.flow.component.spreadsheet.framework
- com.vaadin.flow.component.spreadsheet.rpc - package com.vaadin.flow.component.spreadsheet.rpc
- com.vaadin.flow.component.spreadsheet.shared - package com.vaadin.flow.component.spreadsheet.shared
- Command - Interface in com.vaadin.flow.component.spreadsheet.command
-
Common interface for all Spreadsheet commands.
- commands - Variable in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
All executed command in chronological order
- COMPONENT - Enum constant in enum class com.vaadin.flow.component.spreadsheet.client.OverlayInfo.Type
- componentIDtoCellKeysMap - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- ConditionalFormatter - Class in com.vaadin.flow.component.spreadsheet
-
ConditionalFormatter is an utility class of Spreadsheet, which handles all processing regarding Conditional Formatting rules.
- ConditionalFormatter(Spreadsheet) - Constructor for class com.vaadin.flow.component.spreadsheet.ConditionalFormatter
-
Constructs a new ConditionalFormatter targeting the given Spreadsheet.
- conditionalFormattingStyles - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
-
All conditional formatting styles for this sheet.
- configureChart(Configuration) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AbstractSeriesDataWriter
- configureChart(Configuration) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.RadarSeriesWriter
- configureDataSeries(DataSeries) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AbstractSeriesDataWriter
- configureDataSeries(DataSeries) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AreaSeriesDataWriter
- configureDataSeries(DataSeries) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.BarSeriesDataWriter
- configureDataSeries(DataSeries) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ColumnSeriesDataWriter
- configureDataSeries(DataSeries) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.LineSeriesDataWriter
- configureDataSeries(DataSeries) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.RadarSeriesWriter
- configureDataSeries(DataSeries) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ScatterSeriesDataWriter
- configureDataSeries(DataSeries) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.SplineSeriesDataWriter
- ContentMode - Enum Class in com.vaadin.flow.component.spreadsheet.shared
-
Defines how the client should interpret textual values.
- ContextMenuManager - Class in com.vaadin.flow.component.spreadsheet
-
ContextMenuManager is an utility class for the Spreadsheet component.
- ContextMenuManager(Spreadsheet) - Constructor for class com.vaadin.flow.component.spreadsheet.ContextMenuManager
-
Constructs a new ContextMenuManager and ties it to the given Spreadsheet.
- contextMenuOpenOnSelection(int, int) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetServerRpc
-
Context menu should be created for the appropriate selection.
- contextMenuOpenOnSelection(int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- convertIfNeeded(ChartData, Configuration) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.PieToDonutConverter
- convertPlotData(ChartData, Configuration) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ChartDataToVaadinConfigWriter
- convertPrimitiveType(Class<?>) - Static method in class com.vaadin.flow.component.spreadsheet.framework.ReflectTools
- convertSeries(boolean) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AbstractSeriesDataWriter
- convertSeries(boolean) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.PieSeriesDataWriter
- createActionsListForColumn(int) - Method in class com.vaadin.flow.component.spreadsheet.ContextMenuManager
-
Gets a list of available actions for the column at the given index.
- createActionsListForRow(int) - Method in class com.vaadin.flow.component.spreadsheet.ContextMenuManager
-
Gets a list of available actions for the row at the given index.
- createActionsListForSelection() - Method in class com.vaadin.flow.component.spreadsheet.ContextMenuManager
-
Gets a list of available actions for the current selection.
- createCategories(CTAxDataSource, SERIES_DATA_TYPE) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
- createCell(int, int, Object) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Create a new cell (or replace existing) with the given value, the type of the value parameter will define the type of the cell.
- createCellDataForCell(Cell) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
- createCellValueManager() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Override if there are desired changes or temporary bug fixes, but be careful - this class should cache values for performance.
- createChart(XSSFChart, Spreadsheet) - Method in interface com.vaadin.flow.component.spreadsheet.ChartCreator
-
Converts the XSSFChart model into a Chart Component
- createChart(XSSFChart, Spreadsheet) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.DefaultChartCreator
- createClearButton() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
-
Creates a "Clear filters" button.
- createConditionalFormatter() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Override this method to provide your own
ConditionalFormatterimplementation. - createConditionalFormatterRules() - Method in class com.vaadin.flow.component.spreadsheet.ConditionalFormatter
-
Creates the necessary CSS rules and runs evaluations on all affected cells.
- createConfigurationFromChartData(ChartData) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ChartDataToVaadinConfigWriter
- createCorrectCellRangeAddress(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Creates a CellRangeAddress from the given start and end coordinates.
- createCorrectCellRangeAddress(String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Creates a CellRangeAddress from the given cell address string.
- createDataSeriesItem(AbstractSeriesData.SeriesPoint, boolean) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AbstractSeriesDataWriter
- createDataSeriesItem(AbstractSeriesData.SeriesPoint, boolean) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.BubbleSeriesDataWriter
- createDataSeriesItem(AbstractSeriesData.SeriesPoint, boolean) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.PieSeriesDataWriter
- createDefaultHandler() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Create the default Spreadsheet handler.
- createFormulaCell(int, int, String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Creates a new Formula type cell with the given formula.
- createFreezePane(int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Creates or removes a freeze pane from the currently active sheet.
- createHyperlinkCellStyle() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory
-
Creates a CellStyle to be used with hyperlinks
- createInstance(Class<T>) - Static method in class com.vaadin.flow.component.spreadsheet.framework.ReflectTools
-
Creates a instance of the given class with a no-arg constructor.
- createNewSheet(String, int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Creates a new sheet as the last sheet and sets it as the active sheet.
- createPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AbstractSeriesDataWriter
-
This should only instantiate the object, configuration is done in configureDataSeries.
- createPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AreaSeriesDataWriter
- createPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.BarSeriesDataWriter
- createPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.BubbleSeriesDataWriter
- createPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ColumnSeriesDataWriter
- createPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.LineSeriesDataWriter
- createPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.PieSeriesDataWriter
- createPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ScatterSeriesDataWriter
- createPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.SplineSeriesDataWriter
- createSeriesDataObject(CT_SER_TYPE) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
- createSeriesDataObject(XmlObject) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.GenericSeriesReader
- createSeriesDataObject(CTAreaSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AreaSeriesReader
- createSeriesDataObject(CTBarSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.BarSeriesReader
- createSeriesDataObject(CTBubbleSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.BubbleSeriesReader
- createSeriesDataObject(CTLineSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.LineSeriesReader
- createSeriesDataObject(CTPieSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.PieSeriesReader
- createSeriesDataObject(CTRadarSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.RadarSeriesReader
- createSeriesDataObject(CTScatterSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.ScatterSeriesReader
- createSeriesDataPoints(CTNumDataSource, SERIES_DATA_TYPE) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
- createSeriesDataPointsForScatter(CTAxDataSource, CTNumDataSource, ScatterSeriesData) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.ScatterSeriesReader
-
Scatter requires x and y values, for other charts we use only X
- createSpreadsheetStyleFactory() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Override this method to provide your own
SpreadsheetStyleFactoryimplementation. - createTitle(String, ChartData.TitleProperties) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ChartDataToVaadinConfigWriter
- CRITICAL - Enum constant in enum class com.vaadin.flow.component.spreadsheet.shared.ErrorLevel
-
Error level for critical messages.
- CTSerAdapter - Class in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
-
This is an adapter for CT*Ser classes to use reflection to call some common methods, as they don't declare implementing a common interface, although share many methods.
- CTSerAdapter(XmlObject) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.CTSerAdapter
- customInit() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Implement this to perform custom initialization in subclasses.
D
- DASHED_MEDIUM - Enum constant in enum class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory.BorderStyle
- DASHED_THIN - Enum constant in enum class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory.BorderStyle
- dashStyle - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.LineSeriesData
-
Currently this string value corresponds to com.vaadin.flow.component.charts.model.DashStyle.
- dataSelected() - Method in interface com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData.DataSelectListener
- dataSelectListener - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData
- dataUpdateListener - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData
- DEFAULT_COL_WIDTH_UNITS - Static variable in class com.vaadin.flow.component.spreadsheet.SpreadsheetFactory
-
Default column width for new sheets in characters
- DEFAULT_COLUMNS - Static variable in class com.vaadin.flow.component.spreadsheet.SpreadsheetFactory
-
Default column count for new workbooks
- DEFAULT_ROW_HEIGHT_POINTS - Static variable in class com.vaadin.flow.component.spreadsheet.SpreadsheetFactory
-
Default for height for new sheets in points
- DEFAULT_ROWS - Static variable in class com.vaadin.flow.component.spreadsheet.SpreadsheetFactory
-
Default row count for new workbooks
- DefaultChartCreator - Class in com.vaadin.flow.component.spreadsheet.charts.converter
- DefaultChartCreator() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.DefaultChartCreator
- defaultColorStyles(CellStyle, StringBuilder) - Method in interface com.vaadin.flow.component.spreadsheet.ColorConverter
-
Writes the default background and foreground colors as CSS styles from the given cell style to the given string buffer.
- defaultColorStyles(CellStyle, StringBuilder) - Method in class com.vaadin.flow.component.spreadsheet.HSSFColorConverter
- defaultColorStyles(CellStyle, StringBuilder) - Method in class com.vaadin.flow.component.spreadsheet.XSSFColorConverter
- DefaultHyperlinkCellClickHandler - Class in com.vaadin.flow.component.spreadsheet
-
Default implementation of the
Spreadsheet.HyperlinkCellClickHandlerinterface. - DefaultHyperlinkCellClickHandler(Spreadsheet) - Constructor for class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler
- DefaultHyperlinkCellClickHandler(Spreadsheet, DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle) - Constructor for class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler
- DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle - Enum Class in com.vaadin.flow.component.spreadsheet
-
Choose how external links should open
- defColW - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- defRowH - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- deleteCell(int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Deletes the cell from the sheet and the underlying POI model as well.
- deleteRow() - Method in class com.vaadin.flow.component.spreadsheet.command.RowInsertOrDeleteCommand
- DeleteRowAction - Class in com.vaadin.flow.component.spreadsheet.action
-
Spreadsheet action for deleting a single row.
- DeleteRowAction() - Constructor for class com.vaadin.flow.component.spreadsheet.action.DeleteRowAction
- deleteRows(int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Deletes rows.
- deleteSelectedCells() - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Delete the contents of the selected cells, do not remove style/formatting.
- deleteSelectedCells() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- deleteSheet(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Deletes the sheet at the given index.
- deleteSheetWithPOIIndex(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Deletes the sheet with the given POI model index.
- deleteTable(SpreadsheetTable) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Deletes the given table: removes it from "memory" (see
Spreadsheet.registerTable(SpreadsheetTable)), clears and removes all possible filters (if table is aSpreadsheetFilterTable), and clears all table pop-up buttons and content. - DeleteTableAction - Class in com.vaadin.flow.component.spreadsheet.action
-
Spreadsheet action for deleting a SpreadsheetTable.
- DeleteTableAction() - Constructor for class com.vaadin.flow.component.spreadsheet.action.DeleteTableAction
- description - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- descriptionContentMode - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- discardAllAfter(int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Clears all history after the given history index NOT including the command at the given index.
- displayGridlines - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- displayRowColHeadings - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- donutHoleSizePercent - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.PieSeriesData
- DOTTED_THIN - Enum constant in enum class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory.BorderStyle
- DOUBLE - Enum constant in enum class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory.BorderStyle
- dx - Variable in class com.vaadin.flow.component.spreadsheet.client.OverlayInfo
- dy - Variable in class com.vaadin.flow.component.spreadsheet.client.OverlayInfo
E
- editCellComment(int, int) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetClientRpc
- editCellComment(CellReference) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Triggers editing of the cell comment in the given cell reference.
- EditCellCommentAction - Class in com.vaadin.flow.component.spreadsheet.action
-
Spreadsheet action for inserting or deleting a comment to a cell.
- EditCellCommentAction() - Constructor for class com.vaadin.flow.component.spreadsheet.action.EditCellCommentAction
- enabled - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- endIndex - Variable in class com.vaadin.flow.component.spreadsheet.shared.GroupingData
- equals(Object) - Method in class com.vaadin.flow.component.spreadsheet.client.CellData
- equals(Object) - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
- ERROR - Enum constant in enum class com.vaadin.flow.component.spreadsheet.shared.ErrorLevel
-
Error level for regular messages.
- errorLevel - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
-
Level of error.
- ErrorLevel - Enum Class in com.vaadin.flow.component.spreadsheet.shared
-
Represents the error levels displayed on components.
- errorMessage - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
-
HTML formatted error message for the component.
- evaluate(Spreadsheet, Ptg[], Cell) - Static method in class org.apache.poi.ss.formula.WorkbookEvaluatorUtil
-
Evaluate formula Ptg[] tokens
- execute() - Method in class com.vaadin.flow.component.spreadsheet.command.CellShiftValuesCommand
- execute() - Method in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
- execute() - Method in interface com.vaadin.flow.component.spreadsheet.command.Command
-
Executes this command.
- execute() - Method in class com.vaadin.flow.component.spreadsheet.command.RowInsertOrDeleteCommand
- execute() - Method in class com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand
- executeActionOnHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.DeleteRowAction
- executeActionOnHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.DeleteTableAction
- executeActionOnHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.EditCellCommentAction
- executeActionOnHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.HideHeaderAction
- executeActionOnHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.InsertDeleteCellCommentAction
- executeActionOnHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.InsertNewRowAction
- executeActionOnHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.InsertTableAction
- executeActionOnHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.MergeCellsAction
- executeActionOnHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.ShowHideCellCommentAction
- executeActionOnHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.SpreadsheetAction
-
Execute this action on the given spreadsheet and row/column header.
- executeActionOnHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.UnHideHeadersAction
- executeActionOnHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.UnMergeCellsAction
- executeActionOnSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.DeleteRowAction
- executeActionOnSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.DeleteTableAction
- executeActionOnSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.EditCellCommentAction
- executeActionOnSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.HideHeaderAction
- executeActionOnSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.InsertDeleteCellCommentAction
- executeActionOnSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.InsertNewRowAction
- executeActionOnSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.InsertTableAction
- executeActionOnSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.MergeCellsAction
- executeActionOnSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.ShowHideCellCommentAction
- executeActionOnSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.SpreadsheetAction
-
Execute this action on the given spreadsheet and selection.
- executeActionOnSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.UnHideHeadersAction
- executeActionOnSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.UnMergeCellsAction
F
- filled - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AreaSeriesData
- fillSeriesData(AreaSeriesData, CTAreaSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AreaSeriesReader
- fillSeriesData(BubbleSeriesData, CTBubbleSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.BubbleSeriesReader
- fillSeriesData(ColumnSeriesData, CTBarSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.BarSeriesReader
- fillSeriesData(LineSeriesData, CTLineSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.LineSeriesReader
- fillSeriesData(PieSeriesData, CTPieSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.PieSeriesReader
- fillSeriesData(RadarSeriesData, CTRadarSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.RadarSeriesReader
- fillSeriesData(ScatterSeriesData, CTScatterSer) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.ScatterSeriesReader
- fillSeriesData(SERIES_DATA_TYPE, CT_SER_TYPE) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
- FILTER_TABLE_CONTENT_CLASSNAME - Static variable in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
- filteringRegion - Variable in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
- findCommonBaseType(Class<?>, Class<?>) - Static method in class com.vaadin.flow.component.spreadsheet.framework.ReflectTools
-
Finds the most specific class that both provided classes extend from.
- findIncreasingSelection(MergedRegionUtil.MergedRegionContainer, int, int, int, int) - Static method in class com.vaadin.flow.component.spreadsheet.client.MergedRegionUtil
-
Goes through the given selection and checks that the cells on the edges of the selection are not in "the beginning / middle / end" of a merged cell.
- findMethod(Class<?>, String, Class<?>...) - Static method in class com.vaadin.flow.component.spreadsheet.framework.ReflectTools
-
Locates the method in the given class.
- fireEvent(ComponentEvent) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- fontFamily - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.TextProperties
- FORMULA_VALUE_CHANGE_METHOD - Static variable in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.FormulaValueChangeListener
- FormulaFormatter - Class in com.vaadin.flow.component.spreadsheet
-
Converts between a localized formula and a non-localized formula.
- FormulaFormatter() - Constructor for class com.vaadin.flow.component.spreadsheet.FormulaFormatter
- FormulaFormatter.NumberToken - Class in com.vaadin.flow.component.spreadsheet
- FormulaFormatter.SeparatorToken - Class in com.vaadin.flow.component.spreadsheet
- formulaValue - Variable in class com.vaadin.flow.component.spreadsheet.client.CellData
- FormulaValueChangeEvent(Component, Set<CellReference>) - Constructor for class com.vaadin.flow.component.spreadsheet.Spreadsheet.FormulaValueChangeEvent
G
- GenericSeriesReader - Class in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
-
Can be used to test reading of a new chart type or as a temporary means to see the data.
- GenericSeriesReader(XmlObject, Spreadsheet, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.GenericSeriesReader
- getActions(Object, Object) - Method in class com.vaadin.flow.component.spreadsheet.action.SpreadsheetDefaultActionHandler
- getActions(Object, Object) - Method in interface com.vaadin.flow.component.spreadsheet.framework.Action.Handler
-
Gets the list of actions applicable to this handler.
- getActiveSheet() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Note that modifications done directly with the POI
SheetAPI will not get automatically updated into the Spreadsheet component. - getActiveSheetIndex() - Method in interface com.vaadin.flow.component.spreadsheet.command.Command
-
Returns the index of the currently active sheet.
- getActiveSheetIndex() - Method in class com.vaadin.flow.component.spreadsheet.command.SpreadsheetCommand
- getActiveSheetIndex() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the index of the currently active sheet among the visible sheets ( hidden or very hidden sheets not included).
- getActiveSheetPOIIndex() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the POI model index of the currently active sheet (index among all sheets including hidden and very hidden sheets).
- getAllReferencedCells(String, Spreadsheet, boolean) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.Utils
-
This function returns all the cells that the given formula references.
- getAllReferencedCells(String, Spreadsheet, boolean) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
This function returns all the cells that the given formula references.
- getAllReferencedCells(SpreadsheetVersion, String) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.Utils
-
Returns all cells in the referenced areas.
- getAllReferencedVisibleCells(String, Spreadsheet) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.Utils
-
This function uses the getAllReferencedCells function but filters out all the hidden rows from the list honoring filtering of charts based on spreadsheettable filter settings
- getAllSelectedCells() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Gets a combination of all selected cells.
- getAllValues() - Method in class com.vaadin.flow.component.spreadsheet.ItemFilter
-
Gets all of the unique values for this filter column.
- getAnchor() - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
-
Gets the anchor for this image within the sheet containing this image.
- getAreaReferences(SpreadsheetVersion, String) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.Utils
-
Returns an array of contiguous area references addressed by the given formula.
- getAuthorForComment(CellReference) - Method in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.CommentAuthorProvider
-
Gets the author name for a new comment about to be added to the cell at the given cell reference.
- getBackgroundColorCSS(ConditionalFormattingRule) - Method in interface com.vaadin.flow.component.spreadsheet.ColorConverter
-
Create a CSS color string for the background in the given rule.
- getBackgroundColorCSS(ConditionalFormattingRule) - Method in class com.vaadin.flow.component.spreadsheet.HSSFColorConverter
- getBackgroundColorCSS(ConditionalFormattingRule) - Method in class com.vaadin.flow.component.spreadsheet.XSSFColorConverter
- getBorderAttributeValue() - Method in enum class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory.BorderStyle
-
Returns the complete border attribute value for CSS
- getBorderColorCSS(XSSFCellBorder.BorderSide, String, BorderFormatting) - Method in interface com.vaadin.flow.component.spreadsheet.ColorConverter
-
Returns CSS border definitions for the given conditional formatting rule
- getBorderColorCSS(XSSFCellBorder.BorderSide, String, BorderFormatting) - Method in class com.vaadin.flow.component.spreadsheet.HSSFColorConverter
- getBorderColorCSS(XSSFCellBorder.BorderSide, String, BorderFormatting) - Method in class com.vaadin.flow.component.spreadsheet.XSSFColorConverter
- getBorderColorCSS(XSSFCellBorder.BorderSide, String, CellStyle) - Method in interface com.vaadin.flow.component.spreadsheet.ColorConverter
-
Returns CSS border definitions for the given cell style
- getBorderColorCSS(XSSFCellBorder.BorderSide, String, CellStyle) - Method in class com.vaadin.flow.component.spreadsheet.HSSFColorConverter
- getBorderColorCSS(XSSFCellBorder.BorderSide, String, CellStyle) - Method in class com.vaadin.flow.component.spreadsheet.XSSFColorConverter
- getCaption() - Method in class com.vaadin.flow.component.spreadsheet.framework.Action
-
Returns the action's caption.
- getCat() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.CTSerAdapter
- getCell(int, int) - Method in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
-
Returns the Cell at the given row and column.
- getCell(int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the Cell at the given coordinates.
- getCell(int, int, Sheet) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the Cell at the given coordinates.
- getCell(String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the Cell at the given address.
- getCell(String, int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the Cell at the given coordinates.
- getCell(CellReference) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the Cell corresponding to the given reference.
- getCell(CellReference, Sheet) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the Cell corresponding to the given reference.
- getCellDeletionHandler() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- getCellFormattingIndex(Cell) - Method in class com.vaadin.flow.component.spreadsheet.ConditionalFormatter
-
Each cell can have multiple matching rules, hence a collection.
- getCellRangeAddresses() - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Returns all selected areas.
- getCellRangeAddresses() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Gets all separately selected cell ranges.
- getCellReference() - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Gets the cell reference for the cell that contains this pop-up button.
- getCellSelectionManager() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the CellSelectionManager for this Spreadsheet.
- getCellShifter() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the CellShifter for this Spreadsheet.
- getCellValue(int, int) - Method in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
-
Returns the current value of the cell at the given coordinates.
- getCellValue(Cell) - Method in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
-
Returns the current value of the given Cell
- getCellValue(Cell) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the formatted value for the given cell, using the
DataFormatterwith the current locale. - getCellValue(CellReference) - Method in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
-
Returns the current value for the cell referenced by the given cell reference
- getCellValueHandler() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- getCellValueManager() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the CellValueManager for this Spreadsheet.
- getCellWidth(Cell) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Calculate cell width, accounting for merged cells (see #655)
- getChangedCells() - Method in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
- getChangedCells() - Method in interface com.vaadin.flow.component.spreadsheet.command.ValueChangeCommand
-
Returns the cells that had their value(s) changed.
- getChangedCells() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.ValueChangeEvent
- getChart() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
- getColBufferSize() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
The column buffer size determines the amount of content rendered outside the left and right edges of the visible cell area, for smoother scrolling.
- getColHeader(int) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
Generates the column header for column with the given index
- getColHeaderIndex(String) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
Returns the column index for the column with the given header.
- getColumn() - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Gets the column for this pop-up button.
- getColumnHeader(int) - Method in class com.vaadin.flow.component.spreadsheet.action.SpreadsheetAction
-
Returns the column header for the column at the given index.
- getColumnIndexFromKey(String) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
Returns the column index for the given Cell key.
- getColumns() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Get the number of columns in the currently active sheet, or if
Spreadsheet.setMaxColumns(int)has been used, the current number of columns the component shows (not the amount of columns in the actual sheet in the POI model). - getCommand(int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Gets the Command at the given history index.
- getCommentAuthorProvider() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the CommentAuthorProvider currently set to this Spreadsheet.
- getComponent(boolean) - Method in class com.vaadin.flow.component.spreadsheet.SheetChartWrapper
- getComponent(boolean) - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
-
Returns the component contained in this wrapper if there is one.
- getConditionalFormatter() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the ConditionalFormatter
- getConditionalFormattingEvaluator() - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
- getConditionalFormattingEvaluator() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
POI, as of 4.0.0, now accepts this as an argument to formula evaluation.
- getContent() - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Get the contents of the popup.
- getContextMenuManager() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the ContextMenuManager for this Spreadsheet.
- getCtWorksheetAutoFilter() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
- getCurrentDecimalSeparator(Locale) - Method in class com.vaadin.flow.component.spreadsheet.FormulaFormatter
- getCustomCellDeletionHandler() - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Gets the current CellDeletionHandler
- getCustomCellValueHandler() - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Gets the current CellValueHandler
- getCustomComponentForCell(Cell, int, int, Spreadsheet, Sheet) - Method in interface com.vaadin.flow.component.spreadsheet.SpreadsheetComponentFactory
-
Should return a unique component that is displayed inside the cell instead of the cell's value.
- getCustomEditorForCell(Cell, int, int, Spreadsheet, Sheet) - Method in interface com.vaadin.flow.component.spreadsheet.SpreadsheetComponentFactory
-
Should return the custom component that is displayed in the cell when the sheet is loaded or then the cell is selected when
Spreadsheet.setShowCustomEditorOnFocus(boolean)is enabled. has been selected. - getDashStyle(String) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.LineSeriesWriterUtils
- getData() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.SpreadsheetEvent
- getDataFormatter() - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
- getDataFormatter() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the current DataFormatter.
- getDecimalFormat(Locale) - Method in class com.vaadin.flow.component.spreadsheet.FormulaFormatter
- getDefaultColumnCount() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the default column count for new sheets.
- getDefaultColumnWidth() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the default column width for the currently active sheet.
- getDefaultPercentageFormat() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the formatting string that is used when a user enters percentages into the Spreadsheet.
- getDefaultRowCount() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the default row count for new sheets.
- getDefaultRowHeight() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the default row height in points.
- getEnumValueOrDefault(Class<? extends E>, String, E) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.Utils
- getEvaluationWorkbook(Spreadsheet) - Static method in class org.apache.poi.ss.formula.WorkbookEvaluatorUtil
- getFilteredRows() - Method in class com.vaadin.flow.component.spreadsheet.ItemFilter
- getFilteredRows() - Method in interface com.vaadin.flow.component.spreadsheet.SpreadsheetFilter
-
Returns the rows that should be filtered by this filter.
- getFilteringRegion() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
-
Gets the filtering region,
CellRangeAddressfor this table. - getFirstArgumentFromFormula(Cell) - Method in class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler
-
we parse the formula with a formula/POI trick so we don't have to use tricky regular expressions that hit terminal runaway evaluation cases see: https://www.regular-expressions.info/catastrophic.html Instead, translate
- getFirstColumn() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the first visible column in the main scroll area (NOT freeze pane)
- getFirstRow() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the first visible row in the scroll area (not freeze pane)
- getFirstVisibleSheetPOIIndex(Workbook) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
Returns the POI index of the first visible sheet (not hidden or very hidden).
- getFontColorCSS(ConditionalFormattingRule) - Method in interface com.vaadin.flow.component.spreadsheet.ColorConverter
-
Create a CSS color string for the font in the given rule.
- getFontColorCSS(ConditionalFormattingRule) - Method in class com.vaadin.flow.component.spreadsheet.HSSFColorConverter
- getFontColorCSS(ConditionalFormattingRule) - Method in class com.vaadin.flow.component.spreadsheet.XSSFColorConverter
- getFormulaEvaluator() - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Get the common
FormulaEvaluatorinstance fromSpreadsheet - getFormulaEvaluator() - Method in class com.vaadin.flow.component.spreadsheet.ConditionalFormatter
-
Get the common
FormulaEvaluatorinstance fromSpreadsheet - getFormulaEvaluator() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- getFullTableRegion() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Gets the full table region,
CellRangeAddressfor this table. - getHeight(Sheet, float[]) - Method in class com.vaadin.flow.component.spreadsheet.SheetChartWrapper
- getHeight(Sheet, float[]) - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
-
Calculates the height of the image.
- getHistoryIndex() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Gets the current index within the Command history.
- getHistorySize() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Gets the current size of the Command history.
- getHyperlinkCellClickHandler() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- getHyperlinkFunctionTarget(Cell) - Method in class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler
-
Should only be called for cells
DefaultHyperlinkCellClickHandler.isHyperlinkFormulaCell(Cell)returns true. - getHyperlinkFunctionTarget(Cell) - Method in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.HyperlinkCellClickHandler
- getIcon() - Method in class com.vaadin.flow.component.spreadsheet.framework.Action
-
Returns the action's icon.
- getId() - Method in class com.vaadin.flow.component.spreadsheet.SheetChartWrapper
- getId() - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
-
Returns a unique ID of this overlay, used also as a resource key for images.
- getId() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- getIndividualSelectedCells() - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Returns references to all individually selected cells.
- getIndividualSelectedCells() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Gets all the individually selected single cells in the current selection.
- getJavaFieldValue(Object, Field) - Static method in class com.vaadin.flow.component.spreadsheet.framework.ReflectTools
-
Returns the value of the java field.
- getJavaFieldValue(Object, Field, Class<?>) - Static method in class com.vaadin.flow.component.spreadsheet.framework.ReflectTools
-
Returns the value of the java field that is assignable to the property type.
- getLastColumn() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the last visible column in the main scroll area (NOT freeze pane)
- getLastFrozenColumn() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the index the last frozen column (last column in left freeze pane).
- getLastFrozenRow() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the index the last frozen row (last row in top freeze pane).
- getLastRow() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the last visible row in the main scroll area (NOT freeze pane)
- getLatestSelectionEvent() - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Returns the latest selection event.
- getLocale() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the Locale for this spreadsheet
- getMarker(String) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.LineSeriesWriterUtils
- getMergedRegion(int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.MergedRegionUtil.MergedRegionContainer
-
Gets the merged region overlapping the given coordinates.
- getMergedRegionContainer() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the MergedRegionContainer for this Spreadsheet.
- getMergedRegionStartingFrom(int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.MergedRegionUtil.MergedRegionContainer
-
Gets the merged region starting at the given coordinates.
- getMethod(Class<?>) - Static method in class com.vaadin.flow.component.spreadsheet.framework.ReflectTools
-
Returns the first non-synthetic method of the specified
listenerClass, which must have single method in the source-code. - getMinimumRowHeightForComponents() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Get the minimum row heigth in points for the rows that contain custom components
- getNewSheet() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.SheetChangeEvent
-
Gets the newly selected sheet.
- getNewSheetPOIIndex() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.SheetChangeEvent
-
Gets the POI index of the newly selected sheet.
- getNewSheetVisibleIndex() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.SheetChangeEvent
-
Gets the index of the newly selected sheet among all visible sheets.
- getNumberOfSheets() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the total number of sheets in the workbook (includes hidden and very hidden sheets).
- getNumberOfVisibleSheets() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns the number of currently visible sheets in the component.
- getNumberOfVisibleSheets(Workbook) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
Returns the number of visible sheets (not hidden or very hidden) in the given Workbook.
- getNumericValue(CellReference, Spreadsheet) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.Utils
- getNumericValueFromCellRef(CellReference) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
- getOpenStyle() - Method in class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler
-
expose for subclasses
- getOrCreateCell(Sheet, int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- getOriginalCellValue(Cell) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
- getOriginalValueDecimalFormat() - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
- getPaintedCellRange() - Method in class com.vaadin.flow.component.spreadsheet.command.CellShiftValuesCommand
- getPaintedCellRange() - Method in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
- getPaintedCellRange() - Method in interface com.vaadin.flow.component.spreadsheet.command.Command
-
The painted range that should be set when this command is run.
- getPaintedCellRange() - Method in class com.vaadin.flow.component.spreadsheet.command.RowInsertOrDeleteCommand
- getPaintedCellRange() - Method in class com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand
- getPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AbstractSeriesDataWriter
- getPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AreaSeriesDataWriter
- getPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.BarSeriesDataWriter
- getPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ColumnSeriesDataWriter
- getPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.LineSeriesDataWriter
- getPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ScatterSeriesDataWriter
- getPlotOptions() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.SplineSeriesDataWriter
- getPopupButton() - Method in class com.vaadin.flow.component.spreadsheet.PopupButton.PopupCloseEvent
-
Gets the
PopupButtonwhere the event occurred. - getPopupButton() - Method in class com.vaadin.flow.component.spreadsheet.PopupButton.PopupOpenEvent
-
Gets the
PopupButtonwhere the event occurred. - getPopupButton(int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Gets the
PopupButtonfor the given column. - getPopupButton(CellReference) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Gets the
PopupButtonfor the header cell pointed byCellReference. - getPopupButtons() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Returns all of the
PopupButtons for this table. - getPopupHeight() - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Gets the height for this pop-up button's pop-up.
- getPopupWidth() - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Gets the width for this pop-up button's pop-up.
- getPreviousSheet() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.SheetChangeEvent
-
Gets the sheet that was previously selected.
- getRangeForReference(String, Spreadsheet, boolean) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
evaluate the formula (which may just be a single cell or range string) and find the bounding rectangle for the referenced cells.
- getResourceHandler() - Method in class com.vaadin.flow.component.spreadsheet.SheetImageWrapper
-
Gets the resource containing this image
- getResourceHandler() - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
-
Gets the handler serving this image
- getRow() - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Gets the row for this pop-up button.
- getRowBufferSize() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
The row buffer size determines the amount of content rendered outside the top and bottom edges of the visible cell area, for smoother scrolling.
- getRowFromKey(String) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
Returns the row index for the given Cell key.
- getRowIndex() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.RowHeaderDoubleClickEvent
- getRows() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Get the number of rows in the currently active sheet, or if
Spreadsheet.setMaxRows(int)has been used, the current number of rows the component shows (not the amount of rows in the actual sheet in the POI model). - getRpcProxy() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the RPC proxy for communication to the client side.
- getScientificNotationStringForNumericCell(double, String, float, int) - Method in class com.vaadin.flow.component.spreadsheet.CellValueFormatter
- getSelectedCellMergedRegion() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Gets the merged region the single selected cell is a part of, if applicable.
- getSelectedCellRange() - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Returns the currently selected area in case there is only one area selected.
- getSelectedCellReference() - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Returns reference to the currently selected single cell OR in case of multiple selections the last cell clicked OR in case of area select the cell from which the area selection was started.
- getSelectedCellReference() - Method in class com.vaadin.flow.component.spreadsheet.command.CellShiftValuesCommand
- getSelectedCellReference() - Method in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
- getSelectedCellReference() - Method in interface com.vaadin.flow.component.spreadsheet.command.Command
-
The selected cell that should be set when this command is run.
- getSelectedCellReference() - Method in class com.vaadin.flow.component.spreadsheet.command.RowInsertOrDeleteCommand
- getSelectedCellReference() - Method in class com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand
- getSelectedCellReference() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets a reference to the current single selected cell.
- getSelectedCellReference() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Returns reference to the currently selected single cell OR in case of multiple selections the last cell clicked OR in case of area select the cell from which the area selection was started.
- getSelectedCellReferences() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets all the currently selected cells.
- getSelectListener() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.SelectListeningDataSeries
- getSeries() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
- getSeriesData() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AbstractSeriesDataWriter
- getSeriesData() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.AreaSeriesDataWriter
- getSeriesData() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.BarSeriesDataWriter
- getSeriesData() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ColumnSeriesDataWriter
- getSeriesData() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.LineSeriesDataWriter
- getSeriesData() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.PieSeriesDataWriter
- getSeriesData() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ScatterSeriesDataWriter
- getSeriesData() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.SplineSeriesDataWriter
- getSeriesDataWriter() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData
- getSeriesDataWriter() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AreaSeriesData
- getSeriesDataWriter() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.BarSeriesData
- getSeriesDataWriter() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.BubbleSeriesData
- getSeriesDataWriter() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ColumnSeriesData
- getSeriesDataWriter() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.LineSeriesData
- getSeriesDataWriter() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.PieSeriesData
- getSeriesDataWriter() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.RadarSeriesData
- getSeriesDataWriter() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ScatterSeriesData
- getSeriesDataWriter() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.SplineSeriesData
- getSheet() - Method in class com.vaadin.flow.component.spreadsheet.command.SpreadsheetCommand
-
Returns the currently active sheet.
- getSheet() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Gets the
Sheetthis table belongs to. - getSize() - Method in enum class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory.BorderStyle
-
Returns the thickness of this border
- getSpreadsheet() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
- getSpreadsheet() - Method in class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler
-
expose for subclasses
- getSpreadsheet() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Gets the Spreadsheet where this event happened.
- getSpreadsheet() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Gets the
Spreadsheetcomponent this table belongs to. - getSpreadsheetHistoryManager() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the SpreadsheetHistoryManager for this Spreadsheet.
- getSpreadsheetStyleFactory() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the currently used style factory for this Spreadsheet.
- getState() - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
- getStatusLabelValue() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the content of the status label
- getStringValue(CellReference, Spreadsheet) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.Utils
- getStringValueFromFormula(String, Spreadsheet) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.Utils
- getTables() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets all the tables that have been registered to this Spreadsheet.
- getTablesForActiveSheet() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the tables that belong to the currently active sheet (
Spreadsheet.getActiveSheet()). - getTx() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.CTSerAdapter
- getType() - Method in class com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand
-
Returns the type of size change this represents.
- getType() - Method in class com.vaadin.flow.component.spreadsheet.SheetChartWrapper
- getType() - Method in class com.vaadin.flow.component.spreadsheet.SheetImageWrapper
- getType() - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
- getType() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet.SpreadsheetEvent
- getURL() - Method in class com.vaadin.flow.component.spreadsheet.shared.URLReference
-
Returns the URL that this object refers to.
- getVal() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.CTSerAdapter
- getValue() - Method in enum class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory.BorderStyle
-
Returns the CSS name of this border style
- getVisibleSheetNames() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns an array containing the names of the currently visible sheets.
- getVisibleSheetPOIIndex(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns POI model based index for the given Spreadsheet sheet index.
- getVisibleValues() - Method in class com.vaadin.flow.component.spreadsheet.ItemFilter
-
Gets the currently NOT filtered cell values.
- getWidth(Sheet, int[], int) - Method in class com.vaadin.flow.component.spreadsheet.SheetChartWrapper
- getWidth(Sheet, int[], int) - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
-
Calculates the width of the image.
- getWorkbook() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Note that modifications done directly with the POI
WorkbookAPI will not get automatically updated into the Spreadsheet component. - getXssfTable() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
- gradient - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.BackgroundProperties
- GradientProperties() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.GradientProperties
- green - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.ColorProperties
- GroupingData - Class in com.vaadin.flow.component.spreadsheet.shared
-
Shared state for the grouping feature
- GroupingData() - Constructor for class com.vaadin.flow.component.spreadsheet.shared.GroupingData
- GroupingData(int, int, int, int, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.shared.GroupingData
- GroupingData(long, long, short, long, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.shared.GroupingData
- GroupingHandler - Interface in com.vaadin.flow.component.spreadsheet.client
H
- handleAction(Action, Object, Object) - Method in class com.vaadin.flow.component.spreadsheet.action.SpreadsheetDefaultActionHandler
- handleAction(Action, Object, Object) - Method in interface com.vaadin.flow.component.spreadsheet.framework.Action.Handler
-
Handles an action for the given target.
- handleAction(Object, Object) - Method in interface com.vaadin.flow.component.spreadsheet.framework.Action.Listener
- handleCellRangeSelection(String, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
- handleCellRangeSelection(CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
- handleCellRangeSelection(CellReference, CellRangeAddress, boolean) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
- handleCellSelection(CellReference) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Selects a single cell from the active sheet
- handleReferencedValueUpdates(List<CellReference>, SERIES_DATA_TYPE, AbstractSeriesReader.ValueUpdateMode) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
- hasActionHandlers() - Method in class com.vaadin.flow.component.spreadsheet.ContextMenuManager
-
Determines if there are currently any action handlers attached to the target Spreadsheet.
- hasActions - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- hasBackgroundColor(CellStyle) - Method in interface com.vaadin.flow.component.spreadsheet.ColorConverter
-
Returns true if the given cell style has a background color.
- hasBackgroundColor(CellStyle) - Method in class com.vaadin.flow.component.spreadsheet.HSSFColorConverter
- hasBackgroundColor(CellStyle) - Method in class com.vaadin.flow.component.spreadsheet.XSSFColorConverter
- hashCode() - Method in class com.vaadin.flow.component.spreadsheet.client.CellData
- hashCode() - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
- headerHidden - Variable in class com.vaadin.flow.component.spreadsheet.shared.PopupButtonState
- height - Variable in class com.vaadin.flow.component.spreadsheet.client.OverlayInfo
- height - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- hiddenColumnIndexes - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
-
1-based
- hiddenRowIndexes - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
-
1-based
- HIDE_FUNCTION_BAR_STYLE - Static variable in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
This is a style which hides the top (address and formula) bar.
- HIDE_TABSHEET_STYLE - Static variable in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
This is a style which hides the bottom (sheet selection) bar.
- HideHeaderAction - Class in com.vaadin.flow.component.spreadsheet.action
-
Spreadsheet action for hiding a single row or column.
- HideHeaderAction() - Constructor for class com.vaadin.flow.component.spreadsheet.action.HideHeaderAction
- historyIndex - Variable in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Current index within the history
- horizontalScrollPositions - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- horizontalSplitPosition - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- HSSFColorConverter - Class in com.vaadin.flow.component.spreadsheet
-
Color converter implementation for the older Excel file type (.xls or HSSF in POI terms).
- HSSFColorConverter(HSSFWorkbook) - Constructor for class com.vaadin.flow.component.spreadsheet.HSSFColorConverter
- HTML - Enum constant in enum class com.vaadin.flow.component.spreadsheet.shared.ContentMode
-
Textual values are interpreted and displayed as HTML.
- hyperlinksTooltips - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
I
- id - Variable in class com.vaadin.flow.component.spreadsheet.client.MergedRegion
- id - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- IMAGE - Enum constant in enum class com.vaadin.flow.component.spreadsheet.client.OverlayInfo.Type
- individualSelectedCellsDeleted(List<CellReference>, Sheet, FormulaEvaluator, DataFormatter, ConditionalFormattingEvaluator) - Method in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.CellDeletionHandler
-
Called if individually selected cell values have been deleted by the user.
- INFO - Enum constant in enum class com.vaadin.flow.component.spreadsheet.shared.ErrorLevel
-
Error level for informational messages.
- infoLabelValue - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- initAllItemsCheckbox() - Method in class com.vaadin.flow.component.spreadsheet.ItemFilter
-
Creates the "Select All" filter component.
- initClearAllButtons() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
-
Creates the "Clear filters" buttons for the pop-ups.
- initComponents() - Method in class com.vaadin.flow.component.spreadsheet.ItemFilter
-
Create all components of the ItemFilter.
- initFilters() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
-
Creates all filters for this table.
- initialSheetSelection - Variable in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- initItemFilters() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
-
Creates item filters for this table.
- initLayouts() - Method in class com.vaadin.flow.component.spreadsheet.ItemFilter
-
Creates the base layout for the filter components.
- initOptions() - Method in class com.vaadin.flow.component.spreadsheet.ItemFilter
-
Creates the filter selection component.
- initPopupButtonListeners() - Method in class com.vaadin.flow.component.spreadsheet.ItemFilter
-
Initializes pop-up close listener for verifying that filter selections match with what is currently shown.
- initPopupButtons() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Initializes the pop-up buttons of this table.
- InsertDeleteCellCommentAction - Class in com.vaadin.flow.component.spreadsheet.action
-
Spreadsheet action for inserting or deleting a comment to a cell.
- InsertDeleteCellCommentAction() - Constructor for class com.vaadin.flow.component.spreadsheet.action.InsertDeleteCellCommentAction
- insertNewRow() - Method in class com.vaadin.flow.component.spreadsheet.command.RowInsertOrDeleteCommand
- InsertNewRowAction - Class in com.vaadin.flow.component.spreadsheet.action
-
Spreadsheet action for inserting a new row to the sheet.
- InsertNewRowAction() - Constructor for class com.vaadin.flow.component.spreadsheet.action.InsertNewRowAction
- InsertTableAction - Class in com.vaadin.flow.component.spreadsheet.action
-
Spreadsheet action for inserting a new SpreadsheetTable.
- InsertTableAction() - Constructor for class com.vaadin.flow.component.spreadsheet.action.InsertTableAction
- intValue() - Method in enum class com.vaadin.flow.component.spreadsheet.shared.ErrorLevel
-
Integer representation of error severity for comparison.
- invalidCellAddress() - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetClientRpc
- invalidFormulaCells - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- invalidFormulaErrorMessage - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- is3d - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData
- isActive() - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
- isActiveSheetProtected() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the protection state of the current sheet.
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.DeleteRowAction
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.DeleteTableAction
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.EditCellCommentAction
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.HideHeaderAction
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.InsertDeleteCellCommentAction
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.InsertNewRowAction
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.InsertTableAction
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.MergeCellsAction
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.ShowHideCellCommentAction
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.SpreadsheetAction
-
Returns true if this action is possible for the given row/column header.
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.UnHideHeadersAction
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.action.UnMergeCellsAction
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.DeleteRowAction
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.DeleteTableAction
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.EditCellCommentAction
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.HideHeaderAction
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.InsertDeleteCellCommentAction
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.InsertNewRowAction
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.InsertTableAction
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.MergeCellsAction
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.ShowHideCellCommentAction
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.SpreadsheetAction
-
Returns true if this action is possible in the given spreadsheet for the given selection.
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.UnHideHeadersAction
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.flow.component.spreadsheet.action.UnMergeCellsAction
- isCellHidden(Cell) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the visibility state of the given cell.
- isCellInRange(CellReference, CellRangeAddress) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
Determines whether the given cell is within the given range.
- isCellLocked(Cell) - Method in class com.vaadin.flow.component.spreadsheet.action.SpreadsheetAction
-
Returns the locking status of the given cell.
- isCellLocked(CellAddress) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns whether or not the cell at the given address in the active sheet is locked.
- isChartsEnabled() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns true if embedded charts are displayed
- isColorByPoint - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ColumnSeriesData
- isColumnHidden(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the visibility state of the given column.
- isDonut - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.PieSeriesData
- isExploded - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.PieSeriesData
- isFloating - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.TitleProperties
- isFormulaFormat(String) - Method in class com.vaadin.flow.component.spreadsheet.FormulaFormatter
- isFunctionBarVisible() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the visibility of the top function bar.
- isGridlinesVisible() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets grid line visibility for the currently active sheet.
- isHeaderHidden() - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Tells if the pop-up header is currently hidden.
- isHyperlinkFormulaCell(Cell) - Static method in class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler
-
Returns true if the cell contains a hyperlink function.
- isNumberChar(Character, Locale) - Method in class com.vaadin.flow.component.spreadsheet.FormulaFormatter
- isPercentage - Variable in class com.vaadin.flow.component.spreadsheet.client.CellData
- isRangeEditable(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Determines if the given cell range is editable or not.
- isRangeEditable(CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Tells whether the given cell range is editable or not.
- isReportStyle() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the state of the report style.
- isRerenderPending() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns true if the component is being fully re-rendered after this round-trip (sheet change etc.)
- isRowColHeadingsVisible() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets row and column heading visibility for the currently active sheet.
- isRowHidden(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the visibility state of the given row.
- isSheetProtected(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the protection state of the sheet at the given POI index.
- isSheetProtected(Spreadsheet) - Method in class com.vaadin.flow.component.spreadsheet.action.SpreadsheetAction
-
Returns the protection status of the given spreadsheet.
- isSheetProtected(Sheet) - Method in class com.vaadin.flow.component.spreadsheet.action.SpreadsheetAction
-
Returns the protection status of the given sheet.
- isSheetSelectionBarVisible() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Gets the visibility of the bottom sheet selection bar.
- isShowCustomEditorOnFocus() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Returns whether the custom editor is shown on focus or not.
- isTableSheetCurrentlyActive() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Returns true if the spreadsheet component is currently displaying the sheet that this table belongs to.
- isValidFormulaFormat(String, Locale) - Method in class com.vaadin.flow.component.spreadsheet.FormulaFormatter
-
Rudimentary checks if the given string could be a valid formula
- isVisible() - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
-
Gets the visibility state of this overlay in the current spreadsheet view.
- isVisible(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
-
Determines if this image should be visible within the given visible area.
- italics - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.TextProperties
- ItemFilter - Class in com.vaadin.flow.component.spreadsheet
-
A simple filter for spreadsheet filtering table, filtering cell values with checkboxes.
- ItemFilter(CellRangeAddress, Spreadsheet, PopupButton, SpreadsheetFilterTable) - Constructor for class com.vaadin.flow.component.spreadsheet.ItemFilter
-
Constructs a new item filter for the given spreadsheet, filtering range, pop-up button and filtering table.
J
- join(List<String>, String) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.Utils
K
- key - Variable in class com.vaadin.flow.component.spreadsheet.client.SpreadsheetActionDetails
L
- LEFT - Enum constant in enum class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.LegendPosition
- legendProperties - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData
- LegendProperties() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.LegendProperties
- level - Variable in class com.vaadin.flow.component.spreadsheet.shared.GroupingData
- levelHeaderClicked(boolean, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.GroupingHandler
- levelHeaderClicked(boolean, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Called when a grouping level header is clicked
- levelHeaderClicked(boolean, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- LineSeriesData - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- LineSeriesData() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.LineSeriesData
- LineSeriesDataWriter - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- LineSeriesDataWriter(LineSeriesData) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.LineSeriesDataWriter
- LineSeriesReader - Class in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
- LineSeriesReader(CTLineChart, Spreadsheet, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.LineSeriesReader
- LineSeriesReaderUtils - Class in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
- LineSeriesReaderUtils() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.LineSeriesReaderUtils
- LineSeriesWriterUtils - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- LineSeriesWriterUtils() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.LineSeriesWriterUtils
- lineWidth - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.LineSeriesData
- linkCellClicked(int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
A cell containing a hyperlink has been clicked.
- linkCellClicked(int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- loadCellData(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Sends cell data to the client.
- loadCellDataForRowAndColumnRange(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Gets cell data for cells within the given bounds.
- loadCells(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sends data of the given cell area to client side.
- loadCustomBorderStylesToState() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory
-
Sets the custom border styles to shared state for sending them to the client side.
- loadCustomEditorOnSelectedCell() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
This method should be always called when the selected cell has changed so proper actions can be triggered for possible custom component inside the cell.
- locked - Variable in class com.vaadin.flow.component.spreadsheet.client.CellData
- lockedColumnIndexes - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- lockedRowIndexes - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- lockFormatColumns - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- lockFormatRows - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- logMemoryUsage() - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetFactory
-
Runs garbage collection and outputs current memory usage to console.
- LUMO - Enum constant in enum class com.vaadin.flow.component.spreadsheet.Spreadsheet.SpreadsheetTheme
M
- makeSureCorrectSheetActive(Command) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Ensures that the correct sheet is active, as recorded in the given Command.
- markActive(boolean) - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Mark the button with "active" - style.
- markCellAsDeleted(Cell, boolean) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Marks the cell as deleted.
- markCellForRemove(Cell) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Marks the given cell for removal.
- markCellForUpdate(Cell) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Marks cell for update on next call to
CellValueManager.updateMarkedCellValues() - markerSymbol - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.LineSeriesData
-
Currently this string value corresponds to com.vaadin.flow.component.charts.model.MarkerSymbolEnum.
- matches(Cell, ConditionalFormattingRule, int, int) - Method in class com.vaadin.flow.component.spreadsheet.ConditionalFormatter
-
Checks if the given cell value matches the given conditional formatting rule.
- matchesFormula(Cell, ConditionalFormattingRule, int, int) - Method in class com.vaadin.flow.component.spreadsheet.ConditionalFormatter
-
Checks if the formula in the given rule evaluates to
true. - matchesValue(Cell, ConditionalFormattingRule, int, int) - Method in class com.vaadin.flow.component.spreadsheet.ConditionalFormatter
-
Checks if the given cell value matches a
ConditionalFormattingRuleofVALUE_IStype. - maxVal - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.AxisProperties
- MergeCellsAction - Class in com.vaadin.flow.component.spreadsheet.action
-
Spreadsheet action for merging two or more cells.
- MergeCellsAction() - Constructor for class com.vaadin.flow.component.spreadsheet.action.MergeCellsAction
- MergedRegion - Class in com.vaadin.flow.component.spreadsheet.client
- MergedRegion() - Constructor for class com.vaadin.flow.component.spreadsheet.client.MergedRegion
- MergedRegion(int, int, int, int) - Constructor for class com.vaadin.flow.component.spreadsheet.client.MergedRegion
- mergedRegionAdded(CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
This is called when a merged region has been added, since the selection may need to be updated.
- mergedRegionContainer - Variable in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Container for merged regions for the currently active sheet.
- mergedRegionCounter - Variable in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- mergedRegionRemoved(CellRangeAddress) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
This is called when a merged region is removed, since the selection may need to be updated.
- mergedRegions - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- MergedRegionUtil - Class in com.vaadin.flow.component.spreadsheet.client
- MergedRegionUtil() - Constructor for class com.vaadin.flow.component.spreadsheet.client.MergedRegionUtil
- MergedRegionUtil.MergedRegionContainer - Interface in com.vaadin.flow.component.spreadsheet.client
- minVal - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.AxisProperties
N
- name - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData
- namedRanges - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- needsLeadingQuote(Cell) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
Determine if the given cell content should be displayed with a leading quote in both cell editor and formula bar
- needsMeasure - Variable in class com.vaadin.flow.component.spreadsheet.client.CellData
- NewTab - Enum constant in enum class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle
-
Note: for backward compatibility this opens in a new window/tab, but to do so it uses
Page.open(String, String)which is deprecated, and in most browsers is blocked by popup blocking privacy settings. - NONE - Enum constant in enum class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.LegendPosition
- NONE - Enum constant in enum class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.Stacking
- NONE - Enum constant in enum class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory.BorderStyle
- NORMAL - Enum constant in enum class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.Stacking
- NumberToken(String) - Constructor for class com.vaadin.flow.component.spreadsheet.FormulaFormatter.NumberToken
O
- ON_ROW_ON_ROW_HEADER_DOUBLE_CLICK - Static variable in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.RowHeaderDoubleClickListener
- onActionOnColumnHeader(String) - Method in class com.vaadin.flow.component.spreadsheet.ContextMenuManager
-
This method is called when an action has been selected on top of a column header.
- onActionOnCurrentSelection(String) - Method in class com.vaadin.flow.component.spreadsheet.ContextMenuManager
-
This method is called when an action has been selected on top of the currently selected cell(s).
- onActionOnRowHeader(String) - Method in class com.vaadin.flow.component.spreadsheet.ContextMenuManager
-
This method is called when an action has been selected on top of a row header.
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- onCellAddToSelectionAndSelected(int, int) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Adds the cell at the given coordinates to the current selection.
- onCellRangePainted(int, int, int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Sets the given range and starting point as the current selection.
- onCellRangeSelected(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Sets the given range as the current selection.
- onCellsAddedToRangeSelection(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
This is called when a cell range has been added to the current selection.
- onCellSelected(int, int, boolean) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Sets/adds the cell at the given coordinates as/to the current selection.
- onCellStyleWidthRatioUpdate(HashMap<Integer, Float>) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Sets the cell style width ratio map
- onCellValueChange(int, int, String) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Updates the cell value and type, causes a recalculation of all the values in the cell.
- onCellValueChange(Spreadsheet.CellValueChangeEvent) - Method in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.CellValueChangeListener
-
This is called when user changes the cell value in Spreadsheet.
- onColumnAddedToSelection(int, int) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
This is called when a column has been added to the current selection
- onColumnAutofit(int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Column autofit with double click on the column header resizing area.
- onColumnAutofit(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
This method is called when column auto-fit has been initiated from the browser by double-clicking the border of the target column header.
- onColumnAutofit(int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- onColumnHeaderContextMenuOpen(int) - Method in class com.vaadin.flow.component.spreadsheet.ContextMenuManager
-
This method is called when a context menu event has happened on top of a column header.
- onColumnSelected(int, int) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
This is called when a column has made the current selection
- onComponentEvent(Spreadsheet.SpreadsheetEvent) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetEventListener
- onConnectorInit() - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetServerRpc
-
Called when the client side connector has been initialized.
- onConnectorInit() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
This is called when the client-side connector has been initialized.
- onConnectorInit() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- onContextMenuOpenOnSelection(int, int) - Method in class com.vaadin.flow.component.spreadsheet.ContextMenuManager
-
This method is called when a context menu event has happened on any cell of the target Spreadsheet.
- onCustomEditorDisplayed(Cell, int, int, Spreadsheet, Sheet, Component) - Method in interface com.vaadin.flow.component.spreadsheet.SpreadsheetComponentFactory
-
This method is called when a cell with a custom editor is displayed (the cell is selected).
- onDeleteSelectedCells() - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Deletes the currently selected cells' values.
- onFiltersUpdated() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
-
Called when one of the filters (
SpreadsheetFilter) has been updated, and the sheet (SpreadsheetTable.getSheet()) and component (SpreadsheetTable.getSpreadsheet()) need to be updated to reflect to the filters' values. - onFormulaValueChange(Spreadsheet.FormulaValueChangeEvent) - Method in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.FormulaValueChangeListener
-
This is called when user changes the cell value in Spreadsheet.
- onHyperLinkCellClick(Cell, Hyperlink) - Method in class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler
-
Called when a hyperlink cell has been clicked.
- onHyperLinkCellClick(Cell, Hyperlink) - Method in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.HyperlinkCellClickHandler
-
Called when a hyperlink cell has been clicked.
- onNewSheetCreated(int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
This method is called when the creation of a new sheet has been requested.
- onPaste(String) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Client pasted text at current selection.
- onPaste(String) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- onPopupButtonClick() - Method in interface com.vaadin.flow.component.spreadsheet.rpc.PopupButtonServerRpc
-
Called when the button has been clicked, and the pop-up has been opened.
- onPopupButtonClick(int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- onPopupClose() - Method in interface com.vaadin.flow.component.spreadsheet.rpc.PopupButtonServerRpc
-
Called after the pop-up has been closed.
- onPopupClose(int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- onPopupClose(PopupButton.PopupCloseEvent) - Method in interface com.vaadin.flow.component.spreadsheet.PopupButton.PopupCloseListener
-
Called when the pop-up for the
PopupButtonreturned byPopupButton.PopupCloseEvent.getPopupButton()has been closed. - onPopupOpen(PopupButton.PopupOpenEvent) - Method in interface com.vaadin.flow.component.spreadsheet.PopupButton.PopupOpenListener
-
Called when a
PopupButtonhas been clicked and the pop-up has been opened. - onRedo() - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Client pressed redo ctrl/meta+y
- onRedo() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- onRowAddedToRangeSelection(int, int) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
This is called when a row has been added to the current selection
- onRowAutofit(int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Row autofit with double click on the row header resizing area.
- onRowAutofit(int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- onRowHeaderContextMenuOpen(int) - Method in class com.vaadin.flow.component.spreadsheet.ContextMenuManager
-
This method is called when a context menu event has happened on top of a row header.
- onRowHeaderDoubleClick(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
This method is called when rowIndex auto-fit has been initiated from the browser by double-clicking the border of the target rowIndex header.
- onRowHeaderDoubleClick(Spreadsheet.RowHeaderDoubleClickEvent) - Method in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.RowHeaderDoubleClickListener
-
This method is called when the user doubleclicks on the border of a row header
- onRowSelected(int, int) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
This is called when a row has been made the current selection
- onSelectionChange(Spreadsheet.SelectionChangeEvent) - Method in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.SelectionChangeListener
-
This is called when user changes cell selection.
- onSelectionDecreasePainted(int, int) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionShifter
-
This method will be called when the user does a "shift" that decreases the amount of selected cells.
- onSelectionIncreasePainted(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionShifter
-
This method will be called when the user does a "shift" that increases the amount of selected cells.
- onSheetAddressChanged(String, boolean) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
This is called when the sheet's address field has been changed and the sheet selection and function field must be updated.
- onSheetChange(Spreadsheet.SheetChangeEvent) - Method in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.SheetChangeListener
-
This method is called an all registered listeners when the selected sheet has changed.
- onSheetRename(int, String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
This method is called when a request to rename a sheet has been made.
- onSheetScroll(int, int, int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
These cells have become visible and possibly need the content, if has not been given previously or has not changed.
- onSheetScroll(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
This method is called when the sheet is scrolled.
- onSheetScroll(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- onSheetSelected(int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
This method will be called when a selected sheet change is requested.
- onUndo() - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Client pressed undo ctrl/meta+z
- onUndo() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- opacity - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.ColorProperties
- openExternalLink(String) - Method in enum class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle
-
open external link
- openExternalLink(String) - Method in class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler
-
Uses the
DefaultHyperlinkCellClickHandler.HyperlinkOpenStyleto open link addresses. - openPopup() - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Opens the pop-up if the button is currently rendered in the visible area of the Spreadsheet.
- openPopup() - Method in interface com.vaadin.flow.component.spreadsheet.rpc.PopupButtonClientRpc
-
Opens the popup if the button is rendered.
- org.apache.poi.ss.formula - package org.apache.poi.ss.formula
- originalValue - Variable in class com.vaadin.flow.component.spreadsheet.client.CellData
- overlayChanged() - Method in interface com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper.OverlayChangeListener
- OverlayInfo - Class in com.vaadin.flow.component.spreadsheet.client
- OverlayInfo() - Constructor for class com.vaadin.flow.component.spreadsheet.client.OverlayInfo
- OverlayInfo(OverlayInfo.Type) - Constructor for class com.vaadin.flow.component.spreadsheet.client.OverlayInfo
- OverlayInfo.Type - Enum Class in com.vaadin.flow.component.spreadsheet.client
- overlays - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
P
- parseNumber(String, Locale) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
- parseNumber(Cell, String, Locale) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
- parsePercentage(String, Locale) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
Tries to parse the given String to a percentage.
- parseValueIntoNumericCell(Cell, String) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Attempts to parse a numeric value from the given String and set it to the given Cell.
- PERCENT - Enum constant in enum class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.Stacking
- PieSeriesData - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- PieSeriesData() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.PieSeriesData
- PieSeriesDataWriter - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- PieSeriesDataWriter(PieSeriesData) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.PieSeriesDataWriter
- PieSeriesReader - Class in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
- PieSeriesReader(CTDoughnutChart, Spreadsheet, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.PieSeriesReader
- PieSeriesReader(CTPie3DChart, Spreadsheet, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.PieSeriesReader
- PieSeriesReader(CTPieChart, Spreadsheet, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.PieSeriesReader
- PieToDonutConverter - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- PieToDonutConverter() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.PieToDonutConverter
- plotData - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData
- POPUP_CLOSE_METHOD - Static variable in interface com.vaadin.flow.component.spreadsheet.PopupButton.PopupCloseListener
- POPUP_OPEN_METHOD - Static variable in interface com.vaadin.flow.component.spreadsheet.PopupButton.PopupOpenListener
- PopupButton - Class in com.vaadin.flow.component.spreadsheet
-
A button component that when clicked opens a pop-up next to spreadsheet cell containing the button.
- PopupButton() - Constructor for class com.vaadin.flow.component.spreadsheet.PopupButton
-
Constructs a new PopupButton.
- PopupButton(Component) - Constructor for class com.vaadin.flow.component.spreadsheet.PopupButton
-
Constructs a new PopupButton with the given content.
- PopupButton.PopupCloseEvent - Class in com.vaadin.flow.component.spreadsheet
-
An event fired after the pop-up for the
PopupButtonreturned byPopupButton.PopupCloseEvent.getPopupButton()has been closed. - PopupButton.PopupCloseListener - Interface in com.vaadin.flow.component.spreadsheet
-
Interface for listening for a
PopupButton.PopupCloseEventfired by aPopupButton. - PopupButton.PopupOpenEvent - Class in com.vaadin.flow.component.spreadsheet
-
An event fired after the pop-up button returned by
PopupButton.PopupOpenEvent.getPopupButton()has been clicked and the pop-up has been opened. - PopupButton.PopupOpenListener - Interface in com.vaadin.flow.component.spreadsheet
-
Interface for listening for a
PopupButton.PopupOpenEventfired by aPopupButton. - PopupButtonClientRpc - Interface in com.vaadin.flow.component.spreadsheet.rpc
- popupButtons - Variable in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
- PopupButtonServerRpc - Interface in com.vaadin.flow.component.spreadsheet.rpc
- PopupButtonState - Class in com.vaadin.flow.component.spreadsheet.shared
- PopupButtonState() - Constructor for class com.vaadin.flow.component.spreadsheet.shared.PopupButtonState
- popupButtonToClearButtonMap - Variable in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
- popupButtonToFiltersMap - Variable in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
- PopupCloseEvent(Component) - Constructor for class com.vaadin.flow.component.spreadsheet.PopupButton.PopupCloseEvent
-
Constructs a new close event for the given PopupButton.
- popupHeight - Variable in class com.vaadin.flow.component.spreadsheet.shared.PopupButtonState
- PopupOpenEvent(Component) - Constructor for class com.vaadin.flow.component.spreadsheet.PopupButton.PopupOpenEvent
-
Constructs a new open event for the given PopupButton.
- popupWidth - Variable in class com.vaadin.flow.component.spreadsheet.shared.PopupButtonState
- position - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.LegendProperties
- PREFORMATTED - Enum constant in enum class com.vaadin.flow.component.spreadsheet.shared.ContentMode
-
Textual values are displayed as preformatted text.
- primaryStyleName - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- protectedCellWriteAttempted() - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Client tried to modify protected cell
- protectedCellWriteAttempted() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- ProtectedEditEvent(Component) - Constructor for class com.vaadin.flow.component.spreadsheet.Spreadsheet.ProtectedEditEvent
R
- RadarSeriesData - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- RadarSeriesData() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.RadarSeriesData
- RadarSeriesReader - Class in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
- RadarSeriesReader(CTRadarChart, Spreadsheet, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.RadarSeriesReader
- RadarSeriesWriter - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- RadarSeriesWriter(RadarSeriesData) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.RadarSeriesWriter
- radius - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.BorderStyle
- read(File) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Reinitializes the component from the given Excel file.
- read(InputStream) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Reinitializes the component from the given input stream.
- readXSSFChart() - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.XSSFChartReader
- red - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.ColorProperties
- redo() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Does redo if possible.
- ReflectTools - Class in com.vaadin.flow.component.spreadsheet.framework
-
An util class with helpers for reflection operations.
- reFormatFormulaValue(String, Locale) - Method in class com.vaadin.flow.component.spreadsheet.FormulaFormatter
-
Convert from a non-localized format to a localized.
- refreshAllCellValues() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Forces recalculation and update to the client side for values of all of the sheet's cells.
- refreshCells(Collection<Cell>) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Refreshes the given cell(s).
- refreshCells(Cell...) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Refreshes the given cell(s).
- refreshCellStyles() - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetClientRpc
- registeredEventListeners - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
-
A set of event identifiers with registered listeners.
- registerFilter(PopupButton, SpreadsheetFilter) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
-
Registers a new filter to this filter table and adds it inside the given pop-up button.
- registerTable(SpreadsheetTable) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Registers the given table to this Spreadsheet, meaning that this table will be reloaded when the active sheet changes to the sheet containing the table.
- relativeToAbsolute(Spreadsheet, CellReference) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
- reload - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
-
should the sheet be reloaded on client side
- reload() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Reloads all data from the current spreadsheet and performs a full re-render.
- reload() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
-
Reloads all the pop-up buttons and the pop-up contents (filters).
- reload() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Reload the table's pop-up buttons, if spreadsheet component is currently presenting the sheet this table belongs to.
- reloadActiveSheetCellStyles() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory
-
Reloads all styles for the currently active sheet.
- reloadActiveSheetColumnRowStyles() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory
- reloadActiveSheetData() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Clears and reloads all data related to the currently active sheet.
- reloadActiveSheetStyles() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Reloads all the styles for the currently active sheet.
- reloadAllMergedRegions() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Discards all current merged regions for the sheet and reloads them from the POI model.
- reloadCurrentSelection() - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Reloads the current selection, but does not take non-coherent selection into account - discards multiple cell ranges and individually selected cells.
- reloadVisibleCellContents() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Call this to force the spreadsheet to reload the currently viewed cell contents.
- reloadWorkbookStyles() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory
-
Reloads all sheet and cell styles from the current Workbook.
- removeAction(T) - Method in interface com.vaadin.flow.component.spreadsheet.framework.Action.Notifier
- removeActionHandler(Action.Handler) - Method in class com.vaadin.flow.component.spreadsheet.ContextMenuManager
-
Removes the given context menu action handler from the target spreadsheet.
- removeActionHandler(Action.Handler) - Method in interface com.vaadin.flow.component.spreadsheet.framework.Action.Container
-
Removes a previously registered action handler for the contents of this container.
- removeActionHandler(Action.Handler) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- removeCell(int, int, boolean) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Removes an individual cell from the Spreadsheet and the underlying POI model.
- removeCells(int, int, int, int, boolean) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Removes all the cells within the given bounds from the Spreadsheet and the underlying POI model.
- removeDefaultActionHandler() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Removes the spreadsheet's
SpreadsheetDefaultActionHandleradded onSpreadsheet.init() - removeFreezePane() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Removes the freeze pane from the currently active sheet if one is present.
- removeHyperlink(Cell, Sheet) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Removes hyperlink from the given cell
- removeMergedRegion(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Removes a merged region with the given index.
- removeSpreadsheetAction(SpreadsheetAction) - Method in class com.vaadin.flow.component.spreadsheet.action.SpreadsheetDefaultActionHandler
-
Removes the given SpreadsheetAction from this handler.
- Replace - Enum constant in enum class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle
-
replaces the contents of the current window/tab using
Page.setLocation(String) - reSelectSelectedCell() - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionManager
-
Reselects the currently selected single cell
- reset() - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Disposes the current
Workbook, if any, and loads a new empty XSLX Workbook. - resources - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- RIGHT - Enum constant in enum class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.LegendPosition
- rotation3dAngleA - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.View3dData
- rotation3dAngleB - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.View3dData
- row - Variable in class com.vaadin.flow.component.spreadsheet.client.CellData
- row - Variable in class com.vaadin.flow.component.spreadsheet.client.OverlayInfo
- row - Variable in class com.vaadin.flow.component.spreadsheet.shared.PopupButtonState
-
1-based
- ROW - Enum constant in enum class com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand.Type
- row1 - Variable in class com.vaadin.flow.component.spreadsheet.client.MergedRegion
- row2 - Variable in class com.vaadin.flow.component.spreadsheet.client.MergedRegion
- rowAddedToRangeSelection(int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Complete row added to previous range selection.
- rowAddedToRangeSelection(int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- rowBufferSize - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- rowGroupingData - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- rowGroupingInversed - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- rowGroupingMax - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- rowH - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- rowHeaderContextMenuOpen(int) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetServerRpc
-
Context menu should be created for the row.
- rowHeaderContextMenuOpen(int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- RowHeaderDoubleClickEvent(Component, int) - Constructor for class com.vaadin.flow.component.spreadsheet.Spreadsheet.RowHeaderDoubleClickEvent
- rowIndexToStyleIndex - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- RowInsertOrDeleteCommand - Class in com.vaadin.flow.component.spreadsheet.command
-
Command to insert or delete a row
- RowInsertOrDeleteCommand(Spreadsheet, CellRangeAddress) - Constructor for class com.vaadin.flow.component.spreadsheet.command.RowInsertOrDeleteCommand
- rows - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- rowSelected(int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Complete row selected.
- rowSelected(int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- rowsResized(Map<Integer, Float>, int, int, int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Rows resized with header drag and drop.
- rowsResized(Map<Integer, Float>, int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- runCellMatcher(ConditionalFormatting, ConditionalFormattingRule, int) - Method in class com.vaadin.flow.component.spreadsheet.ConditionalFormatter
-
Goes through the cells specified in the given formatting, and checks if each rule matches.
S
- ScatterSeriesData - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- ScatterSeriesData() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ScatterSeriesData
- ScatterSeriesDataWriter - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- ScatterSeriesDataWriter(ScatterSeriesData) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ScatterSeriesDataWriter
- ScatterSeriesReader - Class in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
- ScatterSeriesReader(CTScatterChart, Spreadsheet, boolean) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.ScatterSeriesReader
- selected() - Method in interface com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.SelectListeningDataSeries.SelectListener
- selectedcellCol - Variable in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
- selectedCellRange - Variable in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
- selectedCellRow - Variable in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
- SELECTION_CHANGE_METHOD - Static variable in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.ProtectedEditListener
- SELECTION_CHANGE_METHOD - Static variable in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.SelectionChangeListener
- SelectionChangeEvent(Component, CellReference, List<CellReference>, CellRangeAddress, List<CellRangeAddress>) - Constructor for class com.vaadin.flow.component.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Creates a new selection change event.
- selectionDecreasePainted(int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
The existing selection has been painted inwards meaning that the painted selection cells should be cleared.
- selectionDecreasePainted(int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- selectionIncreasePainted(int, int, int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
The new selection that was painted from the old.
- selectionIncreasePainted(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- SelectListeningDataSeries - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- SelectListeningDataSeries(String, SelectListeningDataSeries.SelectListener) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.SelectListeningDataSeries
- SelectListeningDataSeries.SelectListener - Interface in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- SeparatorToken(char) - Constructor for class com.vaadin.flow.component.spreadsheet.FormulaFormatter.SeparatorToken
- seriesData - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData
- SeriesPoint(Number, Number) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData.SeriesPoint
- SeriesPoint(Number, Number, Number) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData.SeriesPoint
- setActiveSheetIndex(int) - Method in interface com.vaadin.flow.component.spreadsheet.command.Command
-
Sets the sheet at the given index the currently active sheet.
- setActiveSheetIndex(int) - Method in class com.vaadin.flow.component.spreadsheet.command.SpreadsheetCommand
- setActiveSheetIndex(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the currently active sheet within the sheets that are visible.
- setActiveSheetProtected(String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the protection enabled with the given password for the currently active sheet.
- setActiveSheetWithPOIIndex(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the currently active sheet.
- setCaption(String) - Method in class com.vaadin.flow.component.spreadsheet.framework.Action
-
Sets the caption.
- setCellDeletionHandler(Spreadsheet.CellDeletionHandler) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the
Spreadsheet.CellDeletionHandlerfor this component (not workbook/sheet specific). - setCellStyleWidthRatios(HashMap<Integer, Float>) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
- setCellStyleWidthRatios(HashMap<Integer, Float>) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- setCellValueHandler(Spreadsheet.CellValueHandler) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the
Spreadsheet.CellValueHandlerfor this component (not workbook/sheet specific). - setChartCreator(ChartCreator) - Static method in class com.vaadin.flow.component.spreadsheet.SheetChartWrapper
- setChartsEnabled(boolean) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Use this method to define whether embedded charts should be displayed in the spreadsheet or not.
- setColBufferSize(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the column buffer size.
- setColumnHidden(int, boolean) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Hides or shows the given column, see
Sheet.setColumnHidden(int, boolean). - setColumnWidth(int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the column width in pixels (using conversion) for the currently active sheet.
- setCommentAuthorProvider(Spreadsheet.CommentAuthorProvider) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the given CommentAuthorProvider to this Spreadsheet.
- setContent(Component) - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Set the contents of the popup.
- setCtWorksheetAutoFilter(CTAutoFilter) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Sets the CTAutoFilter object that represents this table in the underlying POI model.
- setCustomCellDeletionHandler(Spreadsheet.CellDeletionHandler) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Sets the current CellDeletionHandler
- setCustomCellValueHandler(Spreadsheet.CellValueHandler) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Sets the current CellValueHandler
- setDashStyleForData(LineSeriesData, CTShapeProperties) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.LineSeriesReaderUtils
- setDataFormatter(DataFormatter) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
- setDefaultColumnCount(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the default column count for new sheets.
- setDefaultColumnWidth(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the default column width in pixels that the component uses, this doesn't change the default column width of the underlying sheet, returned by
Spreadsheet.getActiveSheet()andSheet.getDefaultColumnWidth(). - setDefaultPercentageFormat(String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the formatting string that is used when a user enters percentages into the Spreadsheet.
- setDefaultRowCount(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the default row count for new sheets.
- setDefaultRowHeight(float) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the default row height in points for this Spreadsheet and the currently active sheet, returned by
Spreadsheet.getActiveSheet(). - setDefaults(Configuration) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.ChartDataToVaadinConfigWriter
-
This is supposed to set the defaults closed to what Excel uses.
- setFunctionBarVisible(boolean) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the visibility of the top function bar.
- setGridlinesVisible(boolean) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets grid line visibility for the currently active sheet.
- setGroupingCollapsed(boolean, int, boolean) - Method in interface com.vaadin.flow.component.spreadsheet.client.GroupingHandler
- setGroupingCollapsed(boolean, int, boolean) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Controls if a column group is collapsed or not.
- setGroupingCollapsed(boolean, int, boolean) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- setHeaderHidden(boolean) - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Sets the pop-up header visible or hidden.
- setHistorySize(int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Changes the history size.
- setHyperlinkCellClickHandler(Spreadsheet.HyperlinkCellClickHandler) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the
Spreadsheet.HyperlinkCellClickHandlerfor this component (not workbook/sheet specific). - setId(String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- setInvalidFormulaErrorMessage(String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- setJavaFieldValue(Object, Field, Object) - Static method in class com.vaadin.flow.component.spreadsheet.framework.ReflectTools
-
Sets the value of a java field.
- setLineWidthForData(LineSeriesData, CTShapeProperties) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.LineSeriesReaderUtils
- setLocale(Locale) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Set the Locale for the Spreadsheet.
- setLocaleDecimalSymbols(DecimalFormatSymbols) - Method in class com.vaadin.flow.component.spreadsheet.CellValueFormatter
- setMarkerForData(LineSeriesData, CTMarker) - Static method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.LineSeriesReaderUtils
- setMaxColumns(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Set the number of columns shown for the current sheet.
- setMaxRows(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Set the number of rows shown for the current sheet.
- setMinimumRowHeightForComponents(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Set the minimum row heigth in points for the rows that contain custom components.
- setOpenStyle(DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle) - Method in class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler
- setOverlayChangeListener(SheetOverlayWrapper.OverlayChangeListener) - Method in class com.vaadin.flow.component.spreadsheet.SheetChartWrapper
- setOverlayChangeListener(SheetOverlayWrapper.OverlayChangeListener) - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
-
If this overlay's state can be dynamically changed (like minimizing), this method can inform the spreadsheet.
- setPopup(int, int, PopupButton) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets a pop-up button to the given cell in the currently active sheet.
- setPopup(String, PopupButton) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets a pop-up button to the given cell in the currently active sheet.
- setPopup(CellReference, PopupButton) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets a pop-up button to the given cell in the currently active sheet.
- setPopupHeight(String) - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Set the height for this pop-up button's pop-up.
- setPopupWidth(String) - Method in class com.vaadin.flow.component.spreadsheet.PopupButton
-
Set the width for this pop-up button's pop-up.
- setReportStyle(boolean) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Enables or disables the report style.
- setResource(String, DownloadHandler) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
- setRowBufferSize(int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the row buffer size.
- setRowColHeadingsVisible(boolean) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets row and column heading visibility for the currently active sheet.
- setRowHeight(int, float) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the row height for currently active sheet.
- setRowHidden(int, boolean) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Hides or shows the given row, see
Row.setZeroHeight(boolean). - setSelectedCellAndRange(String, int, int, int, int, int, int, boolean) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetClientRpc
-
Updates the selected cell and painted range.
- setSelection(int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Selects the cell at the given coordinates
- setSelection(String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Selects the cell(s) at the given coordinates Coordinates can be simple "A1" style addresses or ranges, named ranges, or a formula.
- setSelectionRange(int, int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Selects the given range, using the cell at row1 and col1 as an anchor.
- setSheetHidden(int, SheetVisibility) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
See
Workbook.setSheetHidden(int, boolean). - setSheetMaxSize(int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Does
Spreadsheet.setMaxColumns(int)andSpreadsheet.setMaxRows(int)in one method. - setSheetName(int, String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets a name for the sheet at the given visible sheet index.
- setSheetNameWithPOIIndex(int, String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets a name for the sheet at the given POI model index.
- setSheetProtected(int, String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the protection enabled with the given password for the sheet at the given index.
- setSheetSelectionBarVisible(boolean) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the visibility of the bottom sheet selection bar.
- setShowCustomEditorOnFocus(boolean) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the visibility of the custom editor.
- setSpreadsheetComponentFactory(SpreadsheetComponentFactory) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Set a new component factory for this Spreadsheet.
- setSpreadsheetHandler(SpreadsheetHandlerImpl) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Register a Spreadsheet handler to listen to Spreadsheet Events.
- setStatusLabelValue(String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Sets the content of the status label.
- setTheme(Spreadsheet.SpreadsheetTheme) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Define the theme of the Spreadsheet.
- setURL(String) - Method in class com.vaadin.flow.component.spreadsheet.shared.URLReference
-
Sets the URL that this object refers to.
- setVisible(boolean) - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
-
Marks this as image visible or hidden in the current spreadsheet view.
- setWorkbook(Workbook) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Reloads the component with the given Workbook.
- setXssfTable(XSSFTable) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Sets the XSSFTable object that represents this table in the underlying POI model.
- sheet - Variable in class com.vaadin.flow.component.spreadsheet.shared.PopupButtonState
- SHEET_CHANGE_METHOD - Static variable in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.SheetChangeListener
- sheetAddressChanged(String) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Address field value changed.
- sheetAddressChanged(String) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- SheetChangeEvent(Component, Sheet, Sheet, int, int) - Constructor for class com.vaadin.flow.component.spreadsheet.Spreadsheet.SheetChangeEvent
-
Creates a new SheetChangeEvent.
- SheetChartWrapper - Class in com.vaadin.flow.component.spreadsheet
-
SheetChartWrapper is an utility class of the Spreadsheet component.
- SheetChartWrapper(XSSFChart, Spreadsheet) - Constructor for class com.vaadin.flow.component.spreadsheet.SheetChartWrapper
- sheetCreated(int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
-
Sheet is created as the last sheet
- sheetCreated(int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- SheetImageWrapper - Class in com.vaadin.flow.component.spreadsheet
-
SheetImageWrapper is an utility class of the Spreadsheet component.
- SheetImageWrapper(ClientAnchor, String, byte[]) - Constructor for class com.vaadin.flow.component.spreadsheet.SheetImageWrapper
- sheetIndex - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
-
1-based
- sheetNames - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- SheetOverlayWrapper - Class in com.vaadin.flow.component.spreadsheet
- SheetOverlayWrapper(ClientAnchor) - Constructor for class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
- SheetOverlayWrapper.OverlayChangeListener - Interface in com.vaadin.flow.component.spreadsheet
- sheetProtected - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- sheetRenamed(int, String) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
- sheetRenamed(int, String) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- sheetSelected(int, int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
- sheetSelected(int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- shiftCellValue(Cell, Cell, boolean, Double) - Method in class com.vaadin.flow.component.spreadsheet.CellSelectionShifter
-
"Shifts" cell value.
- shiftedCellBorderStyles - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- shiftRows(int, int, int) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Shifts rows between startRow and endRow n number of rows.
- shiftRows(int, int, int, boolean, boolean) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Shifts rows between startRow and endRow n number of rows.
- showActions(ArrayList<SpreadsheetActionDetails>) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetClientRpc
-
The String arrays contain the caption and the icon resource key.
- showDataInHiddenCells - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
- ShowHideCellCommentAction - Class in com.vaadin.flow.component.spreadsheet.action
-
Spreadsheet action for showing or hiding a cell comment.
- ShowHideCellCommentAction() - Constructor for class com.vaadin.flow.component.spreadsheet.action.ShowHideCellCommentAction
- showSelectedCell(String, int, int, String, boolean, boolean, boolean) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetClientRpc
- size - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.TextProperties
- SizeChangeCommand - Class in com.vaadin.flow.component.spreadsheet.command
-
Command for changing the height of row(s) or the width of column(s).
- SizeChangeCommand(Spreadsheet, SizeChangeCommand.Type) - Constructor for class com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand
- SizeChangeCommand.Type - Enum Class in com.vaadin.flow.component.spreadsheet.command
-
Determines whether this command applies to a row or to a column.
- SOLID_MEDIUM - Enum constant in enum class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory.BorderStyle
- SOLID_THICK - Enum constant in enum class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory.BorderStyle
- SOLID_THIN - Enum constant in enum class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory.BorderStyle
- SplineSeriesData - Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- SplineSeriesData() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.SplineSeriesData
- SplineSeriesDataWriter - Class in com.vaadin.flow.component.spreadsheet.charts.converter.confwriter
- SplineSeriesDataWriter(SplineSeriesData) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.confwriter.SplineSeriesDataWriter
- spreadsheet - Variable in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
The Spreadsheet this class is tied to.
- spreadsheet - Variable in class com.vaadin.flow.component.spreadsheet.command.SpreadsheetCommand
- spreadsheet - Variable in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Target Spreadsheet component
- Spreadsheet - Class in com.vaadin.flow.component.spreadsheet
-
Vaadin Spreadsheet is a component which allows displaying and interacting with the contents of an Excel file.
- Spreadsheet() - Constructor for class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Creates a new Spreadsheet component using the newer Excel version format
XSSFWorkbook. - Spreadsheet(int, int) - Constructor for class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Creates a new Spreadsheet component using the newer Excel version format
XSSFWorkbook. - Spreadsheet(File) - Constructor for class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Creates a new Spreadsheet component and loads the given Excel file.
- Spreadsheet(InputStream) - Constructor for class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Creates a new Spreadsheet component based on the given input stream.
- Spreadsheet(Workbook) - Constructor for class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Creates a new Spreadsheet component and loads the given Workbook.
- Spreadsheet.CellDeletionHandler - Interface in com.vaadin.flow.component.spreadsheet
-
An interface for handling cell deletion from user input.
- Spreadsheet.CellValueChangeEvent - Class in com.vaadin.flow.component.spreadsheet
-
This event is fired when cell value changes.
- Spreadsheet.CellValueChangeListener - Interface in com.vaadin.flow.component.spreadsheet
-
Used for knowing when a user has changed the cell value in Spreadsheet UI.
- Spreadsheet.CellValueHandler - Interface in com.vaadin.flow.component.spreadsheet
-
An interface for handling the edited cell value from user input.
- Spreadsheet.CommentAuthorProvider - Interface in com.vaadin.flow.component.spreadsheet
-
This interface can be implemented to provide the comment author name set to new comments in cells.
- Spreadsheet.FormulaValueChangeEvent - Class in com.vaadin.flow.component.spreadsheet
-
This event is fired when the value of a cell referenced by a formula cell changes making the formula value change
- Spreadsheet.FormulaValueChangeListener - Interface in com.vaadin.flow.component.spreadsheet
-
Used for knowing when a cell referenced by a formula cell has changed in the Spreadsheet UI making the formula value change
- Spreadsheet.HyperlinkCellClickHandler - Interface in com.vaadin.flow.component.spreadsheet
-
An interface for handling clicks on cells that contain a hyperlink.
- Spreadsheet.ProtectedEditEvent - Class in com.vaadin.flow.component.spreadsheet
-
An event that is fired when an attempt to modify a locked cell has been made.
- Spreadsheet.ProtectedEditListener - Interface in com.vaadin.flow.component.spreadsheet
-
A listener for when an attempt to modify a locked cell has been made.
- Spreadsheet.RowHeaderDoubleClickEvent - Class in com.vaadin.flow.component.spreadsheet
-
This event is fired when the border of a row header is double clicked
- Spreadsheet.RowHeaderDoubleClickListener - Interface in com.vaadin.flow.component.spreadsheet
-
Interface for listening a
Spreadsheet.RowHeaderDoubleClickEventevent - Spreadsheet.SelectionChangeEvent - Class in com.vaadin.flow.component.spreadsheet
-
This event is fired when cell selection changes.
- Spreadsheet.SelectionChangeListener - Interface in com.vaadin.flow.component.spreadsheet
-
Used for knowing when a user has changed the cell selection in any way.
- Spreadsheet.SheetChangeEvent - Class in com.vaadin.flow.component.spreadsheet
-
An event that is fired to registered listeners when the selected sheet has been changed.
- Spreadsheet.SheetChangeListener - Interface in com.vaadin.flow.component.spreadsheet
-
A listener for when a sheet is selected.
- Spreadsheet.SpreadsheetEvent - Class in com.vaadin.flow.component.spreadsheet
- Spreadsheet.SpreadsheetTheme - Enum Class in com.vaadin.flow.component.spreadsheet
-
Themes for the Spreadsheet.
- Spreadsheet.ValueChangeEvent - Class in com.vaadin.flow.component.spreadsheet
-
This is a parent class for a value change events.
- SpreadsheetAction - Class in com.vaadin.flow.component.spreadsheet.action
-
Abstract base class for Spreadsheet actions.
- SpreadsheetAction(String) - Constructor for class com.vaadin.flow.component.spreadsheet.action.SpreadsheetAction
- SpreadsheetActionDetails - Class in com.vaadin.flow.component.spreadsheet.client
- SpreadsheetActionDetails() - Constructor for class com.vaadin.flow.component.spreadsheet.client.SpreadsheetActionDetails
- SpreadsheetClientRpc - Interface in com.vaadin.flow.component.spreadsheet.rpc
- SpreadsheetCommand - Class in com.vaadin.flow.component.spreadsheet.command
-
Abstract base class for Spreadsheet commands.
- SpreadsheetCommand(Spreadsheet) - Constructor for class com.vaadin.flow.component.spreadsheet.command.SpreadsheetCommand
-
Creates a new command targeting the given spreadsheet.
- SpreadsheetComponentFactory - Interface in com.vaadin.flow.component.spreadsheet
-
Defines an interface for having custom components inside the
Spreadsheet. - SpreadsheetDefaultActionHandler - Class in com.vaadin.flow.component.spreadsheet.action
-
Default action handler for Spreadsheet actions.
- SpreadsheetDefaultActionHandler() - Constructor for class com.vaadin.flow.component.spreadsheet.action.SpreadsheetDefaultActionHandler
- SpreadsheetEvent(Spreadsheet, boolean, String, JsonNode) - Constructor for class com.vaadin.flow.component.spreadsheet.Spreadsheet.SpreadsheetEvent
- SpreadsheetEventListener - Class in com.vaadin.flow.component.spreadsheet
- SpreadsheetEventListener(SpreadsheetHandlerImpl) - Constructor for class com.vaadin.flow.component.spreadsheet.SpreadsheetEventListener
- SpreadsheetFactory - Class in com.vaadin.flow.component.spreadsheet
-
SpreadsheetFactory is an utility class of the Spreadsheet component.
- SpreadsheetFactory() - Constructor for class com.vaadin.flow.component.spreadsheet.SpreadsheetFactory
- SpreadsheetFilter - Interface in com.vaadin.flow.component.spreadsheet
-
Interface for filter components that can be added to a
SpreadsheetFilterTable. - SpreadsheetFilterTable - Class in com.vaadin.flow.component.spreadsheet
-
Represents a "table" inside a spreadsheet, that has filters (
SpreadsheetFilter) inside the table's headers' pop-up buttons. - SpreadsheetFilterTable(Spreadsheet, Sheet, CellRangeAddress) - Constructor for class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
-
Creates a new filter table for the given spreadsheet component, sheet and region.
- SpreadsheetFilterTable(Spreadsheet, Sheet, CellRangeAddress, CTAutoFilter, XSSFTable) - Constructor for class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
- SpreadsheetFilterTable(Spreadsheet, CellRangeAddress) - Constructor for class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
-
Creates a new filter table for the given spreadsheet component, its active sheet (
Spreadsheet.getActiveSheet()and region. - SpreadsheetHandler - Interface in com.vaadin.flow.component.spreadsheet.client
- SpreadsheetHandlerImpl - Class in com.vaadin.flow.component.spreadsheet
-
Implementation of the Spreadsheet Server RPC interface.
- SpreadsheetHandlerImpl(Spreadsheet) - Constructor for class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- SpreadsheetHistoryManager - Class in com.vaadin.flow.component.spreadsheet
-
SpreadsheetHistoryManager is an utility class of the Spreadsheet add-on.
- SpreadsheetHistoryManager(Spreadsheet) - Constructor for class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Creates a new history manager for the given Spreadsheet.
- SpreadsheetServerRpc - Interface in com.vaadin.flow.component.spreadsheet.rpc
- SpreadsheetState - Class in com.vaadin.flow.component.spreadsheet.shared
- SpreadsheetState() - Constructor for class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- SpreadsheetStyleFactory - Class in com.vaadin.flow.component.spreadsheet
-
SpreadsheetStyleFactory is an utility class for the Spreadsheet component.
- SpreadsheetStyleFactory(Spreadsheet) - Constructor for class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory
-
Constructs a new SpreadsheetStyleFactory for the given Spreadsheet
- SpreadsheetStyleFactory.BorderStyle - Enum Class in com.vaadin.flow.component.spreadsheet
-
Styling for cell borders
- SpreadsheetTable - Class in com.vaadin.flow.component.spreadsheet
-
Represents a "table" inside a spreadsheet.
- SpreadsheetTable(Spreadsheet, Sheet, CellRangeAddress) - Constructor for class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Creates a new table for the given spreadsheet component, sheet and region.
- SpreadsheetTable(Spreadsheet, Sheet, CellRangeAddress, CTAutoFilter, XSSFTable) - Constructor for class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Creates a new table for the given spreadsheet component, sheet and region while referencing the backing xssfTable or ctWorksheetAutoFilter.
- SpreadsheetTable(Spreadsheet, CellRangeAddress) - Constructor for class com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Creates a new table for the given spreadsheet component, its active sheet (returned by
Spreadsheet.getActiveSheet()) and the given region. - SpreadsheetUtil - Class in com.vaadin.flow.component.spreadsheet
-
Utility class for miscellaneous Spreadsheet operations.
- SpreadsheetUtil() - Constructor for class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
- stacking - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AreaSeriesData
- stacking - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ColumnSeriesData
- Stacking - Enum Class in com.vaadin.flow.component.spreadsheet.charts.converter.chartdata
- startIndex - Variable in class com.vaadin.flow.component.spreadsheet.shared.GroupingData
- styles - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- SYSTEM - Enum constant in enum class com.vaadin.flow.component.spreadsheet.shared.ErrorLevel
-
Error level for system errors and bugs.
T
- tabIndex - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- tableToDelete - Variable in class com.vaadin.flow.component.spreadsheet.action.DeleteTableAction
- TEXT - Enum constant in enum class com.vaadin.flow.component.spreadsheet.shared.ContentMode
-
Textual values are displayed as plain text.
- textProperties - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.AxisProperties
- textProperties - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.LegendProperties
- textProperties - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.TitleProperties
- TextProperties() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.TextProperties
- title - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.AxisProperties
- title - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData
- TitleProperties() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.TitleProperties
- titleStyle - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData
- tokenizeFormula(String, Locale) - Method in class com.vaadin.flow.component.spreadsheet.FormulaFormatter
- tokensToString(List<FormulaFormatter.FormulaToken>) - Method in class com.vaadin.flow.component.spreadsheet.FormulaFormatter
- toKey(int, int) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
Translates cell coordinates to a cell key used to identify cells in the server-client communication.
- toKey(Cell) - Static method in class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil
-
Translates cell coordinates from the given Cell object to a cell key used to identify cells in the server-client communication.
- tooltipDecimals - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData
- TOP - Enum constant in enum class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.LegendPosition
- TOP_RIGHT - Enum constant in enum class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.LegendPosition
- toRGBA(byte[]) - Static method in class com.vaadin.flow.component.spreadsheet.ColorConverterUtil
- toRGBA(String) - Static method in class com.vaadin.flow.component.spreadsheet.ColorConverterUtil
- toString() - Method in class com.vaadin.flow.component.spreadsheet.client.CellData
- toString() - Method in class com.vaadin.flow.component.spreadsheet.FormulaFormatter.SeparatorToken
- toString() - Method in class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper
- tryGetSeriesName(CTSerTx) - Method in class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader
- type - Variable in class com.vaadin.flow.component.spreadsheet.client.OverlayInfo
- type - Variable in class com.vaadin.flow.component.spreadsheet.client.SpreadsheetActionDetails
-
0 = cell, 1 = row, 2 = column TODO replace with enum type
U
- undo() - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager
-
Does undo if possible.
- unFormatFormulaValue(String, Locale) - Method in class com.vaadin.flow.component.spreadsheet.FormulaFormatter
-
Convert from a localized format to a non-localized.
- UnHideHeadersAction - Class in com.vaadin.flow.component.spreadsheet.action
-
Spreadsheet action for showing hidden columns or rows.
- UnHideHeadersAction() - Constructor for class com.vaadin.flow.component.spreadsheet.action.UnHideHeadersAction
- uniqueIndex - Variable in class com.vaadin.flow.component.spreadsheet.shared.GroupingData
-
index unique for this group, for collapse/expand
- unLocalizeTokens(List<FormulaFormatter.FormulaToken>, Locale) - Method in class com.vaadin.flow.component.spreadsheet.FormulaFormatter
- UnMergeCellsAction - Class in com.vaadin.flow.component.spreadsheet.action
-
Spreadsheet action for breaking a merged cell into its constituents.
- UnMergeCellsAction() - Constructor for class com.vaadin.flow.component.spreadsheet.action.UnMergeCellsAction
- unRegisterFilter(PopupButton, SpreadsheetFilter) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable
-
Unregisters the filter from this filter table and removes it from the given pop-up button.
- unregisterTable(SpreadsheetTable) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Unregisters the given table from this Spreadsheet - it will no longer get reloaded when the sheet is changed back to the sheet containing the table.
- updateBottomLeftCellValues(ArrayList<CellData>) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetClientRpc
- updateBottomRightCellValues(ArrayList<CellData>) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetClientRpc
- updateCellComment(String, int, int) - Method in interface com.vaadin.flow.component.spreadsheet.client.SpreadsheetHandler
- updateCellComment(String, int, int) - Method in class com.vaadin.flow.component.spreadsheet.SpreadsheetHandlerImpl
- updateCellValue(int, int, Object, List<Cell>) - Method in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
-
Sets the given value to the cell at the given coordinates.
- updateDeletedRowsInClientCache(int, int) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Makes sure the next
Spreadsheet.updateMarkedCells()call will clear all removed rows from client cache. - updateFilteredItems(Collection<String>) - Method in class com.vaadin.flow.component.spreadsheet.ItemFilter
-
Updates the filtered rows to reflect the new filtered values.
- updateFormulaBar(String, int, int) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetClientRpc
- updateLocale(Locale) - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
- updateMarkedCellValues() - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Method for updating cells that are marked for update and formula cells.
- updateOptions() - Method in class com.vaadin.flow.component.spreadsheet.ItemFilter
-
Updates the filtering options based on the values within the column.
- updateTopLeftCellValues(ArrayList<CellData>) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetClientRpc
- updateTopRightCellValues(ArrayList<CellData>) - Method in interface com.vaadin.flow.component.spreadsheet.rpc.SpreadsheetClientRpc
- updateVisibleCellValues() - Method in class com.vaadin.flow.component.spreadsheet.CellValueManager
-
Method for updating the spreadsheet client side visible cells and cached data correctly.
- URLReference - Class in com.vaadin.flow.component.spreadsheet.shared
- URLReference() - Constructor for class com.vaadin.flow.component.spreadsheet.shared.URLReference
- Utils - Class in com.vaadin.flow.component.spreadsheet.charts.converter
- Utils() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.Utils
V
- VALO - Enum constant in enum class com.vaadin.flow.component.spreadsheet.Spreadsheet.SpreadsheetTheme
- value - Variable in class com.vaadin.flow.component.spreadsheet.client.CellData
- ValueChangeCommand - Interface in com.vaadin.flow.component.spreadsheet.command
-
Common interface for all Spreadsheet commands that change cell values.
- ValueChangeEvent(Component, Set<CellReference>) - Constructor for class com.vaadin.flow.component.spreadsheet.Spreadsheet.ValueChangeEvent
- valueOf(String) - Static method in enum class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.LegendPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.Stacking
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader.ValueUpdateMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.spreadsheet.client.OverlayInfo.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.spreadsheet.shared.ContentMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.spreadsheet.shared.ErrorLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.spreadsheet.Spreadsheet.SpreadsheetTheme
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory.BorderStyle
-
Returns the enum constant of this class with the specified name.
- values - Variable in class com.vaadin.flow.component.spreadsheet.command.CellValueCommand
- values() - Static method in enum class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.LegendPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.Stacking
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader.ValueUpdateMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.spreadsheet.client.OverlayInfo.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.spreadsheet.shared.ContentMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.spreadsheet.shared.ErrorLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.spreadsheet.Spreadsheet.SpreadsheetTheme
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory.BorderStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verticalScrollPositions - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- verticalSplitPosition - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- view3dData - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData
- View3dData() - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.View3dData
- visibleCellComments - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
W
- WARNING - Enum constant in enum class com.vaadin.flow.component.spreadsheet.shared.ErrorLevel
-
Error level for warning messages.
- width - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData.BorderStyle
- width - Variable in class com.vaadin.flow.component.spreadsheet.client.OverlayInfo
- width - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- workbookChangeToggle - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- WorkbookEvaluatorUtil - Class in org.apache.poi.ss.formula
-
Helper to evaluate POI values that are package scoped, like formula Ptg[] arrays.
- WorkbookEvaluatorUtil() - Constructor for class org.apache.poi.ss.formula.WorkbookEvaluatorUtil
- workbookProtected - Variable in class com.vaadin.flow.component.spreadsheet.shared.SpreadsheetState
- write(OutputStream) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Exports current spreadsheet as an output stream.
- write(String) - Method in class com.vaadin.flow.component.spreadsheet.Spreadsheet
-
Exports current spreadsheet into a File with the given name.
- writeAttempted(Spreadsheet.ProtectedEditEvent) - Method in interface com.vaadin.flow.component.spreadsheet.Spreadsheet.ProtectedEditListener
-
Called when the SpreadSheet detects that the client tried to edit a locked cell (usually by pressing a key).
X
- X_VALUES - Enum constant in enum class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader.ValueUpdateMode
- xAxisProperties - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData
- xDataModified(int, Double) - Method in interface com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData.DataUpdateListener
- XSSFChartReader - Class in com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader
- XSSFChartReader(Spreadsheet, XSSFChart) - Constructor for class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.XSSFChartReader
- XSSFColorConverter - Class in com.vaadin.flow.component.spreadsheet
-
Color converter implementation for the current Excel file type (.xlsx or XSSF in POI terms).
- XSSFColorConverter(XSSFWorkbook) - Constructor for class com.vaadin.flow.component.spreadsheet.XSSFColorConverter
- xValue - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData.SeriesPoint
Y
- Y_VALUES - Enum constant in enum class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader.ValueUpdateMode
- yAxesProperties - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.ChartData
-
Items index is its id in AbstractSeriesData
- yAxis - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData
-
Refers to ChartData.yAxesProperties index
- yDataModified(int, Double) - Method in interface com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData.DataUpdateListener
- yValue - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData.SeriesPoint
Z
- Z_VALUES - Enum constant in enum class com.vaadin.flow.component.spreadsheet.charts.converter.xssfreader.AbstractSeriesReader.ValueUpdateMode
- zDataModified(int, Double) - Method in interface com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData.DataUpdateListener
- zValue - Variable in class com.vaadin.flow.component.spreadsheet.charts.converter.chartdata.AbstractSeriesData.SeriesPoint
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form