| Package | Description |
|---|---|
| com.vaadin.addon.spreadsheet | |
| com.vaadin.addon.spreadsheet.action |
| Modifier and Type | Class and Description |
|---|---|
class |
SpreadsheetFilterTable
Represents a "table" inside a spreadsheet, that has filters (
SpreadsheetFilter) inside the table's headers' pop-up buttons. |
| Modifier and Type | Method and Description |
|---|---|
HashSet<SpreadsheetTable> |
Spreadsheet.getTables()
Gets all the tables that have been registered to this Spreadsheet.
|
List<SpreadsheetTable> |
Spreadsheet.getTablesForActiveSheet()
Gets the tables that belong to the currently active sheet (
Spreadsheet.getActiveSheet()). |
| Modifier and Type | Method and Description |
|---|---|
void |
Spreadsheet.deleteTable(SpreadsheetTable table)
Deletes the given table: removes it from "memory" (see
Spreadsheet.registerTable(SpreadsheetTable)), clears and removes all
possible filters (if table is a SpreadsheetFilterTable), and
clears all table pop-up buttons and content. |
void |
Spreadsheet.registerTable(SpreadsheetTable table)
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.
|
void |
Spreadsheet.unregisterTable(SpreadsheetTable table)
Unregisters the given table from this Spreadsheet - it will no longer get
reloaded when the sheet is changed back to the sheet containing the
table.
|
| Modifier and Type | Field and Description |
|---|---|
protected SpreadsheetTable |
DeleteTableAction.tableToDelete |
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.