Skip navigation links
C E G M N O S 

C

collapse() - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Closes the dropdown menu
com.jaredrummler.materialspinner - package com.jaredrummler.materialspinner
 

E

expand() - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Show the dropdown menu

G

get(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinnerAdapter
 
get(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinnerBaseAdapter
 
getCount() - Method in class com.jaredrummler.materialspinner.MaterialSpinnerAdapter
 
getCount() - Method in class com.jaredrummler.materialspinner.MaterialSpinnerBaseAdapter
 
getItem(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinnerAdapter
 
getItem(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinnerBaseAdapter
 
getItemId(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinnerBaseAdapter
 
getItems() - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Get the list of items in the adapter
getItems() - Method in class com.jaredrummler.materialspinner.MaterialSpinnerAdapter
 
getItems() - Method in class com.jaredrummler.materialspinner.MaterialSpinnerBaseAdapter
 
getItemText(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinnerBaseAdapter
 
getListView() - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Get the ListView that is used in the dropdown menu
getPopupWindow() - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Get the PopupWindow.
getSelectedIndex() - Method in class com.jaredrummler.materialspinner.MaterialSpinner
 
getSelectedIndex() - Method in class com.jaredrummler.materialspinner.MaterialSpinnerBaseAdapter
 
getView(int, View, ViewGroup) - Method in class com.jaredrummler.materialspinner.MaterialSpinnerBaseAdapter
 

M

MaterialSpinner - Class in com.jaredrummler.materialspinner
A spinner that shows a PopupWindow under the view when clicked.
MaterialSpinner(Context) - Constructor for class com.jaredrummler.materialspinner.MaterialSpinner
 
MaterialSpinner(Context, AttributeSet) - Constructor for class com.jaredrummler.materialspinner.MaterialSpinner
 
MaterialSpinner(Context, AttributeSet, int) - Constructor for class com.jaredrummler.materialspinner.MaterialSpinner
 
MaterialSpinner.OnItemSelectedListener<T> - Interface in com.jaredrummler.materialspinner
Interface definition for a callback to be invoked when an item in this view has been selected.
MaterialSpinner.OnNothingSelectedListener - Interface in com.jaredrummler.materialspinner
Interface definition for a callback to be invoked when the dropdown is dismissed and no item was selected.
MaterialSpinnerAdapter<T> - Class in com.jaredrummler.materialspinner
 
MaterialSpinnerAdapter(Context, List<T>) - Constructor for class com.jaredrummler.materialspinner.MaterialSpinnerAdapter
 
MaterialSpinnerBaseAdapter<T> - Class in com.jaredrummler.materialspinner
 
MaterialSpinnerBaseAdapter(Context) - Constructor for class com.jaredrummler.materialspinner.MaterialSpinnerBaseAdapter
 

N

notifyItemSelected(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinnerBaseAdapter
 

O

onItemSelected(MaterialSpinner, int, long, T) - Method in interface com.jaredrummler.materialspinner.MaterialSpinner.OnItemSelectedListener
Callback method to be invoked when an item in this view has been selected.
onMeasure(int, int) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
 
onNothingSelected(MaterialSpinner) - Method in interface com.jaredrummler.materialspinner.MaterialSpinner.OnNothingSelectedListener
Callback method to be invoked when the PopupWindow is dismissed and no item was selected.
onRestoreInstanceState(Parcelable) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
 
onSaveInstanceState() - Method in class com.jaredrummler.materialspinner.MaterialSpinner
 
onTouchEvent(MotionEvent) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
 

S

setAdapter(ListAdapter) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Set a custom adapter for the dropdown items
setAdapter(MaterialSpinnerAdapter<T>) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Set the custom adapter for the dropdown items
setArrowColor(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Set the tint color for the dropdown arrow
setBackgroundColor(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
 
setBackgroundSelector(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinnerBaseAdapter
 
setDropdownHeight(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Set the height of the dropdown menu
setDropdownMaxHeight(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Set the maximum height of the dropdown menu.
setEnabled(boolean) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
 
setItems(T...) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Set the dropdown items
setItems(List<T>) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Set the dropdown items
setOnItemSelectedListener(MaterialSpinner.OnItemSelectedListener) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Register a callback to be invoked when an item in the dropdown is selected.
setOnNothingSelectedListener(MaterialSpinner.OnNothingSelectedListener) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Register a callback to be invoked when the PopupWindow is shown but the user didn't select an item.
setSelectedIndex(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
Set the default spinner item using its index
setTextColor(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinner
 
setTextColor(int) - Method in class com.jaredrummler.materialspinner.MaterialSpinnerBaseAdapter
 
C E G M N O S 
Skip navigation links