FragmentContainer
public abstract class FragmentContainer
FragmentHostCallback |
Integration points with the Fragment host. |
Callbacks to a Fragment's container.
Summary
Public constructors |
|---|
Public methods |
|
|---|---|
@NonNull Fragment |
This method is deprecated. Use |
abstract @Nullable View |
onFindViewById(@IdRes int id)Return the view with the given resource ID. |
abstract boolean |
Return |
Public constructors
Public methods
public @NonNull Fragmentinstantiate(
@NonNull Context context,
@NonNull String className,
@Nullable Bundle arguments
)
Creates an instance of the specified fragment, can be overridden to construct fragments with dependencies, or change the fragment being constructed. By default just calls instantiate.
onFindViewById
public abstract @Nullable View onFindViewById(@IdRes int id)
Return the view with the given resource ID. May return null if the view is not a child of this container.