- scroll(int) - Method in class com.vaadin.addon.spreadsheet.elements.SpreadsheetElement
-
- scrollLeft(int) - Method in class com.vaadin.addon.spreadsheet.elements.SpreadsheetElement
-
- scrollSheets(int) - Method in class com.vaadin.addon.spreadsheet.elements.SpreadsheetElement
-
Scrolls the sheet selector left or right by the given amount.
- scrollSheetsToEnd() - Method in class com.vaadin.addon.spreadsheet.elements.SpreadsheetElement
-
Scrolls the sheet selector to the end.
- scrollSheetsToStart() - Method in class com.vaadin.addon.spreadsheet.elements.SpreadsheetElement
-
Scrolls the sheet selector to the beginning.
- selectSheet(String) - Method in class com.vaadin.addon.spreadsheet.elements.SpreadsheetElement
-
Selects the sheet with the given name.
- selectSheetAt(int) - Method in class com.vaadin.addon.spreadsheet.elements.SpreadsheetElement
-
Selects the sheet at the given index.
- setValue(String) - Method in class com.vaadin.addon.spreadsheet.elements.SheetCellElement
-
Sets the given value to this cell.
- SheetCellElement - Class in com.vaadin.addon.spreadsheet.elements
-
This class represents one cell within the currently active sheet of a
Spreadsheet.
- SheetCellElement() - Constructor for class com.vaadin.addon.spreadsheet.elements.SheetCellElement
-
- SheetHeaderElement - Class in com.vaadin.addon.spreadsheet.elements
-
This class represents a header (either row- or column) within the currently
active sheet of a Spreadsheet.
- SheetHeaderElement() - Constructor for class com.vaadin.addon.spreadsheet.elements.SheetHeaderElement
-
- SpreadsheetElement - Class in com.vaadin.addon.spreadsheet.elements
-
This is the base element class for accessing a Vaadin Spreadsheet component
for TestBench testing.
- SpreadsheetElement() - Constructor for class com.vaadin.addon.spreadsheet.elements.SpreadsheetElement
-
- SpreadsheetElement.ContextMenuElement - Class in com.vaadin.addon.spreadsheet.elements
-