Uses of Class
com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor.SuggestionDisplay
-
Packages that use AbstractSuggestBoxNewEditor.SuggestionDisplay Package Description com.google.gwt.user.client.ui de.knightsoftnet.mtwidgets.client.ui.widget this package contains own widgets. -
-
Uses of AbstractSuggestBoxNewEditor.SuggestionDisplay in com.google.gwt.user.client.ui
Subclasses of AbstractSuggestBoxNewEditor.SuggestionDisplay in com.google.gwt.user.client.ui Modifier and Type Class Description static classAbstractSuggestBoxNewEditor.DefaultSuggestionDisplayThe default implementation ofAbstractSuggestBoxNewEditor.SuggestionDisplaydisplays suggestions in aPopupPanelbeneath theAbstractSuggestBoxNewEditor.Fields in com.google.gwt.user.client.ui declared as AbstractSuggestBoxNewEditor.SuggestionDisplay Modifier and Type Field Description protected AbstractSuggestBoxNewEditor.SuggestionDisplayAbstractSuggestBoxNewEditor. displayMethods in com.google.gwt.user.client.ui that return AbstractSuggestBoxNewEditor.SuggestionDisplay Modifier and Type Method Description AbstractSuggestBoxNewEditor.SuggestionDisplayAbstractSuggestBoxNewEditor. getSuggestionDisplay()Get theAbstractSuggestBoxNewEditor.SuggestionDisplayused to display suggestions.Constructors in com.google.gwt.user.client.ui with parameters of type AbstractSuggestBoxNewEditor.SuggestionDisplay Constructor Description AbstractSuggestBoxNewEditor(AbstractSuggestBoxNewEditor.SuggestionDisplay display) -
Uses of AbstractSuggestBoxNewEditor.SuggestionDisplay in de.knightsoftnet.mtwidgets.client.ui.widget
Constructors in de.knightsoftnet.mtwidgets.client.ui.widget with parameters of type AbstractSuggestBoxNewEditor.SuggestionDisplay Constructor Description SuggestBoxNewEditor(com.google.gwt.user.client.ui.SuggestOracle oracle, ValueBoxBaseWithEditorErrors<String> box, AbstractSuggestBoxNewEditor.SuggestionDisplay suggestDisplay)Constructor forSuggestBoxNewEditor.SuggestBoxWithEditorErrors(com.google.gwt.user.client.ui.SuggestOracle oracle, ValueBoxBaseWithEditorErrors<String> box, AbstractSuggestBoxNewEditor.SuggestionDisplay suggestDisplay)Constructor forSuggestBox.
-