Index

A C G H I P S 
All Classes and Interfaces|All Packages|Serialized Form

A

addressRangeToPoints(String) - Static method in class com.vaadin.flow.component.spreadsheet.testbench.AddressUtil
Converts an address range to a set of coordinates (Points)
addressToPoint(String) - Static method in class com.vaadin.flow.component.spreadsheet.testbench.AddressUtil
Converts a single cell address to its integer coordinates (Point)
AddressUtil - Class in com.vaadin.flow.component.spreadsheet.testbench
An utility class that converts Excel cell addresses to integer coordinates.
AddressUtil() - Constructor for class com.vaadin.flow.component.spreadsheet.testbench.AddressUtil
 
addSheet() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Adds a new sheet.

C

com.vaadin.flow.component.spreadsheet.testbench - package com.vaadin.flow.component.spreadsheet.testbench
 
ContextMenuElement() - Constructor for class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement.ContextMenuElement
 

G

getAddressField() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Gets the address field.
getCellAt(int, int) - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Gets the cell element at the given coordinates for the currently active sheet.
getCellAt(String) - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Gets the cell element at the given cell address for the currently active sheet.
getCellValueInput() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
 
getColumnHeader(int) - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Gets the column header element at the given index.
getContextMenu() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Fetches the context menu for the spreadsheet
getFormulaField() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Gets the formula field.
getInfoLabel() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Gets the info label.
getItem(String) - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement.ContextMenuElement
 
getResizeHandle() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SheetHeaderElement
 
getRowHeader(int) - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Gets the row header element at the given index.
getValue() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SheetCellElement
Gets the current value of this cell as a string.

H

hasCommentIndicator() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SheetCellElement
Determines if the cell has comment indicator
hasInvalidFormulaIndicator() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SheetCellElement
Determines if the cell has invalid formula indicator
hasPopupButton() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SheetCellElement
Determines if this cell has a PopupButton set.

I

isCellSelected() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SheetCellElement
Finds out if this cell is selected.
isNormalCell() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SheetCellElement
Determines if this cell is normal in the sense that it uses the default in-line editor for editing the cell value.
isPopupButtonPopupVisible() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Determine if the pop-up of PopupuButton is currently visible

P

popupButtonClick() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SheetCellElement
Click the PopupButton in the cell.

S

scroll(int) - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
 
scrollLeft(int) - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
 
scrollSheets(int) - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Scrolls the sheet selector left or right by the given amount.
scrollSheetsToEnd() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Scrolls the sheet selector to the end.
scrollSheetsToStart() - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Scrolls the sheet selector to the beginning.
selectSheet(String) - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Selects the sheet with the given name.
selectSheetAt(int) - Method in class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
Selects the sheet at the given index.
setValue(String) - Method in class com.vaadin.flow.component.spreadsheet.testbench.SheetCellElement
Sets the given value to this cell.
SheetCellElement - Class in com.vaadin.flow.component.spreadsheet.testbench
This class represents one cell within the currently active sheet of a Spreadsheet.
SheetCellElement() - Constructor for class com.vaadin.flow.component.spreadsheet.testbench.SheetCellElement
 
SheetHeaderElement - Class in com.vaadin.flow.component.spreadsheet.testbench
This class represents a header (either row- or column) within the currently active sheet of a Spreadsheet.
SheetHeaderElement() - Constructor for class com.vaadin.flow.component.spreadsheet.testbench.SheetHeaderElement
 
SpreadsheetElement - Class in com.vaadin.flow.component.spreadsheet.testbench
This is the base element class for accessing a Vaadin Spreadsheet component for TestBench testing.
SpreadsheetElement() - Constructor for class com.vaadin.flow.component.spreadsheet.testbench.SpreadsheetElement
 
SpreadsheetElement.ContextMenuElement - Class in com.vaadin.flow.component.spreadsheet.testbench
 
A C G H I P S 
All Classes and Interfaces|All Packages|Serialized Form