ComposableViewHolder

abstract class ComposableViewHolder(val frameView: View)(source)

This abstract class design to encapsulate the view holder delegate functions to work with different view types.

Parameters

frameView

The root View of the associated ViewHolder.

Inheritors

Constructors

Link copied to clipboard
constructor(frameView: View)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun bindAdapter(adapter: AbsAdapter)
Link copied to clipboard
abstract fun bindData(viewData: ViewData)
Link copied to clipboard
open fun onBind(itemView: View)
Link copied to clipboard
open fun onViewRecycled(itemView: View)