FilterDrawer(builder: DrawerBuilder<Parent, Child>, drawerLayout: DrawerLayout, filterView: View)
The actual FilterDrawer itself
builder - A reference of DrawerBuilder used to build this FilterDrawer
drawerLayout - The DrawerLayout that the FilterDrawer relies on
filterView - The View of FilterDrawer
Parent - Type that extends ParentItem
Child - Type that extends ChildItem
Author
Camerash
See Also