Uses of Class
com.google.gwt.user.client.ui.AbstractSuggestBoxNewEditor
Packages that use AbstractSuggestBoxNewEditor
Package
Description
this package contains own widgets.
-
Uses of AbstractSuggestBoxNewEditor in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type AbstractSuggestBoxNewEditorModifier and TypeMethodDescriptionprotected voidAbstractSuggestBoxNewEditor.DefaultSuggestionDisplay.showSuggestions(AbstractSuggestBoxNewEditor suggestBox, Collection<? extends com.google.gwt.user.client.ui.SuggestOracle.Suggestion> suggestions, boolean isDisplayStringHtml, boolean isAutoSelectEnabled, AbstractSuggestBoxNewEditor.SuggestionCallback callback) protected abstract voidAbstractSuggestBoxNewEditor.SuggestionDisplay.showSuggestions(AbstractSuggestBoxNewEditor suggestBox, Collection<? extends com.google.gwt.user.client.ui.SuggestOracle.Suggestion> suggestions, boolean isDisplayStringHtml, boolean isAutoSelectEnabled, AbstractSuggestBoxNewEditor.SuggestionCallback callback) Update the list of visible suggestions. -
Uses of AbstractSuggestBoxNewEditor in de.knightsoftnet.mtwidgets.client.ui.widget
Subclasses of AbstractSuggestBoxNewEditor in de.knightsoftnet.mtwidgets.client.ui.widgetModifier and TypeClassDescriptionclassabstract suggest box which formats input when typing.classphone number common international suggest widget.classBIC suggest widget.classphone number common international suggest widget.classphone number common suggest widget.classphone number DIN5008 international suggest widget.classphone number DIN5008 suggest widget.classphone number E123 international suggest widget.classphone number E123 suggest widget.classphone number ms suggest widget.classphone number URI suggest widget.classASuggestBoxNewEditoris a text box or text area which displays a pre-configured set of selections that match the user's input.classText input box with suggestions and editor error handling.