Package com.example.skeddly.ui.adapter
Class ParticipantAdapter
java.lang.Object
android.widget.BaseAdapter
android.widget.ArrayAdapter<Ticket>
com.example.skeddly.ui.adapter.ParticipantAdapter
- All Implemented Interfaces:
android.widget.Adapter,android.widget.Filterable,android.widget.ListAdapter,android.widget.SpinnerAdapter,android.widget.ThemedSpinnerAdapter
Adapter for the participant list view
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Field Summary
Fields inherited from interface android.widget.Adapter
IGNORE_ITEM_VIEW_TYPE, NO_SELECTION -
Constructor Summary
ConstructorsConstructorDescriptionParticipantAdapter(android.content.Context context, ArrayList<Ticket> tickets, DatabaseHandler dbHandler, Event event, User currentUser, ParticipantAdapter.OnMessageButtonClickListener listener) Constructor for the ParticipantAdapter -
Method Summary
Modifier and TypeMethodDescriptionandroid.view.ViewgetView(int position, android.view.View convertView, 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
-
ParticipantAdapter
public ParticipantAdapter(android.content.Context context, ArrayList<Ticket> tickets, DatabaseHandler dbHandler, Event event, User currentUser, ParticipantAdapter.OnMessageButtonClickListener listener) Constructor for the ParticipantAdapter- Parameters:
context- The context of the apptickets- The tickets to displaydbHandler- The database handlerevent- The event to get the users from
-
-
Method Details
-
getView
@NonNull public android.view.View getView(int position, @Nullable android.view.View convertView, @NonNull android.view.ViewGroup parent) - Specified by:
getViewin interfaceandroid.widget.Adapter- Overrides:
getViewin classandroid.widget.ArrayAdapter<Ticket>
-