belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1
Deprecated since version 27.1.0
RowsFragment
public
class
RowsFragment
extends Fragment
implements
BrowseFragment.MainFragmentRowsAdapterProvider,
BrowseFragment.MainFragmentAdapterProvider
java.lang.Object | ||
↳ | android.app.Fragment | |
↳ | android.support.v17.leanback.app.RowsFragment |
This class was deprecated
in API level 27.1.0.
use RowsSupportFragment
An ordered set of rows of leanback widgets.
A RowsFragment renders the elements of its
ObjectAdapter
as a set
of rows in a vertical list. The Adapter's PresenterSelector
must maintain subclasses
of RowPresenter
.
Summary
Nested classes | |
---|---|
class |
RowsFragment.MainFragmentAdapter
|
class |
RowsFragment.MainFragmentRowsAdapter
This class was deprecated
in API level 27.1.0.
use |
Inherited constants |
---|
![]()
android.content.ComponentCallbacks2
|
Public constructors | |
---|---|
RowsFragment()
|
Public methods | |
---|---|
void
|
enableRowScaling(boolean enable)
This method was deprecated
in API level 24.1.0.
use |
RowPresenter.ViewHolder
|
findRowViewHolderByPosition(int position)
Find row ViewHolder by position in adapter. |
final
ObjectAdapter
|
getAdapter()
Returns the Adapter that represents list of rows. |
final
ItemBridgeAdapter
|
getBridgeAdapter()
Returns the RecyclerView.Adapter that wraps |
MainFragmentAdapter
|
getMainFragmentAdapter()
Returns an instance of |
MainFragmentRowsAdapter
|
getMainFragmentRowsAdapter()
Returns an instance of |
BaseOnItemViewClicke |