Most visited

Recently visited

BrowseSupportFragment.ListRowFragmentFactory

public static class BrowseSupportFragment.ListRowFragmentFactory
extends FragmentFactory<RowsSupportFragment>

java.lang.Object
    android.support.v17.leanback.app.BrowseSupportFragment.FragmentFactory<android.support.v17.leanback.app.RowsSupportFragment>
      android.support.v17.leanback.app.BrowseSupportFragment.ListRowFragmentFactory


FragmentFactory执行 ListRow

摘要(Summary)

Public constructors

BrowseSupportFragment.ListRowFragmentFactory()

公共方法(Public methods)

RowsSupportFragment createFragment(Object row)

继承方法(Inherited methods)

From class android.support.v17.leanback.app.BrowseSupportFragment.FragmentFactory
From class java.lang.Object

Public constructors

BrowseSupportFragment.ListRowFragmentFactory

BrowseSupportFragment.ListRowFragmentFactory ()

公共方法(Public methods)

createFragment

RowsSupportFragment createFragment (Object row)

参数(Parameters)
row Object
返回(Returns)
RowsSupportFragment

Hooray!