Android
android.view
public static interface

android.view.LayoutInflater.Filter

android.view.LayoutInflater.Filter

Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed to be inflated.

Known Indirect Subclasses

Summary

Public Methods

          boolean  onLoadClass(Class clazz)
Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed to be inflated.

Details

Public Methods

public boolean onLoadClass(Class clazz)

Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed to be inflated.

Parameters

clazz The class object for the View that is about to be inflated

Returns

  • True if this class is allowed to be inflated, or false otherwise
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56