close
The Wayback Machine - https://web.archive.org/web/20170301184115/https://developer.android.com/reference/android/app/FragmentContainer.html
Skip to content

Most visited

Recently visited

navigation

FragmentContainer

public abstract class FragmentContainer
extends Object

java.lang.Object
   ↳ android.app.FragmentContainer
BERJAYAKnown Direct Subclasses


Callbacks to a Fragment's container.

Summary

Public constructors

FragmentContainer()

Public methods

abstract View onFindViewById(int id)

Return the view with the given resource ID.

abstract boolean onHasView()

Return true if the container holds any view.

Inherited methods

BERJAYAFrom class java.lang.Object

Public constructors

FragmentContainer

Added in API level 23
FragmentContainer ()

Public methods

onFindViewById

Added in API level 23
View 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
View

onHasView

Added in API level 23
boolean onHasView ()

Return true if the container holds any view.

Returns
boolean
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.

Take a one-minute survey?
Help us improve Android tools and documentation.