GroupViewHolder

ViewHolder for the title in a ExpandableGroup The current implementation does now allow for sub View of the parent view to trigger a collapse / expand. *Only* click events on the parent View will trigger a collapse or expand

Inheritors

Constructors

Link copied to clipboard
constructor(itemView: View)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun collapse()
Link copied to clipboard
open fun expand()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onClick(v: View)
Link copied to clipboard
fun setIsRecyclable(recyclable: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun toString(): String