You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.spreadsheet.

Class PopupButton.PopupCloseEvent

    • Constructor Detail

      • PopupCloseEvent

        public PopupCloseEvent​(Component source)

        Constructs a new close event for the given PopupButton.

        Parameters:

        source - PopupButton component that has been closed.

    • Method Detail

      • getPopupButton

        public PopupButton getPopupButton()

        Gets the PopupButton where the event occurred.

        Returns:

        PopupButton component that has been closed.