TreePropsWrappedRenderInfo

A wrapper around RenderInfo that also stores TreeProps used for rendering the component.

Constructors

Link copied to clipboard
constructor(@Nullable renderInfo: RenderInfo, @Nullable treePropContainer: TreePropContainer)

Functions

Link copied to clipboard
open fun addCustomAttribute(key: String, value: Any)
Link copied to clipboard
open fun addDebugInfo(key: String, value: Any)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getName(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getSpanSize(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getViewType(): Int
Link copied to clipboard
Link copied to clipboard
open fun isFullSpan(): Boolean
Link copied to clipboard
open fun isSticky(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun rendersView(): Boolean
Link copied to clipboard
open fun setViewType(viewType: Int)
Set viewType of current RenderInfo if it was created through create and a custom viewType was not set, or otherwise it will throw .