Class CustomDisplay


  • public class CustomDisplay
    extends com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
    • Constructor Detail

      • CustomDisplay

        public CustomDisplay()
    • Method Detail

      • createPopup

        protected com.google.gwt.user.client.ui.PopupPanel createPopup()
      • getCurrentSelection

        protected com.google.gwt.user.client.ui.SuggestOracle.Suggestion getCurrentSelection()
        Specified by:
        getCurrentSelection in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
      • hideSuggestions

        protected void hideSuggestions()
        Specified by:
        hideSuggestions in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
      • moveSelectionDown

        protected void moveSelectionDown()
        Specified by:
        moveSelectionDown in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
      • isSuggestionListShowing

        public boolean isSuggestionListShowing()
        Overrides:
        isSuggestionListShowing in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
      • moveSelectionUp

        protected void moveSelectionUp()
        Specified by:
        moveSelectionUp in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay
      • showSuggestions

        protected void showSuggestions​(com.google.gwt.user.client.ui.SuggestBox suggestBox,
                                       Collection<? extends com.google.gwt.user.client.ui.SuggestOracle.Suggestion> suggestions,
                                       boolean isDisplayStringHTML,
                                       boolean isAutoSelectEnabled,
                                       com.google.gwt.user.client.ui.SuggestBox.SuggestionCallback callback)
        Specified by:
        showSuggestions in class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay