Uses of Class
com.vaadin.flow.component.spreadsheet.SpreadsheetTable
-
Packages that use SpreadsheetTable Package Description com.vaadin.flow.component.spreadsheet com.vaadin.flow.component.spreadsheet.action -
-
Uses of SpreadsheetTable in com.vaadin.flow.component.spreadsheet
Subclasses of SpreadsheetTable in com.vaadin.flow.component.spreadsheet Modifier and Type Class Description classSpreadsheetFilterTableRepresents a "table" inside a spreadsheet, that has filters (SpreadsheetFilter) inside the table's headers' pop-up buttons.Methods in com.vaadin.flow.component.spreadsheet that return types with arguments of type SpreadsheetTable Modifier and Type Method 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()).Methods in com.vaadin.flow.component.spreadsheet with parameters of type SpreadsheetTable Modifier and Type Method Description voidSpreadsheet. deleteTable(SpreadsheetTable table)Deletes the given table: removes it from "memory" (seeSpreadsheet.registerTable(SpreadsheetTable)), clears and removes all possible filters (if table is aSpreadsheetFilterTable), and clears all table pop-up buttons and content.voidSpreadsheet. 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.voidSpreadsheet. 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. -
Uses of SpreadsheetTable in com.vaadin.flow.component.spreadsheet.action
Fields in com.vaadin.flow.component.spreadsheet.action declared as SpreadsheetTable Modifier and Type Field Description protected SpreadsheetTableDeleteTableAction. tableToDelete
-