A B C E F G H I L M O P R S T 

A

allCheckedText - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
allUncheckedText - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 

B

BaseMultiSelectSpinner - Class in org.djodjo.widget.multiselectspinner
 
BaseMultiSelectSpinner(Context) - Constructor for class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
Construct a new spinner with the given context's theme.
BaseMultiSelectSpinner(Context, int) - Constructor for class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
Construct a new spinner with the given context's theme and the supplied mode of displaying choices.
BaseMultiSelectSpinner(Context, AttributeSet) - Constructor for class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
Construct a new spinner with the given context's theme and the supplied attribute set.
BaseMultiSelectSpinner(Context, AttributeSet, int) - Constructor for class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
Construct a new spinner with the given context's theme, the supplied attribute set, and default style attribute.
BaseMultiSelectSpinner(Context, AttributeSet, int, int) - Constructor for class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
Construct a new spinner with the given context's theme, the supplied attribute set, and default style.
BaseMultiSelectSpinner(Context, AttributeSet, int, int, int) - Constructor for class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
Construct a new spinner with the given context's theme, the supplied attribute set, and default style.
BaseMultiSelectSpinner.MultiSpinnerListener - Interface in org.djodjo.widget.multiselectspinner
 

C

choiceDialogTheme - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 

E

ExpandableMultiSelectSpinner - Class in org.djodjo.widget.multiselectspinner
 
ExpandableMultiSelectSpinner(Context) - Constructor for class org.djodjo.widget.multiselectspinner.ExpandableMultiSelectSpinner
 
ExpandableMultiSelectSpinner(Context, AttributeSet) - Constructor for class org.djodjo.widget.multiselectspinner.ExpandableMultiSelectSpinner
 
ExpandableMultiSelectSpinner(Context, AttributeSet, int) - Constructor for class org.djodjo.widget.multiselectspinner.ExpandableMultiSelectSpinner
 
ExpandableMultiSelectSpinner(Context, AttributeSet, int, int) - Constructor for class org.djodjo.widget.multiselectspinner.ExpandableMultiSelectSpinner
 

F

FilterableMultiSelectSpinner - Class in org.djodjo.widget.multiselectspinner
 
FilterableMultiSelectSpinner(Context) - Constructor for class org.djodjo.widget.multiselectspinner.FilterableMultiSelectSpinner
 
FilterableMultiSelectSpinner(Context, AttributeSet) - Constructor for class org.djodjo.widget.multiselectspinner.FilterableMultiSelectSpinner
 
FilterableMultiSelectSpinner(Context, AttributeSet, int, int) - Constructor for class org.djodjo.widget.multiselectspinner.FilterableMultiSelectSpinner
 

G

getAllCheckedText() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
getAllUncheckedText() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
getChild(int, int) - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
getChildId(int, int) - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
getChildrenCount(int) - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
getChildView(int, int, boolean, View, ViewGroup) - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
getChoiceDialogTheme() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
getChoiceItemLayout() - Method in class org.djodjo.widget.multiselectspinner.ExpandableMultiSelectSpinner
 
getChoiceItemLayout() - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
getExpandableItemLayout() - Method in class org.djodjo.widget.multiselectspinner.ExpandableMultiSelectSpinner
 
getExpandableItemLayout() - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
getGroup(int) - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
getGroupCount() - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
getGroupId(int) - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
getGroupView(int, boolean, View, ViewGroup) - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
getListAdapter() - Method in class org.djodjo.widget.multiselectspinner.MultiSelectSpinner
 
getListener() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
getMaxSelectedItems() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
getMinSelectedItems() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
getSelected() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
getSpinnerItemLayout() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
getSpinnerText() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
getTitleDividerColor() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
getTitleDividerDrawable() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 

H

HashMapListAdapter<T> - Class in org.djodjo.widget.multiselectspinner
 
HashMapListAdapter(LinkedHashMap<String, List<T>>, int, int) - Constructor for class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
hasStableIds() - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 

I

isChildSelectable(int, int) - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
isSelectAll() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
isSelectNone() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
items - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 

L

listAdapter - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
listener - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 

M

maxSelectedItems - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
MDialogBuilder - Class in org.djodjo.widget.multiselectspinner
 
MDialogBuilder(Context) - Constructor for class org.djodjo.widget.multiselectspinner.MDialogBuilder
 
MDialogBuilder(Context, int) - Constructor for class org.djodjo.widget.multiselectspinner.MDialogBuilder
 
minSelectedItems - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
MultiSelectSpinner - Class in org.djodjo.widget.multiselectspinner
 
MultiSelectSpinner(Context) - Constructor for class org.djodjo.widget.multiselectspinner.MultiSelectSpinner
 
MultiSelectSpinner(Context, AttributeSet) - Constructor for class org.djodjo.widget.multiselectspinner.MultiSelectSpinner
 
MultiSelectSpinner(Context, AttributeSet, int) - Constructor for class org.djodjo.widget.multiselectspinner.MultiSelectSpinner
 
MultiSelectSpinner(Context, AttributeSet, int, int) - Constructor for class org.djodjo.widget.multiselectspinner.MultiSelectSpinner
 

O

onCancel(DialogInterface) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
onClick(DialogInterface, int, boolean) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
onItemsSelected(boolean[]) - Method in interface org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner.MultiSpinnerListener
 
onRestoreInstanceState(Parcelable) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
onSaveInstanceState() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
org.djodjo.widget.multiselectspinner - package org.djodjo.widget.multiselectspinner
 

P

performClick() - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
performClick() - Method in class org.djodjo.widget.multiselectspinner.ExpandableMultiSelectSpinner
 
performClick() - Method in class org.djodjo.widget.multiselectspinner.FilterableMultiSelectSpinner
 
performClick() - Method in class org.djodjo.widget.multiselectspinner.MultiSelectSpinner
 

R

refreshSpinnerText(String) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 

S

selectAll - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
selected - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
selectItem(int, boolean) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
setAllCheckedText(String) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
setAllUncheckedText(String) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
setChoiceDialogTheme(int) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
setChoiceItemLayout(int) - Method in class org.djodjo.widget.multiselectspinner.ExpandableMultiSelectSpinner
 
setChoiceItemLayout(int) - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
setExpandableItemLayout(int) - Method in class org.djodjo.widget.multiselectspinner.ExpandableMultiSelectSpinner
 
setExpandableItemLayout(int) - Method in class org.djodjo.widget.multiselectspinner.HashMapListAdapter
 
setItems(LinkedHashMap<String, List<String>>) - Method in class org.djodjo.widget.multiselectspinner.ExpandableMultiSelectSpinner
 
setItems(List<String>) - Method in class org.djodjo.widget.multiselectspinner.MultiSelectSpinner
 
setListAdapter(ListAdapter) - Method in class org.djodjo.widget.multiselectspinner.MultiSelectSpinner
 
setListener(BaseMultiSelectSpinner.MultiSpinnerListener) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
setMaxSelectedItems(int) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
setMinSelectedItems(int) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
setSelectAll(boolean) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
setSpinnerItemLayout(int) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
setTitle(int) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
setTitle(String) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
setTitleDividerColor(int) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
setTitleDividerDrawable(Drawable) - Method in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
spinnerItemLayout - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 

T

title - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
titleDividerColor - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
titleDividerDrawable - Variable in class org.djodjo.widget.multiselectspinner.BaseMultiSelectSpinner
 
A B C E F G H I L M O P R S T