| Package | Description |
|---|---|
| com.vaadin.addon.spreadsheet |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemFilter
A simple filter for spreadsheet filtering table, filtering cell values with
checkboxes.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<PopupButton,HashSet<SpreadsheetFilter>> |
SpreadsheetFilterTable.popupButtonToFiltersMap |
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetFilterTable.registerFilter(PopupButton popupButton,
SpreadsheetFilter filter)
Registers a new filter to this filter table and adds it inside the given
pop-up button.
|
void |
SpreadsheetFilterTable.unRegisterFilter(PopupButton popupButton,
SpreadsheetFilter filter)
Unregisters the filter from this filter table and removes it from the
given pop-up button.
|
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.