Skip navigation links
A B C D E F G H I J N O P R S U V 

S

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
Defines the choice behavior for the attached ExpandableListView.
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
Set a ChoiceModeListener that will manage the lifecycle of the selection ActionMode.
setNotifyOnChange(boolean) - Method in class com.sawyer.advadapters.widget.AbsArrayAdapter
setNotifyOnChange(boolean) - Method in class com.sawyer.advadapters.widget.JSONAdapter
Control whether methods that change the list (JSONAdapter.add(java.lang.Object), JSONAdapter.clear()) automatically call JSONAdapter.notifyDataSetChanged().
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
Controls whether methods that change the list (appendWithId(int, T), putWithId(int, T), remove(int), clear()) automatically call notifyDataSetChanged().
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
A custom abstract BaseAdapter that is backed by a SparseArray of arbitrary objects.
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
Start an ActionMode.
A B C D E F G H I J N O P R S U V 
Skip navigation links