Class AutoCompletePopup.SuggestionEvent<TE>

  • Type Parameters:
    TE -
    All Implemented Interfaces:
    Serializable, Cloneable
    Enclosing class:
    AutoCompletePopup<T>

    public static class AutoCompletePopup.SuggestionEvent<TE>
    extends Event
    Represents an Event which is fired when the user has selected a suggestion for auto-complete
    See Also:
    Serialized Form
    • Constructor Detail

      • SuggestionEvent

        public SuggestionEvent​(TE suggestion)
    • Method Detail

      • getSuggestion

        public TE getSuggestion()
        Returns the suggestion which was chosen by the user
        Returns: