_queryTextBox.setName(ConstraintsParameterMapping.PARAM_QUERY);
_queryTextBox.addKeyPressHandler(new QueryTextBoxHandler());
queryTextBoxPanel.add(_queryTextBox);
DivPanel searchForExamplePanel = new DivPanel();
searchForExamplePanel.addStyleName(_css.SearchWidgetExamplePanel());
searchForPanel.add(searchForExamplePanel);
DivWidget searchForExampleLabel = new DivWidget(
"(ex. \"restaurants\", \"parks\", \"grocery stores\")");
searchForExampleLabel.addStyleName(_css.SearchWidgetExampleLabel());