- cacheFormulaFieldValue() - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- canRedo() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHistoryManager
-
Determines if redo is possible at the moment.
- canResizeColumn() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- canResizeColumn() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- canResizeRow() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- canResizeRow() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- canUndo() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHistoryManager
-
Determines if undo is possible at the moment.
- caption - Variable in class com.vaadin.addon.spreadsheet.client.SpreadsheetActionDetails
-
- captureCellRangeValues(CellRangeAddress...) - Method in class com.vaadin.addon.spreadsheet.command.CellValueCommand
-
Capture values from cells defined in the given CellRangeAddress(es).
- captureCellValues(CellReference...) - Method in class com.vaadin.addon.spreadsheet.command.CellValueCommand
-
Capture values from cells defined in the given CellReference(s).
- captureValues(Integer[]) - Method in class com.vaadin.addon.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.
- Cell - Class in com.vaadin.addon.spreadsheet.client
-
- Cell(SheetWidget, int, int) - Constructor for class com.vaadin.addon.spreadsheet.client.Cell
-
- Cell(SheetWidget, int, int, CellData) - Constructor for class com.vaadin.addon.spreadsheet.client.Cell
-
- CELL_COMMENT_TRIANGLE_CLASSNAME - Static variable in class com.vaadin.addon.spreadsheet.client.Cell
-
- CELL_INVALID_FORMULA_CLASSNAME - Static variable in class com.vaadin.addon.spreadsheet.client.Cell
-
- CELL_VALUE_CHANGE_METHOD - Static variable in interface com.vaadin.addon.spreadsheet.Spreadsheet.CellValueChangeListener
-
- cellAddedToSelectionAndSelected(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Single cell added to selection.
- cellAddedToSelectionAndSelected(int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- CellComment - Class in com.vaadin.addon.spreadsheet.client
-
- CellComment(SheetWidget, Element) - Constructor for class com.vaadin.addon.spreadsheet.client.CellComment
-
- cellCommentAuthors - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- cellComments - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- cellContainsDate(Cell) - Static method in class com.vaadin.addon.spreadsheet.SpreadsheetUtil
-
Determines whether the given cell contains a date or not.
- cellContextMenu(NativeEvent, int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetWidget.SheetContextMenuHandler
-
Right click (event) on top of the cell at the indexes.
- CellData - Class in com.vaadin.addon.spreadsheet.client
-
- CellData() - Constructor for class com.vaadin.addon.spreadsheet.client.CellData
-
- cellDeleted(Cell) - Method in class com.vaadin.addon.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.addon.spreadsheet.Spreadsheet.CellDeletionHandler
-
Called if a cell value has been deleted by the user.
- cellKeysToEditorIdMap - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- cellRangeDeleted(List<CellRangeAddress>, Sheet, FormulaEvaluator, DataFormatter, ConditionalFormattingEvaluator) - Method in interface com.vaadin.addon.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.addon.spreadsheet.client.SpreadsheetHandler
-
Cell range selected by painting
- cellRangePainted(int, int, int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- cellRangeSelected(int, int, int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Cell range selected from scratch.
- cellRangeSelected(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- cellsAddedToRangeSelection(int, int, int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Multiple cells added to previous range selection.
- cellsAddedToRangeSelection(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- cellSelected(int, int, boolean) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Single cell selected inside sheet.
- cellSelected(int, int, boolean) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- CellSelectionManager - Class in com.vaadin.addon.spreadsheet
-
CellSelectionManager is an utility class for Spreadsheet, which handles
details of which cells are selected.
- CellSelectionManager(Spreadsheet) - Constructor for class com.vaadin.addon.spreadsheet.CellSelectionManager
-
Creates a new CellSelectionManager and ties it to the given Spreadsheet
- CellSelectionShifter - Class in com.vaadin.addon.spreadsheet
-
CellSelectionShifter is an utility class for Spreadsheet which handles cell
shift events.
- CellSelectionShifter(Spreadsheet) - Constructor for class com.vaadin.addon.spreadsheet.CellSelectionShifter
-
Creates a new CellShifter and ties it to the given Spreadsheet
- CellShiftValuesCommand - Class in com.vaadin.addon.spreadsheet.command
-
Command for shifting the value(s) of one or more cells.
- CellShiftValuesCommand(Spreadsheet, boolean) - Constructor for class com.vaadin.addon.spreadsheet.command.CellShiftValuesCommand
-
Creates a new CellShiftValuesCommand targeting the given spreadsheet.
- cellStyle - Variable in class com.vaadin.addon.spreadsheet.client.CellData
-
- cellStyleToCSSStyle - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- cellStyleUpdated(Cell, boolean) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetStyleFactory
-
This should be called when a Cell's styling has been changed.
- cellsUpdated(ArrayList<CellData>) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetClientRpc
-
- cellUpdated(Cell) - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
- CellValueChangeEvent(Component, Set<CellReference>) - Constructor for class com.vaadin.addon.spreadsheet.Spreadsheet.CellValueChangeEvent
-
- CellValueCommand - Class in com.vaadin.addon.spreadsheet.command
-
Command for changing the value of one or more cells.
- CellValueCommand(Spreadsheet) - Constructor for class com.vaadin.addon.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.addon.spreadsheet.client.SpreadsheetHandler
-
- cellValueEdited(int, int, String) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- CellValueFormatter - Class in com.vaadin.addon.spreadsheet
-
Utility class for formatting cell values
- CellValueFormatter() - Constructor for class com.vaadin.addon.spreadsheet.CellValueFormatter
-
- CellValueManager - Class in com.vaadin.addon.spreadsheet
-
CellValueManager is an utility class of SpreadsheetClass, which handles
values and formatting for individual cells.
- CellValueManager(Spreadsheet) - Constructor for class com.vaadin.addon.spreadsheet.CellValueManager
-
Creates a new CellValueManager and ties it to the given Spreadsheet.
- cellValuesUpdated(ArrayList<CellData>) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- cellValuesUpdated(ArrayList<CellData>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
This can contain values for any of the panes or values that are just in
the client side cache, but the cell is not actually visible.
- cellValueUpdated(Cell, Sheet, int, int, String, FormulaEvaluator, DataFormatter, ConditionalFormattingEvaluator) - Method in interface com.vaadin.addon.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.addon.spreadsheet.SpreadsheetHistoryManager
-
Applies the cell selection from the given Command.
- ChartCreator - Interface in com.vaadin.addon.spreadsheet
-
- checkEmptyValue() - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- checkKeyboardNavigation() - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
Checks the char before the current caret pos, and enables or disables
keyboard selection of cells accordingly.
- checkNewSelectionInMergedRegion(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SelectionHandler
-
- checkSelectionInMergedRegion(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SelectionHandler
-
- CLASSNAME - Static variable in class com.vaadin.addon.spreadsheet.client.PopupButtonHeader
-
- clear() - Method in class com.vaadin.addon.spreadsheet.CellSelectionManager
-
Clears all selection data
- clear() - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- clear() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetFilterTable
-
Clears all the pop-up buttons and their contents (filters).
- clear() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHistoryManager
-
Clears the history.
- clear() - Method in class com.vaadin.addon.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.addon.spreadsheet.SpreadsheetFilterTable
-
- clearAll(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Clears the sheet.
- clearAllFilters() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetFilterTable
-
Clears all filters for this table.
- clearBasicCellStyles() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- clearBeforeMergeCells() - Method in class com.vaadin.addon.spreadsheet.client.SelectionHandler
-
- clearCachedContent() - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Clears all cached data.
- clearCacheForColumn(int) - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Clears data cache for the column at the given index
- clearCellCache(String) - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Clears the cell with the given key from the cache
- clearCellCommentsAndInvalidFormulas() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- clearCellRangeStyles() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Clears the highlight (background) on selected cells and their
corresponding headers.
- clearCellStyle(int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetStyleFactory
-
Clears all styles for the given cell.
- clearCSSRules(StyleElement) - Method in class com.vaadin.addon.spreadsheet.client.SheetJsniUtil
-
Clears the rules starting from the given index
- clearFilter() - Method in class com.vaadin.addon.spreadsheet.ItemFilter
-
- clearFilter() - Method in interface com.vaadin.addon.spreadsheet.SpreadsheetFilter
-
Clear the filtering options.
- clearFormulaSelection() - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
Removes all keyboard selection variables, clears paint
- clearMergedCells() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- clearPositionStyles() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- clearSelectedCellsOnCut() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Called after successful cut operation; currently selected cells should be
cleared
- clearSelectedCellsOnCut() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- clearSelectedCellsOnCut() - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Called after successful cut operation; currently selected cells should be
cleared
- clearSelectedCellsOnCut() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- clearSelectedCellsOnCut() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- clearSelectedCellStyle() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Clears the light outline on the selected cell which is visible when the
selection is not coherent.
- clearShiftedBorderCellStyles() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- clearSpreadsheet(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
Clear all current sheet related data
- clearValues() - Method in class com.vaadin.addon.spreadsheet.command.CellValueCommand
-
Clears all values captured by this command.
- cloneWidget() - Method in class com.vaadin.addon.spreadsheet.client.ColumnGrouping
-
- cloneWidget() - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- cloneWidget() - Method in class com.vaadin.addon.spreadsheet.client.RowGrouping
-
- closePopup() - Method in interface com.vaadin.addon.spreadsheet.client.PopupButtonClientRpc
-
Closes the popup if it is open.
- closePopup() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
- closePopup() - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
Closes the pop-up if it is open.
- closestCellEdgeIndexToCursor(int[], int, int, boolean) - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
Returns index of the cell that has the left edge closest to the given
cursor position.
- col - Variable in class com.vaadin.addon.spreadsheet.client.CellData
-
- col - Variable in class com.vaadin.addon.spreadsheet.client.OverlayInfo
-
- col - Variable in class com.vaadin.addon.spreadsheet.client.PopupButtonState
-
1-based
- col1 - Variable in class com.vaadin.addon.spreadsheet.client.MergedRegion
-
- col2 - Variable in class com.vaadin.addon.spreadsheet.client.MergedRegion
-
- colGroupingData - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- colGroupingInversed - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- colGroupingMax - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- collapsed - Variable in class com.vaadin.addon.spreadsheet.shared.GroupingData
-
- ColorConverter - Interface in com.vaadin.addon.spreadsheet
-
Interface for providing different color-related operations on the
Spreadsheet.
- colorConverter - Variable in class com.vaadin.addon.spreadsheet.ConditionalFormatter
-
- ColorConverterUtil - Class in com.vaadin.addon.spreadsheet
-
- ColorConverterUtil() - Constructor for class com.vaadin.addon.spreadsheet.ColorConverterUtil
-
- colorStyles(CellStyle, StringBuilder) - Method in interface com.vaadin.addon.spreadsheet.ColorConverter
-
Creates the appropriate CSS text and background style for the given cell
style.
- colorStyles(CellStyle, StringBuilder) - Method in class com.vaadin.addon.spreadsheet.HSSFColorConverter
-
- colorStyles(CellStyle, StringBuilder) - Method in class com.vaadin.addon.spreadsheet.XSSFColorConverter
-
- cols - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- columnAddedToSelection(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Complete column added to previous range selection.
- columnAddedToSelection(int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- columnBufferSize - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- ColumnGrouping - Class in com.vaadin.addon.spreadsheet.client
-
Class that represents a single column grouping indicator.
- ColumnGrouping(int, GroupingWidget.GroupingHandler) - Constructor for class com.vaadin.addon.spreadsheet.client.ColumnGrouping
-
- columnHeaderContextMenu(NativeEvent, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetWidget.SheetContextMenuHandler
-
Right click (event) on top of column header at the index
- columnHeaderContextMenuOpen(int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetServerRpc
-
Context menu should be created for the column.
- columnHeaderContextMenuOpen(int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- columnIndexToStyleIndex - Variable in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- columnIndexToStyleIndex - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- columnResized(Map<Integer, Integer>, int, int, int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Columns resized with drag and drop.
- columnResized(Map<Integer, Integer>, int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- columnSelected(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Complete column selected.
- columnSelected(int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- colW - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- com.vaadin.addon.spreadsheet - package com.vaadin.addon.spreadsheet
-
- com.vaadin.addon.spreadsheet.action - package com.vaadin.addon.spreadsheet.action
-
- com.vaadin.addon.spreadsheet.client - package com.vaadin.addon.spreadsheet.client
-
- com.vaadin.addon.spreadsheet.command - package com.vaadin.addon.spreadsheet.command
-
- com.vaadin.addon.spreadsheet.shared - package com.vaadin.addon.spreadsheet.shared
-
- Command - Interface in com.vaadin.addon.spreadsheet.command
-
Common interface for all Spreadsheet commands.
- commands - Variable in class com.vaadin.addon.spreadsheet.SpreadsheetHistoryManager
-
All executed command in chronological order
- COMMENT_OVERLAY_LINE_CLASSNAME - Static variable in class com.vaadin.addon.spreadsheet.client.CellComment
-
- commitComment(String, int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- componentIDtoCellKeysMap - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- ConditionalFormatter - Class in com.vaadin.addon.spreadsheet
-
ConditionalFormatter is an utility class of Spreadsheet, which handles all
processing regarding Conditional Formatting rules.
- ConditionalFormatter(Spreadsheet) - Constructor for class com.vaadin.addon.spreadsheet.ConditionalFormatter
-
Constructs a new ConditionalFormatter targeting the given Spreadsheet.
- conditionalFormattingStyles - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
All conditional formatting styles for this sheet.
- ContextMenuManager - Class in com.vaadin.addon.spreadsheet
-
ContextMenuManager is an utility class for the Spreadsheet component.
- ContextMenuManager(Spreadsheet) - Constructor for class com.vaadin.addon.spreadsheet.ContextMenuManager
-
Constructs a new ContextMenuManager and ties it to the given Spreadsheet.
- contextMenuOpenOnSelection(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetServerRpc
-
Context menu should be created for the appropriate selection.
- contextMenuOpenOnSelection(int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- CONTRACT_SIGN - Static variable in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- convertUnicodeIntoCharacter(int) - Method in class com.vaadin.addon.spreadsheet.client.SheetJsniUtil
-
- copyfields(GroupingWidget) - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- CopyPasteHandlerImpl - Class in com.vaadin.addon.spreadsheet.client
-
- CopyPasteHandlerImpl(SheetWidget) - Constructor for class com.vaadin.addon.spreadsheet.client.CopyPasteHandlerImpl
-
- CopyPasteTextBox - Class in com.vaadin.addon.spreadsheet.client
-
TextArea that handles cut, copy and paste events inside the spreadsheet.
- CopyPasteTextBox(SheetWidget, CopyPasteTextBox.CopyPasteHandler) - Constructor for class com.vaadin.addon.spreadsheet.client.CopyPasteTextBox
-
- CopyPasteTextBox.CopyPasteHandler - Interface in com.vaadin.addon.spreadsheet.client
-
Handler interface for dealing with the data that is transferred in copy,
cut and paste operations.
- countSum(int[], int, int) - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
Calculates the sum of the given sizes between the given indexes.
- createActionsListForColumn(int) - Method in class com.vaadin.addon.spreadsheet.ContextMenuManager
-
Gets a list of available actions for the column at the given index.
- createActionsListForRow(int) - Method in class com.vaadin.addon.spreadsheet.ContextMenuManager
-
Gets a list of available actions for the row at the given index.
- createActionsListForSelection() - Method in class com.vaadin.addon.spreadsheet.ContextMenuManager
-
Gets a list of available actions for the current selection.
- createCell(int, int, Object) - Method in class com.vaadin.addon.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.
- createCellAddress(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.FormulaBarHandler
-
- createCellAddress(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- createCellDataForCell(Cell) - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
- createCellValueManager() - Method in class com.vaadin.addon.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.addon.spreadsheet.ChartCreator
-
Converts the XSSFChart model into a Chart Component
- createClearButton() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetFilterTable
-
Creates a "Clear filters" button.
- createConditionalFormatter() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- createConditionalFormatterRules() - Method in class com.vaadin.addon.spreadsheet.ConditionalFormatter
-
Creates the necessary CSS rules and runs evaluations on all affected
cells.
- createCorrectCellRangeAddress(String) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Creates a CellRangeAddress from the given cell address string.
- createCorrectCellRangeAddress(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Creates a CellRangeAddress from the given start and end coordinates.
- createFormulaCell(int, int, String) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Creates a new Formula type cell with the given formula.
- createFreezePane(int, int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Creates or removes a freeze pane from the currently active sheet.
- createHyperlinkCellStyle() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetStyleFactory
-
Creates a CellStyle to be used with hyperlinks
- createNewSheet(String, int, int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Creates a new sheet as the last sheet and sets it as the active sheet.
- createRangeSelectionString(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- createSpreadsheetStyleFactory() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- createWidget() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonConnector
-
- createWidget() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetConnector
-
- customInit() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Implement this to perform custom initialization in subclasses.
- getActions(Object, Object) - Method in class com.vaadin.addon.spreadsheet.action.SpreadsheetDefaultActionHandler
-
- getActiveSheet() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Note that modifications done directly with the POI Sheet API will
not get automatically updated into the Spreadsheet component.
- getActiveSheetIndex() - Method in interface com.vaadin.addon.spreadsheet.command.Command
-
Returns the index of the currently active sheet.
- getActiveSheetIndex() - Method in class com.vaadin.addon.spreadsheet.command.SpreadsheetCommand
-
- getActiveSheetIndex() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the index of the currently active sheet among the visible sheets
( hidden or very hidden sheets not included).
- getActiveSheetName() - Method in interface com.vaadin.addon.spreadsheet.client.FormulaBarHandler
-
- getActiveSheetName() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getActiveSheetPOIIndex() - Method in class com.vaadin.addon.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.addon.spreadsheet.SpreadsheetUtil
-
This function returns all the cells that the given formula references.
- getAllSelectedCells() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Gets a combination of all selected cells.
- getAllValues() - Method in class com.vaadin.addon.spreadsheet.ItemFilter
-
Gets all of the unique values for this filter column.
- getAnchor() - Method in class com.vaadin.addon.spreadsheet.SheetOverlayWrapper
-
Gets the anchor for this image within the sheet containing this image.
- getAuthorForComment(CellReference) - Method in interface com.vaadin.addon.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.addon.spreadsheet.ColorConverter
-
Create a CSS color string for the background in the given rule.
- getBackgroundColorCSS(ConditionalFormattingRule) - Method in class com.vaadin.addon.spreadsheet.HSSFColorConverter
-
- getBackgroundColorCSS(ConditionalFormattingRule) - Method in class com.vaadin.addon.spreadsheet.XSSFColorConverter
-
- getBorderAttributeValue() - Method in enum com.vaadin.addon.spreadsheet.SpreadsheetStyleFactory.BorderStyle
-
Returns the complete border attribute value for CSS
- getBorderColorCSS(XSSFCellBorder.BorderSide, String, CellStyle) - Method in interface com.vaadin.addon.spreadsheet.ColorConverter
-
Returns CSS border definitions for the given cell style
- getBorderColorCSS(XSSFCellBorder.BorderSide, String, BorderFormatting) - Method in interface com.vaadin.addon.spreadsheet.ColorConverter
-
Returns CSS border definitions for the given conditional formatting rule
- getBorderColorCSS(XSSFCellBorder.BorderSide, String, CellStyle) - Method in class com.vaadin.addon.spreadsheet.HSSFColorConverter
-
- getBorderColorCSS(XSSFCellBorder.BorderSide, String, BorderFormatting) - Method in class com.vaadin.addon.spreadsheet.HSSFColorConverter
-
- getBorderColorCSS(XSSFCellBorder.BorderSide, String, CellStyle) - Method in class com.vaadin.addon.spreadsheet.XSSFColorConverter
-
- getBorderColorCSS(XSSFCellBorder.BorderSide, String, BorderFormatting) - Method in class com.vaadin.addon.spreadsheet.XSSFColorConverter
-
- getBottomLeftPane() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getBottomRightPane() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getBottomVisibleRowIndex() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Returns the first row index that is completely visible on the bottom.
- getCell(int, int) - Method in class com.vaadin.addon.spreadsheet.command.CellValueCommand
-
Returns the Cell at the given row and column.
- getCell(String) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the Cell at the given address.
- getCell(int, int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the Cell at the given coordinates.
- getCell(int, int, Sheet) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the Cell at the given coordinates.
- getCell(CellReference) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the Cell corresponding to the given reference.
- getCell(String, int, int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the Cell at the given coordinates.
- getCell(CellReference, Sheet) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the Cell corresponding to the given reference.
- getCellData(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getCellDeletionHandler() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- getCellFormattingIndex(Cell) - Method in class com.vaadin.addon.spreadsheet.ConditionalFormatter
-
Each cell can have multiple matching rules, hence a collection.
- getCellFormulaValue(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getCellRangeAddresses() - Method in class com.vaadin.addon.spreadsheet.CellSelectionManager
-
Returns all selected areas.
- getCellRangeAddresses() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Gets all separately selected cell ranges.
- getCellReference() - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
Gets the cell reference for the cell that contains this pop-up button.
- getCellSelectionManager() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the CellSelectionManager for this Spreadsheet.
- getCellShifter() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the CellShifter for this Spreadsheet.
- getCellStyle() - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- getCellStyleToCSSStyle() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- getCellStyleToCSSStyle() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getCellValue(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getCellValue(CellReference) - Method in class com.vaadin.addon.spreadsheet.command.CellValueCommand
-
Returns the current value for the cell referenced by the given cell
reference
- getCellValue(int, int) - Method in class com.vaadin.addon.spreadsheet.command.CellValueCommand
-
Returns the current value of the cell at the given coordinates.
- getCellValue(Cell) - Method in class com.vaadin.addon.spreadsheet.command.CellValueCommand
-
Returns the current value of the given Cell
- getCellValue(Cell) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the formatted value for the given cell, using the
DataFormatter with the current locale.
- getCellValueHandler() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- getCellValueManager() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the CellValueManager for this Spreadsheet.
- getCellWidth(Cell) - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Calculate cell width, accounting for merged cells (see #655)
- getCellWidth() - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- getCellWidth() - Method in class com.vaadin.addon.spreadsheet.client.MergedCell
-
- getChangedCells() - Method in class com.vaadin.addon.spreadsheet.command.CellValueCommand
-
- getChangedCells() - Method in interface com.vaadin.addon.spreadsheet.command.ValueChangeCommand
-
Returns the cells that had their value(s) changed.
- getChangedCells() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet.ValueChangeEvent
-
- getClipboardText() - Method in class com.vaadin.addon.spreadsheet.client.CopyPasteHandlerImpl
-
- getClipboardText() - Method in interface com.vaadin.addon.spreadsheet.client.CopyPasteTextBox.CopyPasteHandler
-
- getCol() - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- getCol() - Method in class com.vaadin.addon.spreadsheet.client.CellComment
-
- getCol() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
1-based
- getCol() - Method in class com.vaadin.addon.spreadsheet.client.SheetOverlay
-
- getCol1() - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- getCol2() - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- getColBufferSize() - Method in class com.vaadin.addon.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) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Get header of a column as HTML.
- getColHeader(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
Get column header for column indexed 1..
- getColHeader(int) - Static method in class com.vaadin.addon.spreadsheet.SpreadsheetUtil
-
Generates the column header for column with the given index
- getColHeaderIndex(String) - Static method in class com.vaadin.addon.spreadsheet.SpreadsheetUtil
-
Returns the column index for the column with the given header.
- getColumn() - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
Gets the column for this pop-up button.
- getColumnBufferSize() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- getColumnBufferSize() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getColumnHeader(int) - Method in class com.vaadin.addon.spreadsheet.action.SpreadsheetAction
-
Returns the column header for the column at the given index.
- getColumnIndexFromKey(String) - Static method in class com.vaadin.addon.spreadsheet.SpreadsheetUtil
-
Returns the column index for the given Cell key.
- getColumnIndexToStyleIndex() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- getColumnIndexToStyleIndex() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getColumns() - Method in class com.vaadin.addon.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).
- getColWidth(int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Width of a column in pixels including right border.
- getColWidth(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getColWidthActual(int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- getColWidthActual(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getColWidths() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Returns the widths of the columns.
- getColWidths() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getCommand(int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHistoryManager
-
Gets the Command at the given history index.
- getCommentAuthorProvider() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the CommentAuthorProvider currently set to this Spreadsheet.
- getComponent(boolean) - Method in class com.vaadin.addon.spreadsheet.SheetChartWrapper
-
- getComponent(boolean) - Method in class com.vaadin.addon.spreadsheet.SheetOverlayWrapper
-
Returns the component contained in this wrapper if there is one.
- getConditionalFormatter() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the ConditionalFormatter
- getConditionalFormattingEvaluator() - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
- getConditionalFormattingEvaluator() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
POI, as of 4.0.0, now accepts this as an argument to formula evaluation.
- getConditionalFormattingStyles() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- getConditionalFormattingStyles() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getContent() - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
Get the contents of the popup.
- getContextMenuManager() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the ContextMenuManager for this Spreadsheet.
- getCopyPasteHandler() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getCurrentDecimalSeparator(Locale) - Method in class com.vaadin.addon.spreadsheet.FormulaFormatter
-
- getCustomAttributes() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- getCustomCellDeletionHandler() - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Gets the current CellDeletionHandler
- getCustomCellValueHandler() - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Gets the current CellValueHandler
- getCustomComponentForCell(Cell, int, int, Spreadsheet, Sheet) - Method in interface com.vaadin.addon.spreadsheet.SpreadsheetComponentFactory
-
Should return a unique component that is displayed inside the cell
instead of the cell's value.
- getCustomEditor(String) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetCustomEditorFactory
-
- getCustomEditorFactory() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getCustomEditorForCell(Cell, int, int, Spreadsheet, Sheet) - Method in interface com.vaadin.addon.spreadsheet.SpreadsheetComponentFactory
-
Should return the custom component that is displayed in the cell when it
has been selected.
- getCustomWidgetIterator() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getDataFormatter() - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
- getDataFormatter() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the current DataFormatter.
- getDecimalFormat(Locale) - Method in class com.vaadin.addon.spreadsheet.FormulaFormatter
-
- getDefaultColumnCount() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the default column count for new sheets.
- getDefaultColumnWidth() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the default column width for the currently active sheet.
- getDefaultPercentageFormat() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the formatting string that is used when a user enters percentages
into the Spreadsheet.
- getDefaultRowCount() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the default row count for new sheets.
- getDefaultRowHeight() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Returns the default row height in points (pt).
- getDefaultRowHeight() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getDefaultRowHeight() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the default row height in points.
- getDefinedRows() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Returns the number of defined rows in the spreadsheet.
- getDefinedRows() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getElement() - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- getEvaluationWorkbook(Spreadsheet) - Static method in class org.apache.poi.ss.formula.WorkbookEvaluatorUtil
-
- getFilteredRows() - Method in class com.vaadin.addon.spreadsheet.ItemFilter
-
- getFilteredRows() - Method in interface com.vaadin.addon.spreadsheet.SpreadsheetFilter
-
Returns the rows that should be filtered by this filter.
- getFilteringRegion() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetFilterTable
-
Gets the filtering region, CellRangeAddress for this table.
- getFirstArgumentFromFormula(Cell) - Method in class com.vaadin.addon.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.addon.spreadsheet.Spreadsheet
-
Returns the first visible column in the main scroll area (NOT freeze
pane)
- getFirstRow() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the first visible row in the scroll area (not freeze pane)
- getFirstVisibleSheetPOIIndex(Workbook) - Static method in class com.vaadin.addon.spreadsheet.SpreadsheetUtil
-
Returns the POI index of the first visible sheet (not hidden or very
hidden).
- getFontColorCSS(ConditionalFormattingRule) - Method in interface com.vaadin.addon.spreadsheet.ColorConverter
-
Create a CSS color string for the font in the given rule.
- getFontColorCSS(ConditionalFormattingRule) - Method in class com.vaadin.addon.spreadsheet.HSSFColorConverter
-
- getFontColorCSS(ConditionalFormattingRule) - Method in class com.vaadin.addon.spreadsheet.XSSFColorConverter
-
- getFormulaBarWidget() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- getFormulaBarWidget() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getFormulaEvaluator() - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Get the common
FormulaEvaluator instance from
Spreadsheet
- getFormulaEvaluator() - Method in class com.vaadin.addon.spreadsheet.ConditionalFormatter
-
Get the common
FormulaEvaluator instance from
Spreadsheet
- getFormulaEvaluator() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- getFormulaFieldValue() - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- getFullTableRegion() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetTable
-
Gets the full table region, CellRangeAddress for this table.
- getHeight(Sheet, float[]) - Method in class com.vaadin.addon.spreadsheet.SheetChartWrapper
-
- getHeight(Sheet, float[]) - Method in class com.vaadin.addon.spreadsheet.SheetOverlayWrapper
-
Calculates the height of the image.
- getHistoryIndex() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHistoryManager
-
Gets the current index within the Command history.
- getHistorySize() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHistoryManager
-
Gets the current size of the Command history.
- getHyperlinkCellClickHandler() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- getHyperlinkFunctionTarget(Cell) - Method in class com.vaadin.addon.spreadsheet.DefaultHyperlinkCellClickHandler
-
- getHyperlinkFunctionTarget(Cell) - Method in interface com.vaadin.addon.spreadsheet.Spreadsheet.HyperlinkCellClickHandler
-
- getId() - Method in class com.vaadin.addon.spreadsheet.SheetChartWrapper
-
- getId() - Method in class com.vaadin.addon.spreadsheet.SheetOverlayWrapper
-
Returns a unique ID of this overlay, used also as a resource key for
images.
- getIndex() - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- getIndividualSelectedCells() - Method in class com.vaadin.addon.spreadsheet.CellSelectionManager
-
Returns references to all individually selected cells.
- getIndividualSelectedCells() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Gets all the individually selected single cells in the current
selection.
- getInfoLabelValue() - Method in class com.vaadin.addon.spreadsheet.client.SheetTabSheet
-
- getInfoLabelValue() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getInlineEditor() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getLastColumn() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the last visible column in the main scroll area (NOT freeze pane)
- getLastFrozenColumn() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the index the last frozen column (last column in left freeze
pane).
- getLastFrozenRow() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the index the last frozen row (last row in top freeze pane).
- getLastRow() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the last visible row in the main scroll area (NOT freeze pane)
- getLatestSelectionEvent() - Method in class com.vaadin.addon.spreadsheet.CellSelectionManager
-
Returns the latest selection event.
- getLeftVisibleColumnIndex() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Returns the first column index that is completely visible on the left.
- getMaxColumns() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
The maximum amount of columns that are visible.
- getMaxColumns() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getMaxRows() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
The maximum amount of rows that are visible.
- getMaxRows() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getMergedRegion(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.MergedRegionUtil.MergedRegionContainer
-
Gets the merged region overlapping the given coordinates.
- getMergedRegion(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Returns the merged region that this cell belongs to.
- getMergedRegion(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getMergedRegionContainer() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the MergedRegionContainer for this Spreadsheet.
- getMergedRegionStartingFrom(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.MergedRegionUtil.MergedRegionContainer
-
Gets the merged region starting at the given coordinates.
- getMergedRegionStartingFrom(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Returns the merged region starting at the given coordinates.
- getMergedRegionStartingFrom(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getMinimumRowHeightForComponents() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Get the minimum row heigth in points for the rows that contain custom
components
- getNewSheet() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet.SheetChangeEvent
-
Gets the newly selected sheet.
- getNewSheetPOIIndex() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet.SheetChangeEvent
-
Gets the POI index of the newly selected sheet.
- getNewSheetVisibleIndex() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet.SheetChangeEvent
-
Gets the index of the newly selected sheet among all visible sheets.
- getNumberOfSheets() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the total number of sheets in the workbook (includes hidden and
very hidden sheets).
- getNumberOfVisibleSheets() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns the number of currently visible sheets in the component.
- getNumberOfVisibleSheets(Workbook) - Static method in class com.vaadin.addon.spreadsheet.SpreadsheetUtil
-
Returns the number of visible sheets (not hidden or very hidden) in the
given Workbook.
- getOpenStyle() - Method in class com.vaadin.addon.spreadsheet.DefaultHyperlinkCellClickHandler
-
expose for subclasses
- getOriginalCellValue(Cell) - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
- getOriginalCellValue(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getOriginalValueDecimalFormat() - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
- getOverlayRules(StyleElement, String[]) - Method in class com.vaadin.addon.spreadsheet.client.SheetJsniUtil
-
Gets all Overlay rules
- getPaintedCellRange() - Method in class com.vaadin.addon.spreadsheet.command.CellShiftValuesCommand
-
- getPaintedCellRange() - Method in class com.vaadin.addon.spreadsheet.command.CellValueCommand
-
- getPaintedCellRange() - Method in interface com.vaadin.addon.spreadsheet.command.Command
-
The painted range that should be set when this command is run.
- getPaintedCellRange() - Method in class com.vaadin.addon.spreadsheet.command.RowInsertOrDeleteCommand
-
- getPaintedCellRange() - Method in class com.vaadin.addon.spreadsheet.command.SizeChangeCommand
-
- getParsedCol() - Method in class com.vaadin.addon.spreadsheet.client.SheetJsniUtil
-
- getParsedRow() - Method in class com.vaadin.addon.spreadsheet.client.SheetJsniUtil
-
- getPopupButton() - Method in class com.vaadin.addon.spreadsheet.PopupButton.PopupCloseEvent
-
- getPopupButton() - Method in class com.vaadin.addon.spreadsheet.PopupButton.PopupOpenEvent
-
- getPopupButton(int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetTable
-
- getPopupButton(CellReference) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetTable
-
Gets the
PopupButton for the header cell pointed by
CellReference.
- getPopupButtons() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetTable
-
- getPopupHeight() - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
Gets the height for this pop-up button's pop-up.
- getPopupWidth() - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
Gets the width for this pop-up button's pop-up.
- getPositionCallback() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
Returns the position callback method used for the button's popup.
- getPreviousSheet() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet.SheetChangeEvent
-
Gets the sheet that was previously selected.
- getRangeForReference(String, Spreadsheet, boolean) - Static method in class com.vaadin.addon.spreadsheet.SpreadsheetUtil
-
evaluate the formula (which may just be a single cell or range string)
and find the bounding rectangle for the referenced cells.
- getRealEventTargetCell(int, int, Cell) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getResource() - Method in class com.vaadin.addon.spreadsheet.SheetImageWrapper
-
Gets the resource containing this image
- getResource() - Method in class com.vaadin.addon.spreadsheet.SheetOverlayWrapper
-
- getRightVisibleColumnIndex() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Returns the first column index that is completely visible on the right.
- getRow() - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- getRow() - Method in class com.vaadin.addon.spreadsheet.client.CellComment
-
- getRow() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
1-based
- getRow() - Method in class com.vaadin.addon.spreadsheet.client.SheetOverlay
-
- getRow() - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
Gets the row for this pop-up button.
- getRow1() - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- getRow2() - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- getRowBufferSize() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- getRowBufferSize() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getRowBufferSize() - Method in class com.vaadin.addon.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.addon.spreadsheet.SpreadsheetUtil
-
Returns the row index for the given Cell key.
- getRowHeader(int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Get header of a row as HTML.
- getRowHeader(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
Get row header for rows indexed 1..
- getRowHeight(int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Height of a row in points (pt) including bottom border.
- getRowHeight(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getRowHeights() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getRowHeightsPX() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- getRowHeightsPX() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getRowIndex() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet.RowHeaderDoubleClickEvent
-
- getRowIndexToStyleIndex() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- getRowIndexToStyleIndex() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getRows() - Method in class com.vaadin.addon.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.addon.spreadsheet.Spreadsheet
-
Gets the RPC proxy for communication to the client side.
- getRules(StyleElement) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Clears the rules starting from the given index
- getScientificNotationStringForNumericCell(double, String, float, int) - Method in class com.vaadin.addon.spreadsheet.CellValueFormatter
-
- getSelectedCellColumn() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getSelectedCellKey() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getSelectedCellLatestValue() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getSelectedCellMergedRegion() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Gets the merged region the single selected cell is a part of, if
applicable.
- getSelectedCellRange() - Method in class com.vaadin.addon.spreadsheet.CellSelectionManager
-
Returns the currently selected area in case there is only one area
selected.
- getSelectedCellReference() - Method in class com.vaadin.addon.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.addon.spreadsheet.command.CellShiftValuesCommand
-
- getSelectedCellReference() - Method in class com.vaadin.addon.spreadsheet.command.CellValueCommand
-
- getSelectedCellReference() - Method in interface com.vaadin.addon.spreadsheet.command.Command
-
The selected cell that should be set when this command is run.
- getSelectedCellReference() - Method in class com.vaadin.addon.spreadsheet.command.RowInsertOrDeleteCommand
-
- getSelectedCellReference() - Method in class com.vaadin.addon.spreadsheet.command.SizeChangeCommand
-
- getSelectedCellReference() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets a reference to the current single selected cell.
- getSelectedCellReference() - Method in class com.vaadin.addon.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.addon.spreadsheet.Spreadsheet
-
Gets all the currently selected cells.
- getSelectedCellRow() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getSelectionBottomRow() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getSelectionLeftCol() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getSelectionRightCol() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getSelectionTopRow() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getSheet() - Method in class com.vaadin.addon.spreadsheet.command.SpreadsheetCommand
-
Returns the currently active sheet.
- getSheet() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetTable
-
Gets the Sheet this table belongs to.
- getSheetDisplayRange() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getSheetHandler() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getSheetJsniUtil() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getSheetNames() - Method in interface com.vaadin.addon.spreadsheet.client.FormulaBarHandler
-
- getSheetNames() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getSheetScrollLeft() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getSheetScrollTop() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getSheetWidget() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- getSize() - Method in enum com.vaadin.addon.spreadsheet.SpreadsheetStyleFactory.BorderStyle
-
Returns the thickness of this border
- getSpreadsheet() - Method in class com.vaadin.addon.spreadsheet.DefaultHyperlinkCellClickHandler
-
expose for subclasses
- getSpreadsheet() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Gets the Spreadsheet where this event happened.
- getSpreadsheet() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetTable
-
- getSpreadsheetComponentFactory() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the current SpreadsheetComponentFactory.
- getSpreadsheetHandler() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- getSpreadsheetHistoryManager() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the SpreadsheetHistoryManager for this Spreadsheet.
- getSpreadsheetStyleFactory() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the currently used style factory for this Spreadsheet.
- getState() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonConnector
-
- getState() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetConnector
-
- getState() - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
- getState(boolean) - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
- getState() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- getState(boolean) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- getStatusLabelValue() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the content of the status label
- getTabIndex() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- getTables() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets all the tables that have been registered to this Spreadsheet.
- getTablesForActiveSheet() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- getTopLeftPane() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getTopRightPane() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- getTopVisibleRowIndex() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Returns the first row index that is completely visible on the top.
- getTotalHeight(int) - Static method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- getTotalWidth(int) - Static method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- getType() - Method in class com.vaadin.addon.spreadsheet.command.SizeChangeCommand
-
Returns the type of size change this represents.
- getType() - Method in class com.vaadin.addon.spreadsheet.SheetChartWrapper
-
- getType() - Method in class com.vaadin.addon.spreadsheet.SheetImageWrapper
-
- getType() - Method in class com.vaadin.addon.spreadsheet.SheetOverlayWrapper
-
- getValue() - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- getValue() - Method in enum com.vaadin.addon.spreadsheet.SpreadsheetStyleFactory.BorderStyle
-
Returns the CSS name of this border style
- getVisibleSheetNames() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns an array containing the names of the currently visible sheets.
- getVisibleSheetPOIIndex(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns POI model based index for the given Spreadsheet sheet index.
- getVisibleValues() - Method in class com.vaadin.addon.spreadsheet.ItemFilter
-
Gets the currently NOT filtered cell values.
- getWidget() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonConnector
-
- getWidget() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetConnector
-
- getWidth(Sheet, int[], int) - Method in class com.vaadin.addon.spreadsheet.SheetChartWrapper
-
- getWidth(Sheet, int[], int) - Method in class com.vaadin.addon.spreadsheet.SheetOverlayWrapper
-
Calculates the width of the image.
- getWorkbook() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Note that modifications done directly with the POI Workbook API
will not get automatically updated into the Spreadsheet component.
- GroupingData - Class in com.vaadin.addon.spreadsheet.shared
-
Shared state for the grouping feature
- GroupingData() - Constructor for class com.vaadin.addon.spreadsheet.shared.GroupingData
-
- GroupingData(long, long, short, long, boolean) - Constructor for class com.vaadin.addon.spreadsheet.shared.GroupingData
-
- GroupingData(int, int, int, int, boolean) - Constructor for class com.vaadin.addon.spreadsheet.shared.GroupingData
-
- GroupingWidget - Class in com.vaadin.addon.spreadsheet.client
-
Class that represents a single column grouping indicator.
- GroupingWidget(int, GroupingWidget.GroupingHandler) - Constructor for class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- GroupingWidget.GroupingHandler - Interface in com.vaadin.addon.spreadsheet.client
-
- id - Variable in class com.vaadin.addon.spreadsheet.client.MergedRegion
-
- increaseHorizontalSelection(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SelectionHandler
-
- increaseVerticalSelection(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SelectionHandler
-
- individualSelectedCellsDeleted(List<CellReference>, Sheet, FormulaEvaluator, DataFormatter, ConditionalFormattingEvaluator) - Method in interface com.vaadin.addon.spreadsheet.Spreadsheet.CellDeletionHandler
-
Called if individually selected cell values have been deleted by the
user.
- infoLabelValue - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- init() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonConnector
-
- init() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetConnector
-
- initAllItemsCheckbox() - Method in class com.vaadin.addon.spreadsheet.ItemFilter
-
Creates the "Select All" filter component.
- initClearAllButtons() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetFilterTable
-
Creates the "Clear filters" buttons for the pop-ups.
- initComponents() - Method in class com.vaadin.addon.spreadsheet.ItemFilter
-
Create all components of the ItemFilter.
- initFilters() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetFilterTable
-
Creates all filters for this table.
- initialSheetSelection - Variable in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- initItemFilters() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetFilterTable
-
Creates item filters for this table.
- initLayouts() - Method in class com.vaadin.addon.spreadsheet.ItemFilter
-
Creates the base layout for the filter components.
- initOptions() - Method in class com.vaadin.addon.spreadsheet.ItemFilter
-
Creates the filter selection component.
- initPopupButtonListeners() - Method in class com.vaadin.addon.spreadsheet.ItemFilter
-
Initializes pop-up close listener for verifying that filter selections
match with what is currently shown.
- initPopupButtons() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetTable
-
Initializes the pop-up buttons of this table.
- InsertDeleteCellCommentAction - Class in com.vaadin.addon.spreadsheet.action
-
Spreadsheet action for inserting or deleting a comment to a cell.
- InsertDeleteCellCommentAction() - Constructor for class com.vaadin.addon.spreadsheet.action.InsertDeleteCellCommentAction
-
- insertNewRow() - Method in class com.vaadin.addon.spreadsheet.command.RowInsertOrDeleteCommand
-
- InsertNewRowAction - Class in com.vaadin.addon.spreadsheet.action
-
Spreadsheet action for inserting a new row to the sheet.
- InsertNewRowAction() - Constructor for class com.vaadin.addon.spreadsheet.action.InsertNewRowAction
-
- insertRule(StyleElement, String) - Method in class com.vaadin.addon.spreadsheet.client.SheetJsniUtil
-
Insert one CSS rule to the end of given stylesheet
- InsertTableAction - Class in com.vaadin.addon.spreadsheet.action
-
Spreadsheet action for inserting a new SpreadsheetTable.
- InsertTableAction() - Constructor for class com.vaadin.addon.spreadsheet.action.InsertTableAction
-
- invalidCellAddress() - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetClientRpc
-
- invalidCellAddress() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- invalidFormulaCells - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- invalidFormulaErrorMessage - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- isActive() - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
- isActiveSheetProtected() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the protection state of the current sheet.
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.addon.spreadsheet.action.DeleteRowAction
-
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.addon.spreadsheet.action.DeleteTableAction
-
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.addon.spreadsheet.action.EditCellCommentAction
-
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.addon.spreadsheet.action.HideHeaderAction
-
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.addon.spreadsheet.action.InsertDeleteCellCommentAction
-
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.addon.spreadsheet.action.InsertNewRowAction
-
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.addon.spreadsheet.action.InsertTableAction
-
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.addon.spreadsheet.action.MergeCellsAction
-
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.addon.spreadsheet.action.ShowHideCellCommentAction
-
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.addon.spreadsheet.action.SpreadsheetAction
-
Returns true if this action is possible for the given row/column header.
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.addon.spreadsheet.action.UnHideHeadersAction
-
- isApplicableForHeader(Spreadsheet, CellRangeAddress) - Method in class com.vaadin.addon.spreadsheet.action.UnMergeCellsAction
-
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.addon.spreadsheet.action.DeleteRowAction
-
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.addon.spreadsheet.action.DeleteTableAction
-
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.addon.spreadsheet.action.EditCellCommentAction
-
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.addon.spreadsheet.action.HideHeaderAction
-
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.addon.spreadsheet.action.InsertDeleteCellCommentAction
-
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.addon.spreadsheet.action.InsertNewRowAction
-
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.addon.spreadsheet.action.InsertTableAction
-
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.addon.spreadsheet.action.MergeCellsAction
-
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.addon.spreadsheet.action.ShowHideCellCommentAction
-
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.addon.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.addon.spreadsheet.action.UnHideHeadersAction
-
- isApplicableForSelection(Spreadsheet, Spreadsheet.SelectionChangeEvent) - Method in class com.vaadin.addon.spreadsheet.action.UnMergeCellsAction
-
- isAreaCompletelyVisible(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Is the given area currently visible completely.
- isCellCompletelyVisible(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Is the given cell currently visible completely.
- isCellEditable(Cell) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the editable state of the given cell.
- isCellHidden(Cell) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the visibility state of the given cell.
- isCellInRange(CellReference, CellRangeAddress) - Static method in class com.vaadin.addon.spreadsheet.SpreadsheetUtil
-
Determines whether the given cell is within the given range.
- isCellLocked(Cell) - Method in class com.vaadin.addon.spreadsheet.action.SpreadsheetAction
-
Returns the locking status of the given cell.
- isCellLocked(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isCellLocked(Cell) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the locked state of the given cell.
- isCellRendered(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Is the given cell currently rendered.
- isCellRenderedInBottomLeftPane(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Is the cell currently rendered in bottom left pane.
- isCellRenderedInScrollPane(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isCellRenderedInTopLeftPane(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Is the cell currently rendered in top left pane.
- isCellRenderedInTopRightPane(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Is the cell currently rendered in top right pane.
- isChartsEnabled() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Returns true if embedded charts are displayed
- isCoherentSelection() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isCollapsed() - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- isColProtected(int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- isColProtected(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- isCols() - Method in class com.vaadin.addon.spreadsheet.client.ColumnGrouping
-
- isCols() - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- isCols() - Method in class com.vaadin.addon.spreadsheet.client.RowGrouping
-
- isColumnHidden(int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Returns whether the given column is hidden.
- isColumnHidden(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- isColumnHidden(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the visibility state of the given column.
- isEditingCell() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isEditingFormula() - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
If the user has focused an editor field, and the editor field contains a
formula.
- isEventInCustomEditorCell(Event) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isFormulaFormat(String) - Method in class com.vaadin.addon.spreadsheet.FormulaFormatter
-
- isFrozenCellRendered(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Is the cell currently rendered in any of the frozen panes.
- isFunctionBarVisible() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the visibility of the top function bar.
- isGridlinesVisible() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets grid line visibility for the currently active sheet.
- isHeader(String) - Method in class com.vaadin.addon.spreadsheet.client.SheetJsniUtil
-
returns 1 for row 2 for column 0 for not header
- isHeaderHidden() - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
Tells if the pop-up header is currently hidden.
- isHidden() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonHeader
-
- isHyperlinkFormulaCell(Cell) - Static method in class com.vaadin.addon.spreadsheet.DefaultHyperlinkCellClickHandler
-
Returns true if the cell contains a hyperlink function.
- isInFullFocus() - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- isInlineEdit() - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- isInversed() - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- isKeyboardNavigationEnabled() - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
If arrow key events should be processed normally, or as cell selection
for the formula.
- isMouseButtonDownAndSelecting() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isNumberChar(Character, Locale) - Method in class com.vaadin.addon.spreadsheet.FormulaFormatter
-
- isOverflowDirty() - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- isPercentage - Variable in class com.vaadin.addon.spreadsheet.client.CellData
-
- isPopupHeaderHidden() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
- isPopupOpen() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
- isRangeEditable(CellRangeAddress) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Tells whether the given cell range is editable or not.
- isRangeEditable(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Determines if the given cell range is editable or not.
- isReportStyle() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the state of the report style.
- isRerenderPending() - Method in class com.vaadin.addon.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.addon.spreadsheet.Spreadsheet
-
Gets row and column heading visibility for the currently active sheet.
- isRowHidden(int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Returns whether the given row is hidden.
- isRowHidden(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- isRowHidden(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the visibility state of the given row.
- isRowProtected(int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- isRowProtected(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- isSelectedCellCompletelyVisible() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isSelectedCellCustomized() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isSelectedCellPergentage() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isSelectedCellRendered() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isSelectionAreaCompletelyVisible() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isSelectionRangeOutlineVisible() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isSheetElement(Element) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isSheetProtected(Spreadsheet) - Method in class com.vaadin.addon.spreadsheet.action.SpreadsheetAction
-
Returns the protection status of the given spreadsheet.
- isSheetProtected(Sheet) - Method in class com.vaadin.addon.spreadsheet.action.SpreadsheetAction
-
Returns the protection status of the given sheet.
- isSheetProtected() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- isSheetProtected() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- isSheetProtected(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the protection state of the sheet at the given POI index.
- isSheetSelectionBarVisible() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Gets the visibility of the bottom sheet selection bar.
- isTableSheetCurrentlyActive() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetTable
-
Returns true if the spreadsheet component is currently displaying the
sheet that this table belongs to.
- isTouchMode() - Method in interface com.vaadin.addon.spreadsheet.client.FormulaBarHandler
-
- isTouchMode() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- isTouchMode() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- isValidFormulaFormat(String, Locale) - Method in class com.vaadin.addon.spreadsheet.FormulaFormatter
-
Rudimentary checks if the given string could be a valid formula
- isVisible() - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- isVisible(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.SheetOverlayWrapper
-
Determines if this image should be visible within the given visible area.
- isVisible() - Method in class com.vaadin.addon.spreadsheet.SheetOverlayWrapper
-
Gets the visibility state of this overlay in the current spreadsheet
view.
- ItemFilter - Class in com.vaadin.addon.spreadsheet
-
A simple filter for spreadsheet filtering table, filtering cell values with
checkboxes.
- ItemFilter(CellRangeAddress, Spreadsheet, PopupButton, SpreadsheetFilterTable) - Constructor for class com.vaadin.addon.spreadsheet.ItemFilter
-
Constructs a new item filter for the given spreadsheet, filtering range,
pop-up button and filtering table.
- iterator() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- iterator() - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
- iterator() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- ON_ROW_ON_ROW_HEADER_DOUBLE_CLICK - Static variable in interface com.vaadin.addon.spreadsheet.Spreadsheet.RowHeaderDoubleClickListener
-
- onActionOnColumnHeader(String) - Method in class com.vaadin.addon.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.addon.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.addon.spreadsheet.ContextMenuManager
-
This method is called when an action has been selected on top of a row
header.
- onAddressEntered(String) - Method in interface com.vaadin.addon.spreadsheet.client.FormulaBarHandler
-
- onAddressEntered(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onAddressFieldEsc() - Method in interface com.vaadin.addon.spreadsheet.client.FormulaBarHandler
-
- onAddressFieldEsc() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onAttach() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- onBlur(BlurEvent) - Method in class com.vaadin.addon.spreadsheet.client.SheetInputEventListener
-
- onBrowserEvent(Event) - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- onBrowserEvent(Event) - Method in class com.vaadin.addon.spreadsheet.client.PasteAwareTextBox
-
- onBrowserEvent(Event) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonHeader
-
- onBrowserEvent(Event) - Method in class com.vaadin.addon.spreadsheet.client.SheetEventListener
-
- onCellAddToSelectionAndSelected(int, int) - Method in class com.vaadin.addon.spreadsheet.CellSelectionManager
-
Adds the cell at the given coordinates to the current selection.
- onCellClick(int, int, String, boolean, boolean, boolean) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onCellClick(int, int, String, boolean, boolean, boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onCellCommentFocus(CellComment) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- onCellDoubleClick(int, int, String) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onCellDoubleClick(int, int, String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onCellInputBlur(String) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onCellInputBlur(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onCellInputCancel() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onCellInputCancel() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onCellInputEnter(String, boolean) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onCellInputEnter(String, boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onCellInputFocus() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onCellInputFocus() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onCellInputTab(String, boolean) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onCellInputTab(String, boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onCellInputValueChange(String) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onCellInputValueChange(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onCellRangePainted(int, int, int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.CellSelectionManager
-
Sets the given range and starting point as the current selection.
- onCellRangeSelected(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.CellSelectionManager
-
Sets the given range as the current selection.
- onCellRightClick(NativeEvent, int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Called on right mouse button click on top of some cell.
- onCellRightClick(NativeEvent, int, int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onCellsAddedToRangeSelection(int, int, int, int) - Method in class com.vaadin.addon.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.addon.spreadsheet.CellSelectionManager
-
Sets/adds the cell at the given coordinates as/to the current selection.
- onCellSelectedWithKeyboard(int, int, String, MergedRegion) - Method in class com.vaadin.addon.spreadsheet.client.SelectionHandler
-
- onCellStyleWidthRatioUpdate(HashMap<Integer, Float>) - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Sets the cell style width ratio map
- onCellValueChange(int, int, String) - Method in class com.vaadin.addon.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.addon.spreadsheet.Spreadsheet.CellValueChangeListener
-
This is called when user changes the cell value in Spreadsheet.
- onClick(ClickEvent) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonConnector
-
- onClick(ClickEvent) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
- onClick(ClickEvent) - Method in class com.vaadin.addon.spreadsheet.client.SheetInputEventListener
-
- onClose(CloseEvent<PopupPanel>) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonConnector
-
- onColumnAddedToSelection(int, int) - Method in class com.vaadin.addon.spreadsheet.CellSelectionManager
-
This is called when a column has been added to the current selection
- onColumnAutofit(int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Column autofit with double click on the column header resizing area.
- onColumnAutofit(int) - Method in class com.vaadin.addon.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.addon.spreadsheet.SpreadsheetHandlerImpl
-
- onColumnHeaderClick(int, boolean, boolean) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onColumnHeaderClick(int, boolean, boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onColumnHeaderContextMenuOpen(int) - Method in class com.vaadin.addon.spreadsheet.ContextMenuManager
-
This method is called when a context menu event has happened on top of a
column header.
- onColumnHeaderResizeDoubleClick(int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Triggered when a column header receives a double-click.
- onColumnHeaderResizeDoubleClick(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onColumnHeaderRightClick(NativeEvent, int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Called on right mouse button click on top of a column header.
- onColumnHeaderRightClick(NativeEvent, int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onColumnSelected(int, int) - Method in class com.vaadin.addon.spreadsheet.CellSelectionManager
-
This is called when a column has made the current selection
- onColumnsResized(Map<Integer, Integer>) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Triggered after column resize.
- onColumnsResized(Map<Integer, Integer>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonConnector
-
- onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetConnector
-
- onConnectorInit() - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetServerRpc
-
Called when the client side connector has been initialized.
- onConnectorInit() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
This is called when the client-side connector has been initialized.
- onConnectorInit() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- onContextMenuOpenOnSelection(int, int) - Method in class com.vaadin.addon.spreadsheet.ContextMenuManager
-
This method is called when a context menu event has happened on any cell
of the target Spreadsheet.
- onCopy() - Method in class com.vaadin.addon.spreadsheet.client.CopyPasteHandlerImpl
-
- onCopy() - Method in interface com.vaadin.addon.spreadsheet.client.CopyPasteTextBox.CopyPasteHandler
-
Called when user has performed a copy operation.
- onCustomEditorDisplayed(Cell, int, int, Spreadsheet, Sheet, Component) - Method in interface com.vaadin.addon.spreadsheet.SpreadsheetComponentFactory
-
This method is called when a cell with a custom editor is displayed (the
cell is selected).
- onCut() - Method in class com.vaadin.addon.spreadsheet.client.CopyPasteHandlerImpl
-
- onCut() - Method in interface com.vaadin.addon.spreadsheet.client.CopyPasteTextBox.CopyPasteHandler
-
Called when user has performed a copy operation.
- onDeleteSelectedCells() - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Deletes the currently selected cells' values.
- onDestroy() - Method in class com.vaadin.addon.spreadsheet.client.CopyPasteTextBox
-
Removes the registration of the handler responsible for native events
- onDetach() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
- onFiltersUpdated() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetFilterTable
-
- onFinishedSelectingCellsWithDrag(int, int, int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onFinishedSelectingCellsWithDrag(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onFirstTabIndexChange(int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetTabSheet.SheetTabSheetHandler
-
- onFirstTabIndexChange(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onFocus(FocusEvent) - Method in class com.vaadin.addon.spreadsheet.client.SheetInputEventListener
-
- onFormulaEnter(String) - Method in interface com.vaadin.addon.spreadsheet.client.FormulaBarHandler
-
- onFormulaEnter(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onFormulaEsc() - Method in interface com.vaadin.addon.spreadsheet.client.FormulaBarHandler
-
- onFormulaEsc() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onFormulaFieldBlur(String) - Method in interface com.vaadin.addon.spreadsheet.client.FormulaBarHandler
-
- onFormulaFieldBlur(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onFormulaFieldFocus(String) - Method in interface com.vaadin.addon.spreadsheet.client.FormulaBarHandler
-
Swap the cell data to the value if it is a formula.
- onFormulaFieldFocus(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onFormulaTab(String, boolean) - Method in interface com.vaadin.addon.spreadsheet.client.FormulaBarHandler
-
- onFormulaTab(String, boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onFormulaValueChange(String) - Method in interface com.vaadin.addon.spreadsheet.client.FormulaBarHandler
-
- onFormulaValueChange(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onFormulaValueChange(Spreadsheet.FormulaValueChangeEvent) - Method in interface com.vaadin.addon.spreadsheet.Spreadsheet.FormulaValueChangeListener
-
This is called when user changes the cell value in Spreadsheet.
- onHyperLinkCellClick(Cell, Hyperlink) - Method in class com.vaadin.addon.spreadsheet.DefaultHyperlinkCellClickHandler
-
Called when a hyperlink cell has been clicked.
- onHyperLinkCellClick(Cell, Hyperlink) - Method in interface com.vaadin.addon.spreadsheet.Spreadsheet.HyperlinkCellClickHandler
-
Called when a hyperlink cell has been clicked.
- onKeyDown(KeyDownEvent) - Method in class com.vaadin.addon.spreadsheet.client.SheetInputEventListener
-
- onKeyPress(KeyPressEvent) - Method in class com.vaadin.addon.spreadsheet.client.SheetInputEventListener
-
- onLinkCellClick(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onLinkCellClick(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onMouseDown(MouseDownEvent) - Method in class com.vaadin.addon.spreadsheet.client.SheetInputEventListener
-
- onMouseMoveWhenSelectingCells(Event) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- onMouseUp(MouseUpEvent) - Method in class com.vaadin.addon.spreadsheet.client.SheetInputEventListener
-
- onNewSheetCreated() - Method in interface com.vaadin.addon.spreadsheet.client.SheetTabSheet.SheetTabSheetHandler
-
- onNewSheetCreated() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onNewSheetCreated(int, int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
This method is called when the creation of a new sheet has been
requested.
- onPaste(String) - Method in class com.vaadin.addon.spreadsheet.client.CopyPasteHandlerImpl
-
- onPaste(String) - Method in interface com.vaadin.addon.spreadsheet.client.CopyPasteTextBox.CopyPasteHandler
-
Called when the user has performed a paste operation.
- onPaste(String) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Client pasted text at current selection.
- onPaste(String) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- onPopupButtonClick() - Method in interface com.vaadin.addon.spreadsheet.client.PopupButtonServerRpc
-
Called when the button has been clicked, and the pop-up has been opened.
- onPopupClose() - Method in interface com.vaadin.addon.spreadsheet.client.PopupButtonServerRpc
-
Called after the pop-up has been closed.
- onPopupClose(PopupButton.PopupCloseEvent) - Method in interface com.vaadin.addon.spreadsheet.PopupButton.PopupCloseListener
-
- onPopupOpen(PopupButton.PopupOpenEvent) - Method in interface com.vaadin.addon.spreadsheet.PopupButton.PopupOpenListener
-
Called when a
PopupButton has been clicked and the pop-up has
been opened.
- onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class com.vaadin.addon.spreadsheet.client.CopyPasteTextBox
-
- onRedo() - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Client pressed redo ctrl/meta+y
- onRedo() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- onRedoPress() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onRedoPress() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onRowAddedToRangeSelection(int, int) - Method in class com.vaadin.addon.spreadsheet.CellSelectionManager
-
This is called when a row has been added to the current selection
- onRowAutofit(int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Row autofit with double click on the row header resizing area.
- onRowAutofit(int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- onRowHeaderClick(int, boolean, boolean) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onRowHeaderClick(int, boolean, boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onRowHeaderContextMenuOpen(int) - Method in class com.vaadin.addon.spreadsheet.ContextMenuManager
-
This method is called when a context menu event has happened on top of a
row header.
- onRowHeaderDoubleClick(int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Triggered when a row header receives a double-click.
- onRowHeaderDoubleClick(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onRowHeaderDoubleClick(int) - Method in class com.vaadin.addon.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.addon.spreadsheet.Spreadsheet.RowHeaderDoubleClickListener
-
This method is called when the user doubleclicks on the border of a
row header
- onRowHeaderRightClick(NativeEvent, int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Called on right mouse button click on top of a row header.
- onRowHeaderRightClick(NativeEvent, int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onRowSelected(int, int) - Method in class com.vaadin.addon.spreadsheet.CellSelectionManager
-
This is called when a row has been made the current selection
- onRowsResized(Map<Integer, Float>) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Triggered after row resize.
- onRowsResized(Map<Integer, Float>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onScrollViewChanged(int, int, int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onScrollViewChanged(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onSelectingCellsWithDrag(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onSelectingCellsWithDrag(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onSelectionChange(Spreadsheet.SelectionChangeEvent) - Method in interface com.vaadin.addon.spreadsheet.Spreadsheet.SelectionChangeListener
-
This is called when user changes cell selection.
- onSelectionDecreasePainted(int, int) - Method in class com.vaadin.addon.spreadsheet.CellSelectionShifter
-
This method will be called when the user does a "shift" that decreases
the amount of selected cells.
- onSelectionDecreasePainted(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onSelectionDecreasePainted(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onSelectionIncreasePainted(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.CellSelectionShifter
-
This method will be called when the user does a "shift" that increases
the amount of selected cells.
- onSelectionIncreasePainted(int, int, int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onSelectionIncreasePainted(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onSheetAddressChanged(String, boolean) - Method in class com.vaadin.addon.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.addon.spreadsheet.Spreadsheet.SheetChangeListener
-
This method is called an all registered listeners when the selected
sheet has changed.
- onSheetKeyPress(NativeEvent, String) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onSheetKeyPress(NativeEvent, String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onSheetMouseDown(Event) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- onSheetMouseMove(Event) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- onSheetMouseOverOrOut(Event) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
This is using a delayed execution because we don't want to try to do
stuff when it is unnecessary.
- onSheetPaste(String) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
Called when user pastes something inside the sheet.
- onSheetPaste(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onSheetRename(int, String) - Method in interface com.vaadin.addon.spreadsheet.client.SheetTabSheet.SheetTabSheetHandler
-
- onSheetRename(int, String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onSheetRename(int, String) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
This method is called when a request to rename a sheet has been made.
- onSheetRenameCancel() - Method in interface com.vaadin.addon.spreadsheet.client.SheetTabSheet.SheetTabSheetHandler
-
- onSheetRenameCancel() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onSheetScroll(Event) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- onSheetScroll(int, int, int, int) - Method in interface com.vaadin.addon.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.addon.spreadsheet.Spreadsheet
-
This method is called when the sheet is scrolled.
- onSheetScroll(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- onSheetSelected(int, int, int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
This method will be called when a selected sheet change is requested.
- onSheetTabSelected(int) - Method in interface com.vaadin.addon.spreadsheet.client.SheetTabSheet.SheetTabSheetHandler
-
- onSheetTabSelected(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onSheetTabSheetFocus() - Method in interface com.vaadin.addon.spreadsheet.client.SheetTabSheet.SheetTabSheetHandler
-
- onSheetTabSheetFocus() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonConnector
-
- onStateChanged(StateChangeEvent) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetConnector
-
- onUndo() - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Client pressed undo ctrl/meta+z
- onUndo() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- onUndoPress() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- onUndoPress() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- onUnload() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- onUnregister() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetConnector
-
- onWidgetResize() - Method in class com.vaadin.addon.spreadsheet.client.SheetTabSheet
-
- onWidgetResize() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- openExternalLink(String) - Method in enum com.vaadin.addon.spreadsheet.DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle
-
open external link
- openExternalLink(String) - Method in class com.vaadin.addon.spreadsheet.DefaultHyperlinkCellClickHandler
-
- openPopup() - Method in interface com.vaadin.addon.spreadsheet.client.PopupButtonClientRpc
-
Opens the popup if the button is rendered.
- openPopup() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
- openPopup() - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
Opens the pop-up if the button is currently rendered in the visible area
of the Spreadsheet.
- openPopupOverlay() - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
- org.apache.poi.ss.formula - package org.apache.poi.ss.formula
-
- originalValue - Variable in class com.vaadin.addon.spreadsheet.client.CellData
-
- overlayChanged() - Method in interface com.vaadin.addon.spreadsheet.SheetOverlayWrapper.OverlayChangeListener
-
- OverlayInfo - Class in com.vaadin.addon.spreadsheet.client
-
- OverlayInfo() - Constructor for class com.vaadin.addon.spreadsheet.client.OverlayInfo
-
- OverlayInfo(OverlayInfo.Type) - Constructor for class com.vaadin.addon.spreadsheet.client.OverlayInfo
-
- OverlayInfo.Type - Enum in com.vaadin.addon.spreadsheet.client
-
- overlays - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- read(File) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Reinitializes the component from the given Excel file.
- read(InputStream) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Reinitializes the component from the given input stream.
- readDesign(Element, DesignContext) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- redo() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHistoryManager
-
Does redo if possible.
- reFormatFormulaValue(String, Locale) - Method in class com.vaadin.addon.spreadsheet.FormulaFormatter
-
Convert from a non-localized format to a localized.
- refreshAllCellValues() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Forces recalculation and update to the client side for values of all of
the sheet's cells.
- refreshAlwaysVisibleCellCommentOverlays() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- refreshCells(Cell...) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Refreshes the given cell(s).
- refreshCells(Collection<Cell>) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Refreshes the given cell(s).
- refreshCellStyles() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- refreshCellStyles() - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetClientRpc
-
- refreshCellStyles() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- refreshCurrentCellCommentOverlay() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- refreshOverlayPositions() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- refreshPopupButtonOverlays() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- refreshPositionAccordingToCellRightCorner() - Method in class com.vaadin.addon.spreadsheet.client.CellComment
-
- registerFilter(PopupButton, SpreadsheetFilter) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetFilterTable
-
Registers a new filter to this filter table and adds it inside the given
pop-up button.
- registerHandler() - Method in class com.vaadin.addon.spreadsheet.client.CopyPasteTextBox
-
Register this instance to listen to all native events
- registerTable(SpreadsheetTable) - Method in class com.vaadin.addon.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.addon.spreadsheet.SpreadsheetUtil
-
- relayoutSheet(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- relayoutSheet() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- reload - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
should the sheet be reloaded on client side
- reload() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Reloads all data from the current spreadsheet and performs a full
re-render.
- reload() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetFilterTable
-
Reloads all the pop-up buttons and the pop-up contents (filters).
- reload() - Method in class com.vaadin.addon.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.addon.spreadsheet.SpreadsheetStyleFactory
-
Reloads all styles for the currently active sheet.
- reloadActiveSheetColumnRowStyles() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetStyleFactory
-
- reloadActiveSheetData() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Clears and reloads all data related to the currently active sheet.
- reloadActiveSheetStyles() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Reloads all the styles for the currently active sheet.
- reloadAllMergedRegions() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Discards all current merged regions for the sheet and reloads them from
the POI model.
- reloadCurrentSelection() - Method in class com.vaadin.addon.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.addon.spreadsheet.Spreadsheet
-
Call this to force the spreadsheet to reload the currently viewed cell
contents.
- reloadWorkbookStyles() - Method in class com.vaadin.addon.spreadsheet.SpreadsheetStyleFactory
-
Reloads all sheet and cell styles from the current Workbook.
- remove(Widget) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- removeActionHandler(Action.Handler) - Method in class com.vaadin.addon.spreadsheet.ContextMenuManager
-
Removes the given context menu action handler from the target
spreadsheet.
- removeActionHandler(Action.Handler) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- removeAllTabs() - Method in class com.vaadin.addon.spreadsheet.client.SheetTabSheet
-
- removeCell(int, int, boolean) - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Removes an individual cell from the Spreadsheet and the underlying POI
model.
- removeCellCommentMark() - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- removeCells(int, int, int, int, boolean) - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Removes all the cells within the given bounds from the Spreadsheet and
the underlying POI model.
- removeCellValueChangeListener(Spreadsheet.CellValueChangeListener) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- removeCustomCellEditor() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- removeDefaultActionHandler() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- removeFreezePane() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Removes the freeze pane from the currently active sheet if one is
present.
- removeHyperlink(Cell, Sheet) - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Removes hyperlink from the given cell
- removeInvalidFormulaIndicator() - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- removeMergedRegion(MergedRegion, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- removeMergedRegion(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Removes a merged region with the given index.
- removePopupButton() - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- removePopupButton(PopupButtonWidget) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- removePopupButton(PopupButtonWidget) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- removePopupCloseListener(PopupButton.PopupCloseListener) - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
- removePopupComponent(Widget) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
- removePopupOpenListener(PopupButton.PopupOpenListener) - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
- removeProtectedEditListener(Spreadsheet.ProtectedEditListener) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- removeSelectionChangeListener(Spreadsheet.SelectionChangeListener) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- removeSheetChangeListener(Spreadsheet.SheetChangeListener) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- removeSheetOverlay(String) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- removeShiftedCellBorderStyles() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- removeSpreadsheetAction(SpreadsheetAction) - Method in class com.vaadin.addon.spreadsheet.action.SpreadsheetDefaultActionHandler
-
Removes the given SpreadsheetAction from this handler.
- removeStyles() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
For internal use.
- removeVisibleCellComment(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- replaceAsSelectedCells(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Marks the given interval as selected (highlighted background), replaces
old selected cells.
- replaceHeadersAsSelected(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Replaces the currently marked selected headers (highlighted) with the
given intervals.
- replaceSelector(StyleElement, String, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetJsniUtil
-
- requestCells() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- reSelectSelectedCell() - Method in class com.vaadin.addon.spreadsheet.CellSelectionManager
-
Reselects the currently selected single cell
- reset() - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Disposes the current Workbook, if any, and loads a new empty XSLX
Workbook.
- resetFromModel(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Set the model that stores the contents of the spreadsheet.
- revertCellAddressValue() - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- revertCellValue() - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- row - Variable in class com.vaadin.addon.spreadsheet.client.CellData
-
- row - Variable in class com.vaadin.addon.spreadsheet.client.OverlayInfo
-
- row - Variable in class com.vaadin.addon.spreadsheet.client.PopupButtonState
-
1-based
- row1 - Variable in class com.vaadin.addon.spreadsheet.client.MergedRegion
-
- row2 - Variable in class com.vaadin.addon.spreadsheet.client.MergedRegion
-
- rowAddedToRangeSelection(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Complete row added to previous range selection.
- rowAddedToRangeSelection(int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- rowBufferSize - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- RowGrouping - Class in com.vaadin.addon.spreadsheet.client
-
Class that represents a single row grouping indicator.
- RowGrouping(int, GroupingWidget.GroupingHandler) - Constructor for class com.vaadin.addon.spreadsheet.client.RowGrouping
-
- rowGroupingData - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- rowGroupingInversed - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- rowGroupingMax - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- rowH - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- rowHeaderContextMenu(NativeEvent, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetWidget.SheetContextMenuHandler
-
Right click (event) on top of row header at the index
- rowHeaderContextMenuOpen(int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetServerRpc
-
Context menu should be created for the row.
- rowHeaderContextMenuOpen(int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- RowHeaderDoubleClickEvent(Component, int) - Constructor for class com.vaadin.addon.spreadsheet.Spreadsheet.RowHeaderDoubleClickEvent
-
- rowIndexToStyleIndex - Variable in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- rowIndexToStyleIndex - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- RowInsertOrDeleteCommand - Class in com.vaadin.addon.spreadsheet.command
-
Command to insert or delete a row
- RowInsertOrDeleteCommand(Spreadsheet, CellRangeAddress) - Constructor for class com.vaadin.addon.spreadsheet.command.RowInsertOrDeleteCommand
-
- rows - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- rowSelected(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Complete row selected.
- rowSelected(int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- rowsResized(Map<Integer, Float>, int, int, int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Rows resized with header drag and drop.
- rowsResized(Map<Integer, Float>, int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- rpc - Variable in class com.vaadin.addon.spreadsheet.client.PopupButtonConnector
-
- runCellMatcher(ConditionalFormatting, ConditionalFormattingRule, int) - Method in class com.vaadin.addon.spreadsheet.ConditionalFormatter
-
Goes through the cells specified in the given formatting, and checks if
each rule matches.
- scrollAreaIntoView(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Scrolls the sheet to show the given area, or as much of it as fits into
the view.
- scrollCellIntoView(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Scrolls the sheet to show the given cell, then triggers escalator for
updating cells if necessary.
- scrollSelectedCellIntoView() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- scrollSelectionAreaIntoView() - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- selectAll() - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- selectAll() - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- selectCell(String, int, int, String, boolean, boolean, boolean) - Method in class com.vaadin.addon.spreadsheet.client.SelectionHandler
-
- selectCell(String, int, int, String, boolean, boolean, boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- selectCellRange(String, int, int, int, int, int, int, boolean) - Method in class com.vaadin.addon.spreadsheet.client.SelectionHandler
-
- selectCellRange(String, int, int, int, int, int, int, boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- selectedcellCol - Variable in class com.vaadin.addon.spreadsheet.command.CellValueCommand
-
- selectedCellRange - Variable in class com.vaadin.addon.spreadsheet.command.CellValueCommand
-
- selectedCellRow - Variable in class com.vaadin.addon.spreadsheet.command.CellValueCommand
-
- SELECTION_CHANGE_METHOD - Static variable in interface com.vaadin.addon.spreadsheet.Spreadsheet.ProtectedEditListener
-
- SELECTION_CHANGE_METHOD - Static variable in interface com.vaadin.addon.spreadsheet.Spreadsheet.SelectionChangeListener
-
- SelectionChangeEvent(Component, CellReference, List<CellReference>, CellRangeAddress, List<CellRangeAddress>) - Constructor for class com.vaadin.addon.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Creates a new selection change event.
- selectionDecreasePainted(int, int) - Method in interface com.vaadin.addon.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.addon.spreadsheet.SpreadsheetHandlerImpl
-
- SelectionHandler - Class in com.vaadin.addon.spreadsheet.client
-
Class that handles finer details of cell selection inside the Spreadsheet.
- SelectionHandler(SpreadsheetWidget, SheetWidget) - Constructor for class com.vaadin.addon.spreadsheet.client.SelectionHandler
-
- selectionIncreasePainted(int, int, int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
The new selection that was painted from the old.
- selectionIncreasePainted(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- SelectionWidget - Class in com.vaadin.addon.spreadsheet.client
-
- SelectionWidget(SheetHandler, SheetWidget) - Constructor for class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- sendUpdates() - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetConnector.CommsTrigger
-
- SeparatorToken(char) - Constructor for class com.vaadin.addon.spreadsheet.FormulaFormatter.SeparatorToken
-
- setActiveSheetIndex(int) - Method in interface com.vaadin.addon.spreadsheet.command.Command
-
Sets the sheet at the given index the currently active sheet.
- setActiveSheetIndex(int) - Method in class com.vaadin.addon.spreadsheet.command.SpreadsheetCommand
-
- setActiveSheetIndex(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the currently active sheet within the sheets that are visible.
- setActiveSheetProtected(String) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the protection enabled with the given password for the currently
active sheet.
- setActiveSheetWithPOIIndex(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the currently active sheet.
- setAuthor(String) - Method in class com.vaadin.addon.spreadsheet.client.CellComment
-
- setCaption(String) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonHeader
-
- setCellComments(HashMap<String, String>, HashMap<String, String>) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setCellComments(HashMap<String, String>, HashMap<String, String>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setCellCommentVisible(boolean, String) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setCellDeletionHandler(Spreadsheet.CellDeletionHandler) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- setCellFormulaValue(String) - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- setCellLinks(HashMap<String, String>) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setCellPlainValue(String) - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- setCellStyleToCSSStyle(HashMap<Integer, String>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setCellStyleWidthRatios(HashMap<Integer, Float>) - Method in interface com.vaadin.addon.spreadsheet.client.SheetHandler
-
- setCellStyleWidthRatios(HashMap<Integer, Float>) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
- setCellStyleWidthRatios(HashMap<Integer, Float>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setCellStyleWidthRatios(HashMap<Integer, Float>) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- setCellValueHandler(Spreadsheet.CellValueHandler) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- setChartCreator(ChartCreator) - Static method in class com.vaadin.addon.spreadsheet.SheetChartWrapper
-
- setChartsEnabled(boolean) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Use this method to define whether embedded charts should be displayed in
the spreadsheet or not.
- setCoherentSelection(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setCol(int) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
1-based
- setColBeforeMergedCell(int) - Method in class com.vaadin.addon.spreadsheet.client.SelectionHandler
-
- setColBufferSize(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the column buffer size.
- setColGroupingData(List<GroupingData>) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setColGroupingData(List<GroupingData>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setColGroupingInversed(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setColGroupingInversed(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setColGroupingMax(int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setColGroupingMax(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setCollapsed(boolean) - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- setCols(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setColumnBufferSize(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setColumnHidden(int, boolean) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Hides or shows the given column, see
Sheet.setColumnHidden(int, boolean).
- setColumnIndexToStyleIndex(HashMap<Integer, Integer>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setColumnWidth(int, int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the column width in pixels (using conversion) for the currently
active sheet.
- setColW(int[]) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setCommentAuthorProvider(Spreadsheet.CommentAuthorProvider) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the given CommentAuthorProvider to this Spreadsheet.
- setCommentText(String) - Method in class com.vaadin.addon.spreadsheet.client.CellComment
-
- setCommsTrigger(SpreadsheetConnector.CommsTrigger) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setConditionalFormattingStyles(HashMap<Integer, String>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setContent(Component) - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
Set the contents of the popup.
- setCustomCellDeletionHandler(Spreadsheet.CellDeletionHandler) - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Sets the current CellDeletionHandler
- setCustomCellValueHandler(Spreadsheet.CellValueHandler) - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
Sets the current CellValueHandler
- setCustomEditorFactory(SpreadsheetCustomEditorFactory) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setDataFormatter(DataFormatter) - Method in class com.vaadin.addon.spreadsheet.CellValueManager
-
- setDefaultColumnCount(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the default column count for new sheets.
- setDefaultColumnWidth(int) - Method in class com.vaadin.addon.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() and
Sheet.getDefaultColumnWidth().
- setDefaultPercentageFormat(String) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the formatting string that is used when a user enters percentages
into the Spreadsheet.
- setDefaultRowCount(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the default row count for new sheets.
- setDefaultRowHeight(float) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- setDefColW(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setDefRowH(float) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setDisplayGridlines(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setDisplayGridlines(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setDisplayRowColHeadings(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setDisplayRowColHeadings(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setEditMode(boolean) - Method in class com.vaadin.addon.spreadsheet.client.CellComment
-
- setFillMode(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- setFirstVisibleTab(int) - Method in class com.vaadin.addon.spreadsheet.client.SheetTabSheet
-
- setFocused(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setFormulaCellRange(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
Set a cell range in the formula.
- setFormulaFieldEnabled(boolean) - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- setFunctionBarVisible(boolean) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the visibility of the top function bar.
- setGridlinesVisible(boolean) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets grid line visibility for the currently active sheet.
- setGroupingCollapsed(boolean, int, boolean) - Method in interface com.vaadin.addon.spreadsheet.client.GroupingWidget.GroupingHandler
-
- setGroupingCollapsed(boolean, int, boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setGroupingCollapsed(boolean, int, boolean) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Controls if a column group is collapsed or not.
- setGroupingCollapsed(boolean, int, boolean) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- setHeaderHidden(boolean) - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
Sets the pop-up header visible or hidden.
- setHeight(String) - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- setHeight(float) - Method in class com.vaadin.addon.spreadsheet.client.SheetOverlay
-
- setHeight(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setHidden(boolean) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonHeader
-
- setHiddenColumnIndexes(ArrayList<Integer>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setHiddenRowIndexes(ArrayList<Integer>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setHistorySize(int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHistoryManager
-
Changes the history size.
- setHorizontalScrollPositions(int[]) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setHorizontalSplitPosition(int) - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- setHorizontalSplitPosition(int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setHorizontalSplitPosition(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setHyperlinkCellClickHandler(Spreadsheet.HyperlinkCellClickHandler) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- setHyperlinksTooltips(HashMap<String, String>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setId(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setIndex(int) - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- setInfoLabelValue(String) - Method in class com.vaadin.addon.spreadsheet.client.SheetTabSheet
-
Sets the content of the info label.
- setInfoLabelValue(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
Sets the content of the info label.
- setInFullFocus(boolean) - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- setInlineEdit(boolean) - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- setInvalidFormulaCells(Set<String>) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setInvalidFormulaCells(Set<String>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setInvalidFormulaErrorMessage(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setInvalidFormulaErrorMessage(String) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- setInvalidFormulaMessage(String) - Method in class com.vaadin.addon.spreadsheet.client.CellComment
-
- setInvalidFormulaMessage(String) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setInversed(boolean) - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- setLocale(Locale) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- setLocaleDecimalSymbols(DecimalFormatSymbols) - Method in class com.vaadin.addon.spreadsheet.CellValueFormatter
-
- setLocation(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetOverlay
-
- setLockedColumnIndexes(Set<Integer>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setLockedRowIndexes(Set<Integer>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setLockFormatColumns(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
Enable or disable Formatting columns locking.
- setLockFormatRows(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
Enable or disable Formatting rows locking.
- setMargin(double) - Method in class com.vaadin.addon.spreadsheet.client.ColumnGrouping
-
- setMargin(double) - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- setMargin(double) - Method in class com.vaadin.addon.spreadsheet.client.RowGrouping
-
- setMaxColumns(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Set the number of columns shown for the current sheet.
- setMaxRows(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Set the number of rows shown for the current sheet.
- setMinimumRowHeightForComponents(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Set the minimum row heigth in points for the rows that contain custom
components.
- setNamedRanges(List<String>) - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- setNamedRanges(List<String>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setOpenStyle(DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle) - Method in class com.vaadin.addon.spreadsheet.DefaultHyperlinkCellClickHandler
-
- setOverlayChangeListener(SheetOverlayWrapper.OverlayChangeListener) - Method in class com.vaadin.addon.spreadsheet.SheetChartWrapper
-
- setOverlayChangeListener(SheetOverlayWrapper.OverlayChangeListener) - Method in class com.vaadin.addon.spreadsheet.SheetOverlayWrapper
-
If this overlay's state can be dynamically changed (like minimizing),
this method can inform the spreadsheet.
- setPadding(float, float) - Method in class com.vaadin.addon.spreadsheet.client.SheetOverlay
-
- setPaintPosition(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- setPaintVisible(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- setPopup(PopupPanel) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonHeader
-
- setPopup(String, PopupButton) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets a pop-up button to the given cell in the currently active sheet.
- setPopup(int, int, PopupButton) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets a pop-up button to the given cell in the currently active sheet.
- setPopup(CellReference, PopupButton) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets a pop-up button to the given cell in the currently active sheet.
- setPopupHeaderHidden(boolean) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
- setPopupHeight(String) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
- setPopupHeight(String) - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
Set the height for this pop-up button's pop-up.
- setPopupPositionCallback(PopupPanel.PositionCallback) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
Override the position callback method for the button's popup.
- setPopupWidth(String) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
- setPopupWidth(String) - Method in class com.vaadin.addon.spreadsheet.PopupButton
-
Set the width for this pop-up button's pop-up.
- setPos(int, int) - Method in class com.vaadin.addon.spreadsheet.client.ColumnGrouping
-
- setPos(int, int) - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
Where this marker should be positioned.
- setPos(int, int) - Method in class com.vaadin.addon.spreadsheet.client.RowGrouping
-
- setPosition(int, int, int, int) - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- setReadOnly(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SheetTabSheet
-
- setReportStyle(boolean) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Enables or disables the report style.
- setResource(String, Resource) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- setRow(int) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
1-based
- setRowBeforeMergedCell(int) - Method in class com.vaadin.addon.spreadsheet.client.SelectionHandler
-
- setRowBufferSize(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setRowBufferSize(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the row buffer size.
- setRowCol(int, int) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
1-based
- setRowColHeadingsVisible(boolean) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets row and column heading visibility for the currently active sheet.
- setRowGroupingData(List<GroupingData>) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setRowGroupingData(List<GroupingData>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setRowGroupingInversed(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setRowGroupingInversed(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setRowGroupingMax(int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setRowGroupingMax(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setRowH(float[]) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setRowHeight(int, float) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the row height for currently active sheet.
- setRowHidden(int, boolean) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Hides or shows the given row, see Row.setZeroHeight(boolean).
- setRowIndexToStyleIndex(HashMap<Integer, Integer>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setRows(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setScrollPosition(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setSelectedCell(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setSelectedCellAddress(String) - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- setSelectedCellAndRange(String, int, int, int, int, int, int, boolean) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetClientRpc
-
Updates the selected cell and painted range.
- setSelectedTab(int) - Method in class com.vaadin.addon.spreadsheet.client.SheetTabSheet
-
- setSelection(int, int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Selects the cell at the given coordinates
- setSelection(String) - Method in class com.vaadin.addon.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.addon.spreadsheet.Spreadsheet
-
Selects the given range, using the cell at row1 and col1 as an anchor.
- setSelectionRangeOutlineVisible(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setSheet(SheetWidget) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonHeader
-
- setSheetContextMenuHandler(SpreadsheetWidget.SheetContextMenuHandler) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setSheetElement(Element) - Method in class com.vaadin.addon.spreadsheet.client.CellComment
-
- setSheetFocused(boolean) - Method in interface com.vaadin.addon.spreadsheet.client.FormulaBarHandler
-
- setSheetFocused(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setSheetHidden(int, SheetVisibility) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
See Workbook.setSheetHidden(int, boolean).
- setSheetHidden(int, int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- setSheetMaxSize(int, int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- setSheetName(int, String) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets a name for the sheet at the given visible sheet index.
- setSheetNameWithPOIIndex(int, String) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets a name for the sheet at the given POI model index.
- setSheetPaneElement(Element, Element, Element, Element) - Method in class com.vaadin.addon.spreadsheet.client.SheetEventListener
-
- setSheetProtected(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setSheetProtected(int, String) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the protection enabled with the given password for the sheet at the
given index.
- setSheetSelectionBarVisible(boolean) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the visibility of the bottom sheet selection bar.
- setSheetWidget(SheetWidget, DivElement) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
- setSheetWidget(SheetWidget) - Method in class com.vaadin.addon.spreadsheet.client.SheetEventListener
-
- setSheetWidget(SheetWidget, FormulaBarWidget) - Method in class com.vaadin.addon.spreadsheet.client.SheetInputEventListener
-
- setShiftedCellBorderStyles(ArrayList<String>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setSize(double) - Method in class com.vaadin.addon.spreadsheet.client.ColumnGrouping
-
- setSize(double) - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- setSize(double) - Method in class com.vaadin.addon.spreadsheet.client.RowGrouping
-
- setSpreadsheetComponentFactory(SpreadsheetComponentFactory) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Set a new component factory for this Spreadsheet.
- setSpreadsheetHandler(SpreadsheetHandler) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setStatusLabelValue(String) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Sets the content of the status label.
- setStyleName(String, boolean) - Method in class com.vaadin.addon.spreadsheet.client.PopupButtonWidget
-
- setTabIndex(int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
- setTabs(String[], boolean) - Method in class com.vaadin.addon.spreadsheet.client.SheetTabSheet
-
- setTouchMode(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setTouchMode(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setValue(String, String, boolean) - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- setValue(String) - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- setVerticalScrollPositions(int[]) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setVerticalSplitPosition(int) - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- setVerticalSplitPosition(int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- setVerticalSplitPosition(int) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setVisible(boolean) - Method in class com.vaadin.addon.spreadsheet.client.CellComment
-
- setVisible(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- setVisible(boolean) - Method in class com.vaadin.addon.spreadsheet.SheetOverlayWrapper
-
Marks this as image visible or hidden in the current spreadsheet view.
- setWidth(String) - Method in class com.vaadin.addon.spreadsheet.client.SelectionWidget
-
- setWidth(float) - Method in class com.vaadin.addon.spreadsheet.client.SheetOverlay
-
- setWidth(String) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- setWidthPX(double) - Method in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- setWorkbook(Workbook) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Reloads the component with the given Workbook.
- setWorkbookProtected(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- sheet - Variable in class com.vaadin.addon.spreadsheet.client.PopupButtonState
-
- SHEET_CHANGE_METHOD - Static variable in interface com.vaadin.addon.spreadsheet.Spreadsheet.SheetChangeListener
-
- SHEET_IMAGE_CLASSNAME - Static variable in class com.vaadin.addon.spreadsheet.client.SheetOverlay
-
- sheetAddressChanged(String) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Address field value changed.
- sheetAddressChanged(String) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- SheetChangeEvent(Component, Sheet, Sheet, int, int) - Constructor for class com.vaadin.addon.spreadsheet.Spreadsheet.SheetChangeEvent
-
Creates a new SheetChangeEvent.
- SheetChartWrapper - Class in com.vaadin.addon.spreadsheet
-
SheetChartWrapper is an utility class of the Spreadsheet component.
- SheetChartWrapper(XSSFChart, Spreadsheet) - Constructor for class com.vaadin.addon.spreadsheet.SheetChartWrapper
-
- sheetCreated(int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
Sheet is created as the last sheet
- sheetCreated(int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- SheetEventListener - Class in com.vaadin.addon.spreadsheet.client
-
- SheetEventListener() - Constructor for class com.vaadin.addon.spreadsheet.client.SheetEventListener
-
- SheetHandler - Interface in com.vaadin.addon.spreadsheet.client
-
- SheetImageWrapper - Class in com.vaadin.addon.spreadsheet
-
SheetImageWrapper is an utility class of the Spreadsheet component.
- SheetImageWrapper(ClientAnchor, String, byte[]) - Constructor for class com.vaadin.addon.spreadsheet.SheetImageWrapper
-
- sheetIndex - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
1-based
- SheetInputEventListener - Class in com.vaadin.addon.spreadsheet.client
-
- SheetInputEventListener() - Constructor for class com.vaadin.addon.spreadsheet.client.SheetInputEventListener
-
- SheetJsniUtil - Class in com.vaadin.addon.spreadsheet.client
-
- SheetJsniUtil() - Constructor for class com.vaadin.addon.spreadsheet.client.SheetJsniUtil
-
- sheetNames - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- SheetOverlay - Class in com.vaadin.addon.spreadsheet.client
-
- SheetOverlay(Widget, OverlayInfo) - Constructor for class com.vaadin.addon.spreadsheet.client.SheetOverlay
-
- SheetOverlayWrapper - Class in com.vaadin.addon.spreadsheet
-
- SheetOverlayWrapper(ClientAnchor) - Constructor for class com.vaadin.addon.spreadsheet.SheetOverlayWrapper
-
- SheetOverlayWrapper.OverlayChangeListener - Interface in com.vaadin.addon.spreadsheet
-
- sheetProtected - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- sheetRenamed(int, String) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
- sheetRenamed(int, String) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- sheetSelected(int, int, int) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetHandler
-
- sheetSelected(int, int, int) - Method in class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- SheetTabSheet - Class in com.vaadin.addon.spreadsheet.client
-
- SheetTabSheet(SheetTabSheet.SheetTabSheetHandler) - Constructor for class com.vaadin.addon.spreadsheet.client.SheetTabSheet
-
- SheetTabSheet.SheetTabSheetHandler - Interface in com.vaadin.addon.spreadsheet.client
-
- sheetUpdated(String[], int, boolean) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- SheetWidget - Class in com.vaadin.addon.spreadsheet.client
-
- SheetWidget(SheetHandler, boolean) - Constructor for class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- shiftCellValue(Cell, Cell, boolean, Double) - Method in class com.vaadin.addon.spreadsheet.CellSelectionShifter
-
"Shifts" cell value.
- shiftedCellBorderStyles - Variable in class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- shiftRows(int, int, int) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Shifts rows between startRow and endRow n number of rows.
- shiftRows(int, int, int, boolean, boolean) - Method in class com.vaadin.addon.spreadsheet.Spreadsheet
-
Shifts rows between startRow and endRow n number of rows.
- show(Element, int, int) - Method in class com.vaadin.addon.spreadsheet.client.CellComment
-
- showActions(ArrayList<SpreadsheetActionDetails>) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetClientRpc
-
The String arrays contain the caption and the icon resource key.
- showCellCommentMark() - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- showCellCustomComponents(HashMap<String, Widget>) - Method in class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- showCustomWidgets(HashMap<String, Widget>) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- showDependingToCellRightCorner(Element, int, int) - Method in class com.vaadin.addon.spreadsheet.client.CellComment
-
- ShowHideCellCommentAction - Class in com.vaadin.addon.spreadsheet.action
-
Spreadsheet action for showing or hiding a cell comment.
- ShowHideCellCommentAction() - Constructor for class com.vaadin.addon.spreadsheet.action.ShowHideCellCommentAction
-
- showInvalidFormulaIndicator() - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- showPopupButton(Element) - Method in class com.vaadin.addon.spreadsheet.client.Cell
-
- showSelectedCell(String, int, int, String, boolean, boolean, boolean) - Method in interface com.vaadin.addon.spreadsheet.client.SpreadsheetClientRpc
-
- SINGLE_ITEM_SIZE_HEIGHT - Static variable in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- SINGLE_ITEM_SIZE_WIDTH - Static variable in class com.vaadin.addon.spreadsheet.client.GroupingWidget
-
- SizeChangeCommand - Class in com.vaadin.addon.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.addon.spreadsheet.command.SizeChangeCommand
-
- SizeChangeCommand.Type - Enum in com.vaadin.addon.spreadsheet.command
-
Determines whether this command applies to a row or to a column.
- spreadsheet - Variable in class com.vaadin.addon.spreadsheet.CellValueManager
-
The Spreadsheet this class is tied to.
- spreadsheet - Variable in class com.vaadin.addon.spreadsheet.command.SpreadsheetCommand
-
- Spreadsheet - Class in com.vaadin.addon.spreadsheet
-
Vaadin Spreadsheet is a Vaadin Add-On Component which allows displaying and
interacting with the contents of an Excel file.
- Spreadsheet() - Constructor for class com.vaadin.addon.spreadsheet.Spreadsheet
-
Creates a new Spreadsheet component using the newer Excel version format
XSSFWorkbook.
- Spreadsheet(int, int) - Constructor for class com.vaadin.addon.spreadsheet.Spreadsheet
-
Creates a new Spreadsheet component using the newer Excel version format
XSSFWorkbook.
- Spreadsheet(Workbook) - Constructor for class com.vaadin.addon.spreadsheet.Spreadsheet
-
Creates a new Spreadsheet component and loads the given Workbook.
- Spreadsheet(File) - Constructor for class com.vaadin.addon.spreadsheet.Spreadsheet
-
Creates a new Spreadsheet component and loads the given Excel file.
- Spreadsheet(InputStream) - Constructor for class com.vaadin.addon.spreadsheet.Spreadsheet
-
Creates a new Spreadsheet component based on the given input stream.
- spreadsheet - Variable in class com.vaadin.addon.spreadsheet.SpreadsheetHistoryManager
-
Target Spreadsheet component
- Spreadsheet.CellDeletionHandler - Interface in com.vaadin.addon.spreadsheet
-
An interface for handling cell deletion from user input.
- Spreadsheet.CellValueChangeEvent - Class in com.vaadin.addon.spreadsheet
-
This event is fired when cell value changes.
- Spreadsheet.CellValueChangeListener - Interface in com.vaadin.addon.spreadsheet
-
Used for knowing when a user has changed the cell value in Spreadsheet
UI.
- Spreadsheet.CellValueHandler - Interface in com.vaadin.addon.spreadsheet
-
An interface for handling the edited cell value from user input.
- Spreadsheet.CommentAuthorProvider - Interface in com.vaadin.addon.spreadsheet
-
This interface can be implemented to provide the comment author name set
to new comments in cells.
- Spreadsheet.FormulaValueChangeEvent - Class in com.vaadin.addon.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.addon.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.addon.spreadsheet
-
An interface for handling clicks on cells that contain a hyperlink.
- Spreadsheet.ProtectedEditEvent - Class in com.vaadin.addon.spreadsheet
-
An event that is fired when an attempt to modify a locked cell has been
made.
- Spreadsheet.ProtectedEditListener - Interface in com.vaadin.addon.spreadsheet
-
A listener for when an attempt to modify a locked cell has been made.
- Spreadsheet.RowHeaderDoubleClickEvent - Class in com.vaadin.addon.spreadsheet
-
This event is fired when the border of a row header is double clicked
- Spreadsheet.RowHeaderDoubleClickListener - Interface in com.vaadin.addon.spreadsheet
-
- Spreadsheet.SelectionChangeEvent - Class in com.vaadin.addon.spreadsheet
-
This event is fired when cell selection changes.
- Spreadsheet.SelectionChangeListener - Interface in com.vaadin.addon.spreadsheet
-
Used for knowing when a user has changed the cell selection in any way.
- Spreadsheet.SheetChangeEvent - Class in com.vaadin.addon.spreadsheet
-
An event that is fired to registered listeners when the selected sheet
has been changed.
- Spreadsheet.SheetChangeListener - Interface in com.vaadin.addon.spreadsheet
-
A listener for when a sheet is selected.
- Spreadsheet.ValueChangeEvent - Class in com.vaadin.addon.spreadsheet
-
This is a parent class for a value change events.
- SpreadsheetAction - Class in com.vaadin.addon.spreadsheet.action
-
Abstract base class for Spreadsheet actions.
- SpreadsheetAction(String) - Constructor for class com.vaadin.addon.spreadsheet.action.SpreadsheetAction
-
- SpreadsheetAction - Class in com.vaadin.addon.spreadsheet.client
-
- SpreadsheetAction(ActionOwner) - Constructor for class com.vaadin.addon.spreadsheet.client.SpreadsheetAction
-
- SpreadsheetAction(ActionOwner, SpreadsheetServerRpc, String, int, SpreadsheetWidget) - Constructor for class com.vaadin.addon.spreadsheet.client.SpreadsheetAction
-
- SpreadsheetActionDetails - Class in com.vaadin.addon.spreadsheet.client
-
- SpreadsheetActionDetails() - Constructor for class com.vaadin.addon.spreadsheet.client.SpreadsheetActionDetails
-
- SpreadsheetClientRpc - Interface in com.vaadin.addon.spreadsheet.client
-
- SpreadsheetCommand - Class in com.vaadin.addon.spreadsheet.command
-
Abstract base class for Spreadsheet commands.
- SpreadsheetCommand(Spreadsheet) - Constructor for class com.vaadin.addon.spreadsheet.command.SpreadsheetCommand
-
Creates a new command targeting the given spreadsheet.
- SpreadsheetComponentFactory - Interface in com.vaadin.addon.spreadsheet
-
Defines an interface for having custom components inside the
Spreadsheet.
- SpreadsheetConnector - Class in com.vaadin.addon.spreadsheet.client
-
- SpreadsheetConnector() - Constructor for class com.vaadin.addon.spreadsheet.client.SpreadsheetConnector
-
- SpreadsheetConnector.CommsTrigger - Interface in com.vaadin.addon.spreadsheet.client
-
- SpreadsheetCustomEditorFactory - Interface in com.vaadin.addon.spreadsheet.client
-
- SpreadsheetDefaultActionHandler - Class in com.vaadin.addon.spreadsheet.action
-
Default action handler for Spreadsheet actions.
- SpreadsheetDefaultActionHandler() - Constructor for class com.vaadin.addon.spreadsheet.action.SpreadsheetDefaultActionHandler
-
- SpreadsheetFactory - Class in com.vaadin.addon.spreadsheet
-
SpreadsheetFactory is an utility class of the Spreadsheet component.
- SpreadsheetFactory() - Constructor for class com.vaadin.addon.spreadsheet.SpreadsheetFactory
-
- SpreadsheetFilter - Interface in com.vaadin.addon.spreadsheet
-
- SpreadsheetFilterTable - Class in com.vaadin.addon.spreadsheet
-
Represents a "table" inside a spreadsheet, that has filters (
SpreadsheetFilter) inside the table's headers' pop-up buttons.
- SpreadsheetFilterTable(Spreadsheet, CellRangeAddress) - Constructor for class com.vaadin.addon.spreadsheet.SpreadsheetFilterTable
-
- SpreadsheetFilterTable(Spreadsheet, Sheet, CellRangeAddress) - Constructor for class com.vaadin.addon.spreadsheet.SpreadsheetFilterTable
-
Creates a new filter table for the given spreadsheet component, sheet and
region.
- SpreadsheetHandler - Interface in com.vaadin.addon.spreadsheet.client
-
- SpreadsheetHandlerImpl - Class in com.vaadin.addon.spreadsheet
-
Implementation of the Spreadsheet Server RPC interface.
- SpreadsheetHandlerImpl(Spreadsheet) - Constructor for class com.vaadin.addon.spreadsheet.SpreadsheetHandlerImpl
-
- SpreadsheetHistoryManager - Class in com.vaadin.addon.spreadsheet
-
SpreadsheetHistoryManager is an utility class of the Spreadsheet add-on.
- SpreadsheetHistoryManager(Spreadsheet) - Constructor for class com.vaadin.addon.spreadsheet.SpreadsheetHistoryManager
-
Creates a new history manager for the given Spreadsheet.
- SpreadsheetServerRpc - Interface in com.vaadin.addon.spreadsheet.client
-
- SpreadsheetState - Class in com.vaadin.addon.spreadsheet.shared
-
- SpreadsheetState() - Constructor for class com.vaadin.addon.spreadsheet.shared.SpreadsheetState
-
- SpreadsheetStyleFactory - Class in com.vaadin.addon.spreadsheet
-
SpreadsheetStyleFactory is an utility class for the Spreadsheet component.
- SpreadsheetStyleFactory(Spreadsheet) - Constructor for class com.vaadin.addon.spreadsheet.SpreadsheetStyleFactory
-
Constructs a new SpreadsheetStyleFactory for the given Spreadsheet
- SpreadsheetStyleFactory.BorderStyle - Enum in com.vaadin.addon.spreadsheet
-
Styling for cell borders
- SpreadsheetTable - Class in com.vaadin.addon.spreadsheet
-
Represents a "table" inside a spreadsheet.
- SpreadsheetTable(Spreadsheet, CellRangeAddress) - Constructor for class com.vaadin.addon.spreadsheet.SpreadsheetTable
-
- SpreadsheetTable(Spreadsheet, Sheet, CellRangeAddress) - Constructor for class com.vaadin.addon.spreadsheet.SpreadsheetTable
-
Creates a new table for the given spreadsheet component, sheet and
region.
- SpreadsheetUtil - Class in com.vaadin.addon.spreadsheet
-
Utility class for miscellaneous Spreadsheet operations.
- SpreadsheetUtil() - Constructor for class com.vaadin.addon.spreadsheet.SpreadsheetUtil
-
- SpreadsheetWidget - Class in com.vaadin.addon.spreadsheet.client
-
- SpreadsheetWidget() - Constructor for class com.vaadin.addon.spreadsheet.client.SpreadsheetWidget
-
- SpreadsheetWidget.SheetContextMenuHandler - Interface in com.vaadin.addon.spreadsheet.client
-
- startEditingCell(boolean, boolean, String) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- startIndex - Variable in class com.vaadin.addon.spreadsheet.shared.GroupingData
-
- startInlineEdit(boolean) - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- stopEditingCell(boolean) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- stopInlineEdit() - Method in class com.vaadin.addon.spreadsheet.client.FormulaBarWidget
-
- stoppedSelectingCellsWithDrag(Event) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
- swapCellSelection(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Swaps the selected cell to the new one, which is the selected cell after
this call.
- swapSelectedCellInsideSelection(int, int) - Method in class com.vaadin.addon.spreadsheet.client.SheetWidget
-
Swaps the selected cell to the new one, which is the selected cell after
this call.