public interface TextFilterator<E>
GlazedLists.textFilterator(String[])
Modifier and Type | Method and Description |
---|---|
void |
getFilterStrings(java.util.List<java.lang.String> baseList,
E element)
Gets the specified object as a list of Strings.
|
void getFilterStrings(java.util.List<java.lang.String> baseList, E element)
baseList
- a list that the implementor shall add their filter
strings to via baseList.add()
. This may be a non-empty
List and it is an error to call any method other than add().element
- the object to extract the filter strings from.Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2016-06-08 1:31