public abstract class FragmentContainer extends Object
Fragment
's container.Constructor and Description |
---|
FragmentContainer() |
Modifier and Type | Method and Description |
---|---|
abstract View |
onFindViewById(int id)
Return the view with the given resource ID.
|
abstract boolean |
onHasView()
Return
true if the container holds any view. |