FileDocCategorySizeDatePackage
Filterable.javaAPI DocAndroid 1.5 API1206Wed May 06 22:41:56 BST 2009android.widget

Filterable

public interface Filterable

Defines a filterable behavior. A filterable class can have its data constrained by a filter. Filterable classes are usually {@link android.widget.Adapter} implementations.

see
android.widget.Filter

Fields Summary
Constructors Summary
Methods Summary
public FiltergetFilter()

Returns a filter that can be used to constrain data with a filtering pattern.

This method is usually implemented by {@link android.widget.Adapter} classes.

return
a filter used to constrain data