|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchableContainer
Denotes objects that contain SearchableElements that may be searched by a search bar.
Method Summary | |
---|---|
java.lang.Iterable<? extends SearchableElement> |
getSearchableElements()
Returns all of the searchable elements within this Searchable. |
void |
updateContainsSearchResults(boolean containsSearchResults)
Called by the search bar to update the Searchable of whether it currently belongs to the search bar's results. |
Method Detail |
---|
java.lang.Iterable<? extends SearchableElement> getSearchableElements()
void updateContainsSearchResults(boolean containsSearchResults)
containsSearchResults
- true when the SearchableContainer is part of the current results.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |