ListItem.ViewBinder
public
static
interface
ListItem.ViewBinder
androidx.car.widget.ListItem.ViewBinder<VH> |
Functional interface to provide a way to interact with views in ViewHolder
.
ListItem
calls all added ViewBinders when it bind
s to ViewHolder
.
Summary
Public methods | |
---|---|
abstract
void
|
bind(VH viewHolder)
Provides a way to interact with views in view holder. |
Public methods
bind
public abstract void bind (VH viewHolder)
Provides a way to interact with views in view holder.
Parameters | |
---|---|
viewHolder |
VH |
Annotations
Interfaces
Classes
- ActionBar
- AlphaJumpBucketer
- AlphaJumpBucketer.Bucket
- AlphaJumpOverlayView
- ColumnCardView
- ListItem
- ListItem.ViewHolder
- ListItemAdapter
- ListItemAdapter.BackgroundStyle
- ListItemProvider
- ListItemProvider.ListProvider
- PagedListView
- PagedListView.OnScrollListener
- PagedScrollBarView
- PagedSmoothScroller
- PagedSnapHelper
- SeekbarListItem
- SeekbarListItem.ViewHolder
- SubheaderListItem
- SubheaderListItem.ViewHolder
- TextListItem
- TextListItem.ViewHolder