| Interface | Description |
|---|---|
| ExpandableRecyclerAdapter.ExpandCollapseListener |
Allows objects to register themselves as expand/collapse listeners to be
notified of change events.
|
| Class | Description |
|---|---|
| ChildViewHolder<C> |
ViewHolder for a child list item.
|
| ExpandableRecyclerAdapter<P extends Parent<C>,C,PVH extends ParentViewHolder,CVH extends ChildViewHolder> |
RecyclerView.Adapter implementation that
adds the ability to expand and collapse list items.
|
| ParentViewHolder<P extends Parent<C>,C> |
ViewHolder for a
Parent
Keeps track of expanded state and holds callbacks which can be used to
trigger expansion-based events. |