options.timeoutInterval.getValue());
}
// Add all Searches to the control
for (Search search : options.searchers) {
GsearcherOptions searchOptions = options.searcherOptions.get(search);
SEARCH_CONTROL.addSearcher(this, search, searchOptions);
}
// Build the UI.
SEARCH_CONTROL.draw(this, contents.getElement(), options.drawOptions);