Package com.syzygy.events.ui.entrant
Class EntrantEventsAdapter
java.lang.Object
android.widget.BaseAdapter
android.widget.ArrayAdapter<EventAssociation>
com.syzygy.events.ui.entrant.EntrantEventsAdapter
- All Implemented Interfaces:
android.widget.Adapter
,android.widget.Filterable
,android.widget.ListAdapter
,android.widget.SpinnerAdapter
,android.widget.ThemedSpinnerAdapter
The array adapter used for showing my events
Map
1. Entrant Activity -> My Events
-
Field Summary
Fields inherited from interface android.widget.Adapter
IGNORE_ITEM_VIEW_TYPE, NO_SELECTION
-
Constructor Summary
ConstructorsConstructorDescriptionEntrantEventsAdapter
(android.content.Context context, List<EventAssociation> dataList) -
Method Summary
Modifier and TypeMethodDescriptionandroid.view.View
getView
(int position, android.view.View view, android.view.ViewGroup parent) Methods inherited from class android.widget.ArrayAdapter
add, addAll, addAll, clear, createFromResource, getAutofillOptions, getContext, getCount, getDropDownView, getDropDownViewTheme, getFilter, getItem, getItemId, getPosition, insert, notifyDataSetChanged, remove, setDropDownViewResource, setDropDownViewTheme, setNotifyOnChange, sort
Methods inherited from class android.widget.BaseAdapter
areAllItemsEnabled, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetInvalidated, registerDataSetObserver, setAutofillOptions, unregisterDataSetObserver
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface android.widget.Adapter
getItemViewType, getViewTypeCount, hasStableIds, isEmpty, registerDataSetObserver, unregisterDataSetObserver
-
Constructor Details
-
EntrantEventsAdapter
-
-
Method Details
-
getView
@NonNull public android.view.View getView(int position, @Nullable android.view.View view, @NonNull android.view.ViewGroup parent) - Specified by:
getView
in interfaceandroid.widget.Adapter
- Overrides:
getView
in classandroid.widget.ArrayAdapter<EventAssociation>
-