Class PopupButton.PopupOpenEvent

    • Constructor Detail

      • PopupOpenEvent

        public PopupOpenEvent​(Component source)
        Constructs a new open event for the given PopupButton.
        Parameters:
        source - PopupButton component that has been opened.
    • Method Detail

      • getPopupButton

        public PopupButton getPopupButton()
        Gets the PopupButton where the event occurred.
        Returns:
        PopupButton component that has been opened.