# Print output for @column tags ?>
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.
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 |
Inherited methods | |
---|---|
public FragmentContainer ()
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 |
public abstract boolean onHasView ()
Return true
if the container holds any view.
Returns | |
---|---|
boolean |