Android
android.widget
public interface

android.widget.Filterable

android.widget.Filterable

Defines a filterable behavior. A filterable class can have its data constrained by a filter. Filterable classes are usually Adapter implementations.

Known Indirect Subclasses

See Also

Summary

Public Methods

          Filter  getFilter()

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

Details

Public Methods

public Filter getFilter()

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

This method is usually implemented by Adapter classes.

Returns

  • a filter used to constrain data
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56