de.unikassel.android.sdcframework.app.scheduler
Class SDCFSchedulerEditEntryActivity.EnumSpinnerAdapter<T extends Enum<T>>
java.lang.Object
android.widget.BaseAdapter
android.widget.ArrayAdapter<T>
de.unikassel.android.sdcframework.app.scheduler.SDCFSchedulerEditEntryActivity.EnumSpinnerAdapter<T>
- Type Parameters:
T
- the enumeration type
- All Implemented Interfaces:
- Adapter, Filterable, ListAdapter, SpinnerAdapter
- Enclosing class:
- SDCFSchedulerEditEntryActivity
public class SDCFSchedulerEditEntryActivity.EnumSpinnerAdapter<T extends Enum<T>>
- extends ArrayAdapter<T>
- implements SpinnerAdapter
Inner class to implement an enumeration spinner adapter.
Methods inherited from class android.widget.ArrayAdapter |
add, clear, createFromResource, getContext, getCount, getDropDownView, getFilter, getItem, getItemId, getPosition, getView, insert, notifyDataSetChanged, remove, setDropDownViewResource, setNotifyOnChange, sort |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SDCFSchedulerEditEntryActivity.EnumSpinnerAdapter
public SDCFSchedulerEditEntryActivity.EnumSpinnerAdapter(Context context,
Class<T> enumClass)
- Constructor
- Parameters:
context
- the contextenumClass
- the class of the enumeration type of this adapter