BrowseSupportFragment.FragmentFactory
public abstract class BrowseSupportFragment.FragmentFactory<T extends Fragment>
BrowseSupportFragment.ListRowFragmentFactory |
FragmentFactory implementation for |
Factory class responsible for creating fragment given the current item. ListRow should return RowsSupportFragment or its subclass whereas PageRow can return any fragment class.
Summary
Public constructors |
|---|
Public methods |
|
|---|---|
abstract T |
createFragment(Object row) |