Class BasketAdapter.BasketItemViewHolder

  • Enclosing class:
    BasketAdapter

    public class BasketAdapter.BasketItemViewHolder
    extends androidx.recyclerview.widget.RecyclerView.ViewHolder
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void updatePriceInfo()  
      • 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

      • clBasketItem

        public androidx.constraintlayout.widget.ConstraintLayout clBasketItem
      • tvBasketItemMenu

        public androidx.appcompat.widget.AppCompatTextView tvBasketItemMenu
      • ibtnBasketItemRemove

        public androidx.appcompat.widget.AppCompatImageButton ibtnBasketItemRemove
      • tvBasketItemPrice

        public androidx.appcompat.widget.AppCompatTextView tvBasketItemPrice
      • tvBasketItemSubMenu

        public androidx.appcompat.widget.AppCompatTextView tvBasketItemSubMenu
      • tvBasketItemTotalPrice

        public androidx.appcompat.widget.AppCompatTextView tvBasketItemTotalPrice
      • ibtnBasketItemCountDown

        public androidx.appcompat.widget.AppCompatImageButton ibtnBasketItemCountDown
      • tilBasketItemCount

        public com.google.android.material.textfield.TextInputLayout tilBasketItemCount
      • ibtnBasketItemCountUp

        public androidx.appcompat.widget.AppCompatImageButton ibtnBasketItemCountUp
      • position

        public int position
    • Constructor Detail

      • BasketItemViewHolder

        public BasketItemViewHolder​(android.view.View view)
    • Method Detail

      • updatePriceInfo

        private void updatePriceInfo()