public interface Filterable<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Filterable.FilterResult<T>
A single result of a filtering operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filterable.FilterResult<T>> |
filter(String query)
Returns the fiterable's contents that match the query.
|
void |
onSelectItem(T selectedItem)
A chance for executing some logic when a item is selected after a filtering operation.
|
List<Filterable.FilterResult<T>> filter(String query)
query - void onSelectItem(T selectedItem)
selectedItem - Copyright © 2014. All rights reserved.