Class CustomDisplay


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

      Constructors 
      Constructor Description
      CustomDisplay()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.google.gwt.user.client.ui.PopupPanel createPopup()  
      protected com.google.gwt.user.client.ui.SuggestOracle.Suggestion getCurrentSelection()  
      protected void hideSuggestions()  
      boolean isSuggestionListShowing()  
      protected void moveSelectionDown()  
      protected void moveSelectionUp()  
      protected void showSuggestions​(com.google.gwt.user.client.ui.SuggestBox suggestBox, java.util.Collection<? extends com.google.gwt.user.client.ui.SuggestOracle.Suggestion> suggestions, boolean isDisplayStringHTML, boolean isAutoSelectEnabled, com.google.gwt.user.client.ui.SuggestBox.SuggestionCallback callback)  
      • Methods inherited from class com.google.gwt.user.client.ui.SuggestBox.SuggestionDisplay

        onEnsureDebugId, setMoreSuggestions
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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,
                                       java.util.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