public class ListViewTextHolder extends ListViewHolder
TextView
.Modifier and Type | Field and Description |
---|---|
TextView |
textView
Represent the textView contained in this instance.
|
itemView
Constructor and Description |
---|
ListViewTextHolder(View itemView)
Creates a new instance of the ListViewTextHolder for the provided itemView
which should contain a text view with id
R.id.groupHeaderText . |
ListViewTextHolder(View itemView,
int textViewResourceId)
Creates a new instance of the ListViewTextHolder for the provided itemView
which should contain a text view with id that is the value of textViewResourceId.
|
getAdapterPosition, getItemId, getItemViewType, getLayoutPosition, getOldPosition, getPosition, isRecyclable, setIsRecyclable, toString
public TextView textView
public ListViewTextHolder(View itemView)
R.id.groupHeaderText
.public ListViewTextHolder(View itemView, int textViewResourceId)