Uses of Class
com.google.gwt.user.client.ui.SuggestOracle
Packages that use SuggestOracle
Package
Description
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.uiMethods in com.google.gwt.user.client.ui that return SuggestOracleModifier and TypeMethodDescriptionSuggestBox.getSuggestOracle()
Gets the suggest box'sSuggestOracle
.Methods in com.google.gwt.user.client.ui with parameters of type SuggestOracleModifier and TypeMethodDescriptionstatic 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 SuggestOracleModifierConstructorDescriptionSuggestBox
(SuggestOracle oracle) Constructor forSuggestBox
.SuggestBox
(SuggestOracle oracle, ValueBoxBase<String> box) Constructor forSuggestBox
.SuggestBox
(SuggestOracle oracle, ValueBoxBase<String> box, SuggestBox.SuggestionDisplay suggestDisplay) Constructor forSuggestBox
.