Uses of Class
com.vaadin.flow.component.spreadsheet.PopupButton
Packages that use PopupButton
-
Uses of PopupButton in com.vaadin.flow.component.spreadsheet
Fields in com.vaadin.flow.component.spreadsheet with type parameters of type PopupButtonModifier and TypeFieldDescriptionprotected final Map<org.apache.poi.ss.util.CellReference,PopupButton> SpreadsheetTable.popupButtonsprotected final Map<PopupButton,Button> SpreadsheetFilterTable.popupButtonToClearButtonMapprotected final Map<PopupButton,HashSet<SpreadsheetFilter>> SpreadsheetFilterTable.popupButtonToFiltersMapMethods in com.vaadin.flow.component.spreadsheet that return PopupButtonModifier and TypeMethodDescriptionPopupButton.PopupCloseEvent.getPopupButton()Gets thePopupButtonwhere the event occurred.PopupButton.PopupOpenEvent.getPopupButton()Gets thePopupButtonwhere the event occurred.SpreadsheetTable.getPopupButton(int col) Gets thePopupButtonfor the given column.SpreadsheetTable.getPopupButton(org.apache.poi.ss.util.CellReference filterCellReference) Gets thePopupButtonfor the header cell pointed byCellReference.Methods in com.vaadin.flow.component.spreadsheet that return types with arguments of type PopupButtonModifier and TypeMethodDescriptionSpreadsheetTable.getPopupButtons()Returns all of thePopupButtons for this table.Methods in com.vaadin.flow.component.spreadsheet with parameters of type PopupButtonModifier and TypeMethodDescriptionvoidSpreadsheetFilterTable.registerFilter(PopupButton popupButton, SpreadsheetFilter filter) Registers a new filter to this filter table and adds it inside the given pop-up button.voidSpreadsheet.setPopup(int row, int col, PopupButton popupButton) Sets a pop-up button to the given cell in the currently active sheet.voidSpreadsheet.setPopup(String cellAddress, PopupButton popupButton) Sets a pop-up button to the given cell in the currently active sheet.voidSpreadsheet.setPopup(org.apache.poi.ss.util.CellReference cellReference, PopupButton popupButton) Sets a pop-up button to the given cell in the currently active sheet.voidSpreadsheetFilterTable.unRegisterFilter(PopupButton popupButton, SpreadsheetFilter filter) Unregisters the filter from this filter table and removes it from the given pop-up button.Constructors in com.vaadin.flow.component.spreadsheet with parameters of type PopupButtonModifierConstructorDescriptionItemFilter(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.