Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun build(): ViewRenderInfo
Link copied to clipboard
open fun customAttribute(key: String, value: Any): T
Link copied to clipboard
Specify a custom ViewType identifier for this View.
Link copied to clipboard
open fun debugInfo(key: String, value: Any): T
Link copied to clipboard
Link copied to clipboard
open fun isSticky(isSticky: Boolean): T
Link copied to clipboard
open fun parentHeightPercent(heightPercent: Float): T
Link copied to clipboard
open fun parentWidthPercent(widthPercent: Float): T
Link copied to clipboard
open fun spanSize(spanSize: Int): T
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.