Uses of Class
com.vaadin.flow.component.spreadsheet.SpreadsheetTable
Packages that use SpreadsheetTable
Package
Description
-
Uses of SpreadsheetTable in com.vaadin.flow.component.spreadsheet
Subclasses of SpreadsheetTable in com.vaadin.flow.component.spreadsheetModifier and TypeClassDescriptionclassRepresents 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 SpreadsheetTableModifier and TypeMethodDescriptionSpreadsheet.getTables()Gets all the tables that have been registered to this Spreadsheet.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 SpreadsheetTableModifier and TypeMethodDescriptionvoidSpreadsheet.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