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

P

PatchedExpandableListAdapter - Class in com.sawyer.advadapters.widget
Meant to replace the BaseExpandableListAdapter as the starting point for building a specialized adapter for the ExpandableListView.
PatchedExpandableListAdapter(Context) - Constructor for class com.sawyer.advadapters.widget.PatchedExpandableListAdapter
Constructor
PatchedExpandableListAdapter.ChoiceMode - Enum in com.sawyer.advadapters.widget
Defines the various behaviors supported for use with ExpandableListView.
PatchedExpandableListAdapter.ChoiceModeListener - Interface in com.sawyer.advadapters.widget
An interface definition for callbacks that receive events for ChoiceMode modal variants.
put(int, T) - Method in class com.sawyer.advadapters.widget.NFSparseAdapter
Given a position in the range of 0...NFSparseAdapter.getCount() - 1, sets a new value for the key-value stored at that position.
put(int, T) - Method in class com.sawyer.advadapters.widget.SparseAdapter
Given a position in the range of 0...getCount() - 1, sets a new value for the key-value stored at that position.
putAll(SparseArray<T>) - Method in class com.sawyer.advadapters.widget.NFSparseAdapter
Adds the specified SparseArray to the adapter, replacing any existing mappings from the specified keys if there were any.
putAll(SparseArray<T>) - Method in class com.sawyer.advadapters.widget.SparseAdapter
Adds the specified SparseArray to the adapter, replacing any existing mappings from the specified keys if there were any.
putWithId(int, T) - Method in class com.sawyer.advadapters.widget.NFSparseAdapter
Adds the specified key and item to the adapter, replacing the previous mapping from the specified key if there was one.
putWithId(int, T) - Method in class com.sawyer.advadapters.widget.SparseAdapter
Adds the specified key and item to the adapter, replacing the previous mapping from the specified key if there was one.
A B C D E F G H I J N O P R S U V 
Skip navigation links