public abstract class FragmentContainer
extends Object
java.lang.Object | |
↳ | android.support.v4.app.FragmentContainer |
Known Direct Subclasses |
回调到 Fragment
的容器。
Public constructors |
|
---|---|
FragmentContainer() |
Public methods |
|
---|---|
abstract View |
onFindViewById(int id) 使用给定的资源ID返回视图。 |
abstract boolean |
onHasView() 如果容器持有任何视图,则返回 |
Inherited methods |
|
---|---|
From class java.lang.Object
|
FragmentContainer ()
View onFindViewById (int id)
使用给定的资源ID返回视图。 如果视图不是此容器的子项,则可能会返回null
。
Parameters | |
---|---|
id |
int
|
Returns | |
---|---|
View |
boolean onHasView ()
如果容器包含任何视图,则返回 true
。
Returns | |
---|---|
boolean |