Java android.widget Filterable fields, constructors, methods, implement or subclass

Example usage for Java android.widget Filterable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget Filterable.

The text is from its open source code.

Implementation

android.widget.Filterable has the following implementations.
Click this link to see all its implementation.

Method

FiltergetFilter()

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

This method is usually implemented by android.widget.Adapter classes.