added in version 24.1.0
belongs to Maven artifact com.android.support:leanback-v17:28.0.0-alpha1
Deprecated since version 27.1.0

RowsFragment.MainFragmentRowsAdapter

public static class RowsFragment.MainFragmentRowsAdapter
extends MainFragmentRowsAdapter<RowsFragment>

java.lang.Object
   ↳ android.support.v17.leanback.app.BrowseFragment.MainFragmentRowsAdapter<android.support.v17.leanback.app.RowsFragment>
     ↳ android.support.v17.leanback.app.RowsFragment.MainFragmentRowsAdapter


This class was deprecated in API level 27.1.0.
use RowsSupportFragment

The adapter that RowsFragment implements BrowseFragment.MainFragmentRowsAdapter.

Summary

Public constructors

RowsFragment.MainFragmentRowsAdapter(RowsFragment fragment)

Public methods

RowPresenter.ViewHolder findRowViewHolderByPosition(int position)
int getSelectedPosition()
void setAdapter(ObjectAdapter adapter)

Set the visibility titles/hover of browse rows.

void setOnItemViewClickedListener(OnItemViewClickedListener listener)

Sets an item clicked listener on the fragment.

void setOnItemViewSelectedListener(OnItemViewSelectedListener listener)

Sets an item selection listener.

void setSelectedPosition(int rowPosition, boolean smooth, Presenter.ViewHolderTask rowHolderTask)

Selects a Row and perform an optional task on the Row.

void setSelectedPosition(int rowPosition, boolean smooth)

Selects a Row.

Inherited methods

From class android.support.v17.leanback.app.BrowseFragment.MainFragmentRowsAdapter