RecyclerBinderViewHolder

The ViewHolder that hosts LithoView used by RecyclerBinder

Constructors

Link copied to clipboard
constructor(itemView: View)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Return the LithoView, which will be used to bind Components.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setIsRecyclable(recyclable: Boolean)
Link copied to clipboard
abstract fun setLithoViewLayoutParams(lithoView: LithoView, width: Int, height: Int, widthSpec: Int, heightSpec: Int, isFullSpan: Boolean)
Overwrite the LayoutPrams of the LithoView, which is an optional step if there is no need to do so.
Link copied to clipboard
open fun toString(): String