Android APIs
public abstract class

FragmentContainer

extends Object
java.lang.Object
   ↳ android.app.FragmentContainer
Known Direct Subclasses

Class Overview

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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FragmentContainer ()

Added in API level 23

Public Methods

public abstract View onFindViewById (int id)

Added in API level 23

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

public abstract boolean onHasView ()

Added in API level 23

Return true if the container holds any view.