Uses of Class
com.google.gwt.user.client.ui.SuggestOracle
-
Packages that use SuggestOracle Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of SuggestOracle in com.google.gwt.user.client.ui
Subclasses of SuggestOracle in com.google.gwt.user.client.ui Modifier and Type Class Description class
MultiWordSuggestOracle
The defaultSuggestOracle
.Methods in com.google.gwt.user.client.ui that return SuggestOracle Modifier and Type Method Description SuggestOracle
SuggestBox. getSuggestOracle()
Gets the suggest box'sSuggestOracle
.Methods in com.google.gwt.user.client.ui with parameters of type SuggestOracle Modifier and Type Method Description static SuggestBox
SuggestBox. wrap(SuggestOracle oracle, Element element)
Creates aSuggestBox
widget that wraps an existing <input type='text'> element.Constructors in com.google.gwt.user.client.ui with parameters of type SuggestOracle Constructor Description SuggestBox(SuggestOracle oracle)
Constructor forSuggestBox
.SuggestBox(SuggestOracle oracle, ValueBoxBase<java.lang.String> box)
Constructor forSuggestBox
.SuggestBox(SuggestOracle oracle, ValueBoxBase<java.lang.String> box, SuggestBox.SuggestionDisplay suggestDisplay)
Constructor forSuggestBox
.
-