public class

AbstractDetailsDescriptionPresenter.ViewHolder

extends Presenter.ViewHolder

 java.lang.Object

androidx.leanback.widget.Presenter.ViewHolder

↳androidx.leanback.widget.AbstractDetailsDescriptionPresenter.ViewHolder

Overview

The ViewHolder for the AbstractDetailsDescriptionPresenter.

Summary

Fields
from Presenter.ViewHolderview
Constructors
publicViewHolder(View view)

Methods
public TextViewgetBody()

public TextViewgetSubtitle()

public TextViewgetTitle()

from Presenter.ViewHoldergetFacet, setFacet
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public ViewHolder(View view)

Methods

public TextView getTitle()

public TextView getSubtitle()

public TextView getBody()