Class MovieSeatAdapter.SelectedSeatViewHolder

  • Enclosing class:
    MovieSeatAdapter

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

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

      • clSelectedSeat

        public androidx.constraintlayout.widget.ConstraintLayout clSelectedSeat
      • tvSelectedSeatCode

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

      • SelectedSeatViewHolder

        public SelectedSeatViewHolder​(android.view.View view)