Class MovieSeatAdapter.UnreservedSeatViewHolder

  • Enclosing class:
    MovieSeatAdapter

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

      Fields 
      Modifier and Type Field Description
      androidx.constraintlayout.widget.ConstraintLayout clUnreservedSeat  
      androidx.appcompat.widget.AppCompatTextView tvUnreservedSeatCode  
      • 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

      • clUnreservedSeat

        public androidx.constraintlayout.widget.ConstraintLayout clUnreservedSeat
      • tvUnreservedSeatCode

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

      • UnreservedSeatViewHolder

        public UnreservedSeatViewHolder​(android.view.View view)