- setChildChecked(int, int, boolean) - Method in class com.sawyer.advadapters.widget.PatchedExpandableListAdapter
-
Sets the checked state of the specified child.
- setChoiceMode(PatchedExpandableListAdapter.ChoiceMode) - Method in class com.sawyer.advadapters.widget.PatchedExpandableListAdapter
-
- setGroupChecked(int, boolean) - Method in class com.sawyer.advadapters.widget.PatchedExpandableListAdapter
-
Sets the checked state of the specified group.
- setJSONArray(JSONArray) - Method in class com.sawyer.advadapters.widget.JSONAdapter
-
Resets the adapter to store a new JSONArray of items.
- setJSONArray(JSONArray) - Method in class com.sawyer.advadapters.widget.NFJSONArrayAdapter
-
Resets the adapter to store a new JSONArray of items.
- setList(Collection<? extends T>) - Method in class com.sawyer.advadapters.widget.AbsArrayAdapter
-
Resets the adapter to store a new list of items.
- setList(Collection<? extends T>) - Method in class com.sawyer.advadapters.widget.NFArrayAdapter
-
Resets the adapter to store a new list of items.
- setList(Collection<? extends C>) - Method in class com.sawyer.advadapters.widget.NFRolodexArrayAdapter
-
Resets the adapter to store a new list of children items.
- setList(Collection<? extends C>) - Method in class com.sawyer.advadapters.widget.RolodexArrayAdapter
-
Resets the adapter to store a new list of children items.
- setMultiChoiceModeListener(PatchedExpandableListAdapter.ChoiceModeListener) - Method in class com.sawyer.advadapters.widget.PatchedExpandableListAdapter
-
- setNotifyOnChange(boolean) - Method in class com.sawyer.advadapters.widget.AbsArrayAdapter
-
- setNotifyOnChange(boolean) - Method in class com.sawyer.advadapters.widget.JSONAdapter
-
- setNotifyOnChange(boolean) - Method in class com.sawyer.advadapters.widget.NFArrayAdapter
-
- setNotifyOnChange(boolean) - Method in class com.sawyer.advadapters.widget.NFJSONArrayAdapter
-
- setNotifyOnChange(boolean) - Method in class com.sawyer.advadapters.widget.NFRolodexArrayAdapter
-
- setNotifyOnChange(boolean) - Method in class com.sawyer.advadapters.widget.NFSparseAdapter
-
- setNotifyOnChange(boolean) - Method in class com.sawyer.advadapters.widget.RolodexArrayAdapter
-
- setNotifyOnChange(boolean) - Method in class com.sawyer.advadapters.widget.SparseAdapter
-
- setOnChildClickListener(ExpandableListView.OnChildClickListener) - Method in class com.sawyer.advadapters.widget.PatchedExpandableListAdapter
-
Register a callback to be invoked when a child item has been clicked.
- setOnGroupClickListener(ExpandableListView.OnGroupClickListener) - Method in class com.sawyer.advadapters.widget.PatchedExpandableListAdapter
-
Register a callback to be invoked when a group item has been clicked.
- setSparseArray(SparseArray<T>) - Method in class com.sawyer.advadapters.widget.NFSparseAdapter
-
Resets the adapter to store a new SparseArray of items.
- setSparseArray(SparseArray<T>) - Method in class com.sawyer.advadapters.widget.SparseAdapter
-
Resets the adapter to store a new SparseArray of items.
- sort() - Method in class com.sawyer.advadapters.widget.AbsArrayAdapter
-
Sorts the content of this adapter using the natural order of the stored items themselves.
- sort(Comparator<? super T>) - Method in class com.sawyer.advadapters.widget.AbsArrayAdapter
-
Sorts the content of this adapter using the specified comparator.
- sort() - Method in class com.sawyer.advadapters.widget.NFArrayAdapter
-
Sorts the content of this adapter using the natural order of the stored items themselves.
- sort(Comparator<? super T>) - Method in class com.sawyer.advadapters.widget.NFArrayAdapter
-
Sorts the content of this adapter using the specified comparator.
- sortAllChildren() - Method in class com.sawyer.advadapters.widget.NFRolodexArrayAdapter
-
Sorts the children of each grouping using the natural order of the items themselves.
- sortAllChildren(Comparator<? super C>) - Method in class com.sawyer.advadapters.widget.NFRolodexArrayAdapter
-
Sorts the children of each grouping using the specified comparator.
- sortAllChildren() - Method in class com.sawyer.advadapters.widget.RolodexArrayAdapter
-
Sorts the children of each grouping using the natural order of the items themselves.
- sortAllChildren(Comparator<? super C>) - Method in class com.sawyer.advadapters.widget.RolodexArrayAdapter
-
Sorts the children of each grouping using the specified comparator.
- sortGroup(int) - Method in class com.sawyer.advadapters.widget.NFRolodexArrayAdapter
-
Sorts the children of the specified group using the natural order of the children themselves.
- sortGroup(int, Comparator<? super C>) - Method in class com.sawyer.advadapters.widget.NFRolodexArrayAdapter
-
Sorts the children of the specified group using the specified comparator.
- sortGroup(int) - Method in class com.sawyer.advadapters.widget.RolodexArrayAdapter
-
Sorts the children of the specified group using the natural order of the children themselves.
- sortGroup(int, Comparator<? super C>) - Method in class com.sawyer.advadapters.widget.RolodexArrayAdapter
-
Sorts the children of the specified group using the specified comparator.
- SparseAdapter<T> - Class in com.sawyer.advadapters.widget
-
- SparseAdapter(Context) - Constructor for class com.sawyer.advadapters.widget.SparseAdapter
-
Constructor
- SparseAdapter(Context, SparseArray<T>) - Constructor for class com.sawyer.advadapters.widget.SparseAdapter
-
Constructor
- startActionMode() - Method in class com.sawyer.advadapters.widget.PatchedExpandableListAdapter
-