- 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
-