|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectandroid.support.v4.widget.SearchViewCompat.OnQueryTextListenerCompat
public abstract static class SearchViewCompat.OnQueryTextListenerCompat
Callbacks for changes to the query text.
| Constructor Summary | |
|---|---|
SearchViewCompat.OnQueryTextListenerCompat()
|
|
| Method Summary | |
|---|---|
boolean |
onQueryTextChange(java.lang.String newText)
Called when the query text is changed by the user. |
boolean |
onQueryTextSubmit(java.lang.String query)
Called when the user submits the query. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchViewCompat.OnQueryTextListenerCompat()
| Method Detail |
|---|
public boolean onQueryTextSubmit(java.lang.String query)
query - the query text that is to be submitted
public boolean onQueryTextChange(java.lang.String newText)
newText - the new content of the query text field.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||