Uses of Class
com.vaadin.flow.component.spreadsheet.PopupButton.PopupCloseEvent
-
Packages that use PopupButton.PopupCloseEvent Package Description com.vaadin.flow.component.spreadsheet -
-
Uses of PopupButton.PopupCloseEvent in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet with parameters of type PopupButton.PopupCloseEvent Modifier and Type Method Description voidPopupButton.PopupCloseListener. onPopupClose(PopupButton.PopupCloseEvent event)Called when the pop-up for thePopupButtonreturned bygetPopupButton()has been closed.
-