CheckableViewAdapter

abstract class CheckableViewAdapter<V : View?>

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun isChecked(): Boolean
Link copied to clipboard
abstract fun setChecked(isChecked: Boolean)
Link copied to clipboard
open fun setContentDescription(@NonNull contentDescription: String)
Link copied to clipboard
abstract fun setEnabled(isEnabled: Boolean)
Link copied to clipboard
open fun setId(@IdRes id: Int)