Class PaymentsViewHolder


  • public class PaymentsViewHolder
    extends androidx.recyclerview.widget.RecyclerView.ViewHolder
    The RecyclerView.ViewHolder class for PaymentsListAdapter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      android.widget.ImageView mImageLogo  
      android.widget.TextView mTextViewName  
      • Fields inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder

        itemView
    • Constructor Summary

      Constructors 
      Constructor Description
      PaymentsViewHolder​(android.view.View itemView)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void bind​(PaymentTypes paymentTypes)
      Method to bind and display the PaymentTypes to the PaymentsViewHolder
      • Methods inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder

        getAdapterPosition, getItemId, getItemViewType, getLayoutPosition, getOldPosition, getPosition, isRecyclable, setIsRecyclable, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • mImageLogo

        public android.widget.ImageView mImageLogo
      • mTextViewName

        public android.widget.TextView mTextViewName
    • Constructor Detail

      • PaymentsViewHolder

        public PaymentsViewHolder​(@NonNull
                                  android.view.View itemView)