Uses of Class
com.vaadin.flow.component.spreadsheet.PopupButton
-
Packages that use PopupButton Package Description com.vaadin.flow.component.spreadsheet -
-
Uses of PopupButton in com.vaadin.flow.component.spreadsheet
Fields in com.vaadin.flow.component.spreadsheet with type parameters of type PopupButton Modifier and Type Field Description protected Map<org.apache.poi.ss.util.CellReference,PopupButton>SpreadsheetTable. popupButtonsprotected Map<PopupButton,Button>SpreadsheetFilterTable. popupButtonToClearButtonMapprotected Map<PopupButton,HashSet<SpreadsheetFilter>>SpreadsheetFilterTable. popupButtonToFiltersMapMethods in com.vaadin.flow.component.spreadsheet that return PopupButton Modifier and Type Method Description PopupButtonPopupButton.PopupCloseEvent. getPopupButton()Gets thePopupButtonwhere the event occurred.PopupButtonPopupButton.PopupOpenEvent. getPopupButton()Gets thePopupButtonwhere the event occurred.PopupButtonSpreadsheetTable. getPopupButton(int col)Gets thePopupButtonfor the given column.PopupButtonSpreadsheetTable. 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 PopupButton Modifier and Type Method Description Collection<PopupButton>SpreadsheetTable. getPopupButtons()Returns all of thePopupButtons for this table.Methods in com.vaadin.flow.component.spreadsheet with parameters of type PopupButton 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.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 PopupButton Constructor 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.
-