Ordered the shortcut listener on the press of Enter key for querying the

filtered data.
Signed-off-by: Gaurav <gaurav.sahay@in.bosch.com>
This commit is contained in:
Gaurav
2016-09-06 13:41:23 +02:00
parent 79b1ae8728
commit 9be2147702

View File

@@ -86,6 +86,7 @@ public class AutoCompleteTextFieldComponent extends HorizontalLayout {
@PostConstruct
public void postConstruct() {
new TextFieldSuggestionBox(rsqlValidationOracle, this).extend(queryTextField);
queryTextField.addShortcutListener(new EnterShortCutListener());
}
/**