- notifyChildItemChanged(int, int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the ParentListItem at parentPosition has
a child located at childPosition that has changed.
- notifyChildItemInserted(int, int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the ParentListItem reflected at parentPosition
has a child list item that has been newly inserted at childPosition.
- notifyChildItemMoved(int, int, int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the child list item contained within the ParentListItem
at parentPosition has moved from fromChildPosition to toChildPosition.
- notifyChildItemRangeChanged(int, int, int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the ParentListItem at parentPosition has
itemCount child Objects starting at childPositionStart that have changed.
- notifyChildItemRangeInserted(int, int, int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the ParentListItem reflected at parentPosition
has itemCount child list items that have been newly inserted at childPositionStart.
- notifyChildItemRangeRemoved(int, int, int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the ParentListItem located at parentPosition
has itemCount child list items that have been removed from the data set, previously
located at childPositionStart onwards.
- notifyChildItemRemoved(int, int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the ParentListItem located at parentPosition
has a child list item that has been removed from the data set, previously located at childPosition.
- notifyParentItemChanged(int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the ParentListItem at parentPosition has changed.
- notifyParentItemInserted(int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the ParentListItem reflected at parentPosition
has been newly inserted.
- notifyParentItemMoved(int, int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the ParentListItem and it's child list items reflected at
fromParentPosition has been moved to toParentPosition.
- notifyParentItemRangeChanged(int, int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the itemCount ParentListItems starting
at parentPositionStart have changed.
- notifyParentItemRangeInserted(int, int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the currently reflected itemCount
ParentListItems starting at parentPositionStart have been newly inserted.
- notifyParentItemRangeRemoved(int, int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the itemCount ParentListItems previously located
at parentPositionStart have been removed from the data set.
- notifyParentItemRemoved(int) - Method in class com.bignerdranch.expandablerecyclerview.Adapter.ExpandableRecyclerAdapter
-
Notify any registered observers that the ParentListItem previously located at parentPosition
has been removed from the data set.