InterviewSolution
Saved Bookmarks
| 1. |
Which widget acts as a suggestion box in GWT? |
|
Answer» SuggestBox widget represents a text box or text area which displays a pre-configured set of selections that match the user's input. Each SuggestBox is associated with a single SuggestOracle. The SuggestOracle is used to provide a set of selections given a specific query string. |
|