Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specify a custom ViewType identifier for this View. This will be used instead of being generated from the ViewCreator instance.

Link copied to clipboard
open fun debugInfo(key: String, value: Any?): ViewRenderInfo.Builder
Link copied to clipboard
open override fun isFullSpan(isFullSpan: Boolean): ViewRenderInfo.Builder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun spanSize(spanSize: Int): ViewRenderInfo.Builder
Link copied to clipboard

Specify ViewBinder implementation that can bind model to the view provided from .viewCreator.

Link copied to clipboard

Specify ViewCreator implementation that can be used to create a new view if such view is absent in recycling cache. For the same type of views same ViewCreator instance should be provided.