ParentAdapter(parentItemList: List<Parent>, childSelectListenerList: ArrayList<OnChildSelectListener<Parent, Child>>)
Adapter for ParentItem used in the FilterDrawer
Parent
- Your custom parent type that extends ParentItem
Child
- Your custom child type that extends ChildItem
parentItemList
- list of ParentItem
childSelectListenerList
- list of OnChildSelectListener to be called when changes happens
Author
Camerash
See Also