abstract inner class ViewHolder : ViewHolder
Base implementation of the ViewHolder of ChildItem used in the FilterDrawer's ParentItems' child RecyclerView
v
- View used in constructing ViewHolder
See Also
ViewHolder(v: View)
Base implementation of the ViewHolder of ChildItem used in the FilterDrawer's ParentItems' child RecyclerView |
abstract fun bindView(child: ChildItem): Unit
Called when ViewHolder binds with ChildItem |
|
fun getColor(color: Int): Int
Helper method for Supply color from color resource |
|
abstract fun onDeselect(child: ChildItem): Unit
Called when the ChildItem got deselected |
|
abstract fun onReset(child: ChildItem): Unit
Called when the FilterDrawer resets |
|
abstract fun onSelect(child: ChildItem): Unit
Called when the ChildItem got selected |
inner class ViewHolder : ViewHolder
Default implementation of ViewHolder of ChildItem |