Functions

Link copied to clipboard
abstract fun addCustomAttribute(key: String, value: Any)
Link copied to clipboard
abstract fun addDebugInfo(key: String, value: Any)
Link copied to clipboard
abstract fun getComponent(): Component
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getDebugInfo(key: String): Any
Link copied to clipboard
abstract fun getLogTag(): String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getSpanSize(): Int
Link copied to clipboard
abstract fun getViewBinder(): ViewBinder
Link copied to clipboard
abstract fun getViewCreator(): ViewCreator
Link copied to clipboard
abstract fun getViewType(): Int
Link copied to clipboard
abstract fun hasCustomViewType(): Boolean
Link copied to clipboard
abstract fun isFullSpan(): Boolean
Link copied to clipboard
abstract fun isSticky(): Boolean
Link copied to clipboard
abstract fun rendersComponent(): Boolean
Link copied to clipboard
abstract fun rendersView(): Boolean
Link copied to clipboard
abstract 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 .