Package com.syzygy.events.ui.organizer
Class OrganizerAssociatedEntrantsAdapter
java.lang.Object
android.widget.BaseAdapter
android.widget.ArrayAdapter<EventAssociation>
com.syzygy.events.ui.organizer.OrganizerAssociatedEntrantsAdapter
- All Implemented Interfaces:
android.widget.Adapter,android.widget.Filterable,android.widget.ListAdapter,android.widget.SpinnerAdapter,android.widget.ThemedSpinnerAdapter
public class OrganizerAssociatedEntrantsAdapter
extends android.widget.ArrayAdapter<EventAssociation>
The array adapter used for showing users associated to the event
Map
1. Organizer Activity -> Events -> [Event] 2. Organizer Activity -> Add Event -> [Submit]
-
Field Summary
Fields inherited from interface android.widget.Adapter
IGNORE_ITEM_VIEW_TYPE, NO_SELECTION -
Constructor Summary
ConstructorsConstructorDescriptionOrganizerAssociatedEntrantsAdapter(android.content.Context context, List<EventAssociation> dataList) -
Method Summary
Modifier and TypeMethodDescriptionandroid.view.ViewgetView(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, sortMethods inherited from class android.widget.BaseAdapter
areAllItemsEnabled, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetInvalidated, registerDataSetObserver, setAutofillOptions, unregisterDataSetObserverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface android.widget.Adapter
getItemViewType, getViewTypeCount, hasStableIds, isEmpty, registerDataSetObserver, unregisterDataSetObserver
-
Constructor Details
-
OrganizerAssociatedEntrantsAdapter
public OrganizerAssociatedEntrantsAdapter(android.content.Context context, List<EventAssociation> dataList)
-
-
Method Details
-
getView
@NonNull public android.view.View getView(int position, @Nullable android.view.View view, @NonNull android.view.ViewGroup parent) - Specified by:
getViewin interfaceandroid.widget.Adapter- Overrides:
getViewin classandroid.widget.ArrayAdapter<EventAssociation>
-