java.lang.Object | ||
↳ | android.support.v7.widget.RecyclerView.ViewHolder | |
↳ | android.support.v17.leanback.widget.ItemBridgeAdapter.ViewHolder |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.support.v7.widget.RecyclerView.ViewHolder
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get extra object associated with the view.
| |||||||||||
Get currently bound object.
| |||||||||||
Get
Presenter . | |||||||||||
Get
Presenter.ViewHolder . | |||||||||||
Set extra object associated with the view.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.support.v7.widget.RecyclerView.ViewHolder
| |||||||||||
From class
java.lang.Object
|
Get extra object associated with the view. Developer can attach
any customized UI object in addition to Presenter.ViewHolder
.
A typical use case is attaching an animator object.
Set extra object associated with the view. Developer can attach
any customized UI object in addition to Presenter.ViewHolder
.
A typical use case is attaching an animator object.