SearchViewCompat.OnCloseListenerCompat
public static abstract class SearchViewCompat.OnCloseListenerCompat
extends Object
java.lang.Object |
|
android.support.v4.widget.SearchViewCompat.OnCloseListenerCompat |
关闭查询UI的回调。
摘要(Summary)
公共方法(Public methods) |
boolean |
onClose() 用户正试图关闭SearchView。 |
Public constructors
SearchViewCompat.OnCloseListenerCompat
SearchViewCompat.OnCloseListenerCompat ()
公共方法(Public methods)
onClose
boolean onClose ()
用户正试图关闭SearchView。
返回(Returns) |
boolean |
true if the listener wants to override the default behavior of clearing the text field and dismissing it, false otherwise. |