android.support.v4.widget
Class SearchViewCompat.OnCloseListenerCompat

java.lang.Object
  extended by android.support.v4.widget.SearchViewCompat.OnCloseListenerCompat
Enclosing class:
SearchViewCompat

public abstract static class SearchViewCompat.OnCloseListenerCompat
extends java.lang.Object

Callback for closing the query UI.


Constructor Summary
SearchViewCompat.OnCloseListenerCompat()
           
 
Method Summary
 boolean onClose()
          The user is attempting to close the SearchView.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchViewCompat.OnCloseListenerCompat

public SearchViewCompat.OnCloseListenerCompat()
Method Detail

onClose

public boolean onClose()
The user is attempting to close the SearchView.

Returns:
true if the listener wants to override the default behavior of clearing the text field and dismissing it, false otherwise.