corny.addressbook.searching
Interface Searchable
- All Known Implementing Classes:
- Address, Contact, MultiValue, MutableAddress, MutableMultiValue
public interface Searchable
Interface for classes which provide fields to search in.
- Author:
- Corny
Method Summary |
void |
addSearchStringsToList(java.util.List<java.lang.Object> searchObjects,
java.lang.String propertyLabel)
Used by Filter classes to fetch the searchable fields of an object. |
addSearchStringsToList
void addSearchStringsToList(java.util.List<java.lang.Object> searchObjects,
java.lang.String propertyLabel)
- Used by Filter classes to fetch the searchable fields of an object.
- Parameters:
searchObjects
- List to add the searchable fields topropertyLabel
- If this is set, only the properties with a specific label
should be added to the list.