An interface that must be implemented by users of UISearch. It provides the basic functionality for filtering.
Gets the number of filter items.
The number of filter items.
Returns the current search filter state for the item.
The index of the item to retrieve the state for.
true if the item is on, false if off.
Returns the friendly name for the filter item.
The index of the item to get a label for.
A string that will be shown in the user interface.
Called whenever the use toggles a filter selection in the UI. Implementations should use this method to filter their search results.
The index of the item that the user has toggled.
The new toggle value for the item.
An interface that must be implemented by users of UISearch. It provides the basic functionality for filtering.