Class MovieSeatAdapter.AlreadyReservedViewHolder

  • Enclosing class:
    MovieSeatAdapter

    public class MovieSeatAdapter.AlreadyReservedViewHolder
    extends androidx.recyclerview.widget.RecyclerView.ViewHolder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      androidx.constraintlayout.widget.ConstraintLayout clAlreadyReserved  
      androidx.appcompat.widget.AppCompatTextView tvAlreadyReservedCode  
      • Fields inherited from class androidx.recyclerview.widget.RecyclerView.ViewHolder

        itemView
    • 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

      • clAlreadyReserved

        public androidx.constraintlayout.widget.ConstraintLayout clAlreadyReserved
      • tvAlreadyReservedCode

        public androidx.appcompat.widget.AppCompatTextView tvAlreadyReservedCode
    • Constructor Detail

      • AlreadyReservedViewHolder

        public AlreadyReservedViewHolder​(android.view.View view)