Class SetProductAdapter.SetProductViewHolder

  • Enclosing class:
    SetProductAdapter

    public class SetProductAdapter.SetProductViewHolder
    extends androidx.recyclerview.widget.RecyclerView.ViewHolder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      androidx.appcompat.widget.AppCompatImageView ivSetProductSelected  
      androidx.appcompat.widget.LinearLayoutCompat llSetProduct  
      androidx.appcompat.widget.AppCompatRadioButton rbSetProductSelected  
      androidx.appcompat.widget.AppCompatTextView tvSetProductDesc  
      androidx.appcompat.widget.AppCompatTextView tvSetProductName  
      androidx.appcompat.widget.AppCompatTextView tvSetProductPrice  
      • Fields inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder

        itemView
    • Constructor Summary

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

      • 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

      • llSetProduct

        public androidx.appcompat.widget.LinearLayoutCompat llSetProduct
      • ivSetProductSelected

        public androidx.appcompat.widget.AppCompatImageView ivSetProductSelected
      • tvSetProductName

        public androidx.appcompat.widget.AppCompatTextView tvSetProductName
      • tvSetProductPrice

        public androidx.appcompat.widget.AppCompatTextView tvSetProductPrice
      • tvSetProductDesc

        public androidx.appcompat.widget.AppCompatTextView tvSetProductDesc
      • rbSetProductSelected

        public androidx.appcompat.widget.AppCompatRadioButton rbSetProductSelected
    • Constructor Detail

      • SetProductViewHolder

        public SetProductViewHolder​(android.view.View view)