DataSourceViewHolder

abstract class DataSourceViewHolder<ITEM, ASYNC_DATA>

Constructors

DataSourceViewHolder
Link copied to clipboard
open fun DataSourceViewHolder(itemView: View)

Functions

dispatchSelection
Link copied to clipboard
open fun dispatchSelection()
setInVerticalLayout
Link copied to clipboard
open fun setInVerticalLayout(inVerticalLayout: Boolean)
setSelectedState
Link copied to clipboard
abstract fun setSelectedState(selected: Boolean)

Properties

isInVerticalLayout
Link copied to clipboard
protected open val isInVerticalLayout: Boolean
stateHandler
Link copied to clipboard
protected val stateHandler: StateHandler