RecyclerViewExpandableItemManager |
View |
Provides Expandable item function   |
ExpandableItemViewHolder |
View |
Implement this interface on your RecyclerView.ViewHolder |
ExpandableItemAdapter<GVH, CVH> |
View |
Implement this interface on your RecyclerView.Adapter |
ExpandableDraggableItemAdapter<GVH, CVH> |
View |
(optional) Implement this interface on your RecyclerView.Adapter to support Drag & Drop sort operation |
ExpandableSwipeableItemAdapter<GVH, CVH> |
View |
(optional) Implement this interface on your RecyclerView.Adapter to support Swipe operation |
ExpandableItemConstants |
View |
Constant values area declared in this interface |
AbstractExpandableItemAdapter<GVH, CVH> |
View |
|