Uses of Interface
com.vaadin.flow.component.spreadsheet.SpreadsheetFilter
Packages that use SpreadsheetFilter
-
Uses of SpreadsheetFilter in com.vaadin.flow.component.spreadsheet
Classes in com.vaadin.flow.component.spreadsheet that implement SpreadsheetFilterModifier and TypeClassDescriptionclassA simple filter for spreadsheet filtering table, filtering cell values with checkboxes.Fields in com.vaadin.flow.component.spreadsheet with type parameters of type SpreadsheetFilterModifier and TypeFieldDescriptionprotected final Map<PopupButton,HashSet<SpreadsheetFilter>> SpreadsheetFilterTable.popupButtonToFiltersMapMethods in com.vaadin.flow.component.spreadsheet with parameters of type SpreadsheetFilterModifier and TypeMethodDescriptionvoidSpreadsheetFilterTable.registerFilter(PopupButton popupButton, SpreadsheetFilter filter) Registers a new filter to this filter table and adds it inside the given pop-up button.voidSpreadsheetFilterTable.unRegisterFilter(PopupButton popupButton, SpreadsheetFilter filter) Unregisters the filter from this filter table and removes it from the given pop-up button.