|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Filterable<T>
Interface for objects (typically widgets) whose contents can be filtered using a textual expression.
| Nested Class Summary | |
|---|---|
static class |
Filterable.FilterResult<T>
A single result of a filtering operation. |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
List<Filterable.FilterResult<T>> filter(String query)
query -
void onSelectItem(T selectedItem)
selectedItem -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||