Listens search event. When user hits Enter the onSearch() method will be invoked with text that user has entered passed into the method. If user clears the search field control - onSearch() method will be invoked with empty string
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
onSearch(java.lang.String text)This method is invoked when search is started. |