Uses of Interface
com.vaadin.flow.component.spreadsheet.SpreadsheetFilter
-
Packages that use SpreadsheetFilter Package Description com.vaadin.flow.component.spreadsheet -
-
Uses of SpreadsheetFilter in com.vaadin.flow.component.spreadsheet
Classes in com.vaadin.flow.component.spreadsheet that implement SpreadsheetFilter Modifier and Type Class Description classItemFilterA simple filter for spreadsheet filtering table, filtering cell values with checkboxes.Fields in com.vaadin.flow.component.spreadsheet with type parameters of type SpreadsheetFilter Modifier and Type Field Description protected Map<PopupButton,HashSet<SpreadsheetFilter>>SpreadsheetFilterTable. popupButtonToFiltersMapMethods in com.vaadin.flow.component.spreadsheet with parameters of type SpreadsheetFilter Modifier and Type Method Description voidSpreadsheetFilterTable. 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.
-