- notifyChildChanged(int, int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the parent at parentPosition has
a child located at childPosition that has changed.
- notifyChildInserted(int, int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the parent reflected at parentPosition
has a child list item that has been newly inserted at childPosition.
- notifyChildMoved(int, int, int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the child list item contained within the parent
at parentPosition has moved from fromChildPosition to toChildPosition.
- notifyChildRangeChanged(int, int, int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the parent at parentPosition has
itemCount children starting at childPositionStart that have changed.
- notifyChildRangeInserted(int, int, int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the parent reflected at parentPosition
has itemCount child list items that have been newly inserted at childPositionStart.
- notifyChildRangeRemoved(int, int, int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the parent located at parentPosition
has itemCount children that have been removed from the data set, previously
located at childPositionStart onwards.
- notifyChildRemoved(int, int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the parent located at parentPosition
has a child that has been removed from the data set, previously located at childPosition.
- notifyParentChanged(int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the parent at parentPosition has changed.
- notifyParentDataSetChanged(boolean) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the data set has changed.
- notifyParentInserted(int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the parent reflected at parentPosition
has been newly inserted.
- notifyParentMoved(int, int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the parent and its children reflected at
fromParentPosition has been moved to toParentPosition.
- notifyParentRangeChanged(int, int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the itemCount parents starting
at parentPositionStart have changed.
- notifyParentRangeInserted(int, int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the currently reflected itemCount
parents starting at parentPositionStart have been newly inserted.
- notifyParentRangeRemoved(int, int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the itemCount parents previously
located at parentPositionStart have been removed from the data set.
- notifyParentRemoved(int) - Method in class com.bignerdranch.expandablerecyclerview.ExpandableRecyclerAdapter
-
Notify any registered observers that the parents previously located at parentPosition
has been removed from the data set.