RecyclerBinderViewHolder

The ViewHolder that hosts LithoView used by RecyclerBinder

Constructors

Link copied to clipboard
constructor(itemView: View)

Properties

Link copied to clipboard
Link copied to clipboard
abstract val lithoView: LithoView?

Return the LithoView, which will be used to bind Components.

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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 override fun toString(): String