Properties

Link copied to clipboard
abstract val component: Component
Link copied to clipboard
abstract val componentsLogger: ComponentsLogger?
Link copied to clipboard
abstract val isFullSpan: Boolean
Link copied to clipboard
abstract val isSticky: Boolean
Link copied to clipboard
abstract val logTag: String?
Link copied to clipboard
abstract val name: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val spanSize: Int
Link copied to clipboard
abstract val viewBinder: ViewBinder<*>
Link copied to clipboard
abstract val viewCreator: ViewCreator<*>
Link copied to clipboard
abstract var viewType: Int

Set viewType of current RenderInfo if it was created through ViewRenderInfo.create and a custom viewType was not set, or otherwise it will throw UnsupportedOperationException.

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 getCustomAttribute(key: String): Any?
Link copied to clipboard
abstract fun getDebugInfo(key: String): Any?
Link copied to clipboard
abstract fun hasCustomViewType(): Boolean
Link copied to clipboard
abstract fun rendersComponent(): Boolean
Link copied to clipboard
abstract fun rendersView(): Boolean