| Package | Description |
|---|---|
| com.vaadin.addon.spreadsheet |
| Modifier and Type | Field and Description |
|---|---|
protected Map<org.apache.poi.ss.util.CellReference,PopupButton> |
SpreadsheetTable.popupButtons |
protected Map<PopupButton,com.vaadin.ui.Button> |
SpreadsheetFilterTable.popupButtonToClearButtonMap |
protected Map<PopupButton,HashSet<SpreadsheetFilter>> |
SpreadsheetFilterTable.popupButtonToFiltersMap |
| Modifier and Type | Method and Description |
|---|---|
PopupButton |
PopupButton.PopupOpenEvent.getPopupButton()
Gets the
PopupButton where the event occurred. |
PopupButton |
PopupButton.PopupCloseEvent.getPopupButton()
Gets the
PopupButton where the event occurred. |
PopupButton |
SpreadsheetTable.getPopupButton(org.apache.poi.ss.util.CellReference filterCellReference)
Gets the
PopupButton for the header cell pointed by
CellReference. |
PopupButton |
SpreadsheetTable.getPopupButton(int col)
Gets the
PopupButton for the given column. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PopupButton> |
SpreadsheetTable.getPopupButtons()
Returns all of the
PopupButtons for this table. |
| 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 |
Spreadsheet.setPopup(org.apache.poi.ss.util.CellReference cellReference,
PopupButton popupButton)
Sets a pop-up button to the given cell in the currently active sheet.
|
void |
Spreadsheet.setPopup(int row,
int col,
PopupButton popupButton)
Sets a pop-up button to the given cell in the currently active sheet.
|
void |
Spreadsheet.setPopup(String cellAddress,
PopupButton popupButton)
Sets a pop-up button to the given cell in the currently active sheet.
|
void |
SpreadsheetFilterTable.unRegisterFilter(PopupButton popupButton,
SpreadsheetFilter filter)
Unregisters the filter from this filter table and removes it from the
given pop-up button.
|
| Constructor and Description |
|---|
ItemFilter(org.apache.poi.ss.util.CellRangeAddress filterRange,
Spreadsheet spreadsheet,
PopupButton popupButton,
SpreadsheetFilterTable filterTable)
Constructs a new item filter for the given spreadsheet, filtering range,
pop-up button and filtering table.
|
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.