# Print output for @column tags ?> FragmentContainer - Android SDK | Android Developers

Most visited


Recently visited


FragmentContainer

public abstract class FragmentContainer
extends Object

java.lang.Object
   ↳ android.app.FragmentContainer


This class is deprecated.
Use the Support Library FragmentContainer.

Callbacks to a Fragment's container.

Summary


Public constructors

FragmentContainer()

Public methods

abstract <T extends View> T onFindViewById(int id)

Return the view with the given resource ID.

abstract boolean onHasView()

Return true if the container holds any view.

Inherited methods

Public constructors


FragmentContainer

public FragmentContainer ()

Public methods


onFindViewById

public abstract T onFindViewById (int id)

Return the view with the given resource ID. May return null if the view is not a child of this container.

Parameters
id int

Returns
T

onHasView

public abstract boolean onHasView ()

Return true if the container holds any view.

Returns
boolean

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.