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 classMultiWordSuggestOracleThe defaultSuggestOracle.Methods in com.google.gwt.user.client.ui that return SuggestOracle Modifier and Type Method Description SuggestOracleSuggestBox. 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 SuggestBoxSuggestBox. wrap(SuggestOracle oracle, Element element)Creates aSuggestBoxwidget 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.
-