public abstract static class ExpandableRecyclerView.GroupViewHolder
extends android.support.v7.widget.RecyclerView.ViewHolder
Constructor and Description |
---|
GroupViewHolder(android.view.View itemView) |
Modifier and Type | Method and Description |
---|---|
abstract void |
collapse() |
abstract void |
expand() |
abstract boolean |
isExpanded() |
abstract void |
setExpanded(boolean expanded) |