public class AdminItineraryGlobetrotterViewHolder extends AbstractViewHolder
| Constructor and Description |
|---|
AdminItineraryGlobetrotterViewHolder(android.view.View itemView,
android.content.Context context)
The view holder's constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCicerone(java.lang.String username)
Show the itinerary's cicerone's username.
|
void |
setItineraryTitle(java.lang.String title)
Show the itinerary's title.
|
void |
setLocation(java.lang.String location)
Show the itinerary's location.
|
void |
setRequestedDate(java.util.Date date)
Show the reservation's requested date.
|
formatDate, getContext, setOnClickListenerpublic AdminItineraryGlobetrotterViewHolder(@NonNull
android.view.View itemView,
@NonNull
android.content.Context context)
itemView - The view holder's view.context - The view holder's context.AbstractViewHolder.AbstractViewHolder(View, Context)public void setItineraryTitle(java.lang.String title)
title - The itinerary's title.public void setLocation(java.lang.String location)
location - The location.public void setCicerone(java.lang.String username)
username - The username.public void setRequestedDate(java.util.Date date)
date - The requested date.