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.