|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SuggestOracle | |
---|---|
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 | |
---|---|
class |
MultiWordSuggestOracle
The default SuggestOracle . |
Methods in com.google.gwt.user.client.ui that return SuggestOracle | |
---|---|
SuggestOracle |
SuggestBox.getSuggestOracle()
Gets the suggest box's SuggestOracle . |
Methods in com.google.gwt.user.client.ui with parameters of type SuggestOracle | |
---|---|
static SuggestBox |
SuggestBox.wrap(SuggestOracle oracle,
Element element)
Creates a SuggestBox widget that wraps an existing <input
type='text'> element. |
Constructors in com.google.gwt.user.client.ui with parameters of type SuggestOracle | |
---|---|
SuggestBox(SuggestOracle oracle)
Constructor for SuggestBox . |
|
SuggestBox(SuggestOracle oracle,
ValueBoxBase<java.lang.String> box)
Constructor for SuggestBox . |
|
SuggestBox(SuggestOracle oracle,
ValueBoxBase<java.lang.String> box,
SuggestBox.SuggestionDisplay suggestDisplay)
Constructor for SuggestBox . |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |