public interface SpreadsheetFilter extends Serializable
SpreadsheetFilterTable. Filtering is done by simply hiding the
table's rows that are filtered.
Add / remove filters from table with
SpreadsheetFilterTable.registerFilter(PopupButton, SpreadsheetFilter)
and
SpreadsheetFilterTable.unRegisterFilter(PopupButton, SpreadsheetFilter)
When a filter been has updated (by server side or user actions),
SpreadsheetFilterTable.onFiltersUpdated() should be called.
| Modifier and Type | Method and Description |
|---|---|
void |
clearFilter()
Clear the filtering options.
|
Set<Integer> |
getFilteredRows()
Returns the rows that should be filtered by this filter.
|
void clearFilter()
getFilteredRows() for this filter should return an empty set.Copyright © 2013–2026 Vaadin Ltd. All rights reserved.