Package com.xffffff.wellfed.common
Class EditItemAdapter.ItemViewHolder
- java.lang.Object
-
- androidx.recyclerview.widget.RecyclerView.ViewHolder
-
- com.xffffff.wellfed.common.EditItemAdapter.ItemViewHolder
-
- Enclosing class:
- EditItemAdapter<Item>
public static class EditItemAdapter.ItemViewHolder extends androidx.recyclerview.widget.RecyclerView.ViewHolderViewholder for the items
-
-
Constructor Summary
Constructors Constructor Description ItemViewHolder(android.view.View itemView)constructor for creating the view
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description android.widget.ButtongetDeleteButton()getDeleteButton - gets the delete buttonandroid.widget.ButtongetEditButton()getEditButton - gets the edit buttonandroid.widget.TextViewgetHeadlineTextView()getHeadlineTextView - gets the headline text viewandroid.widget.TextViewgetLeadingTextView()getLeadingTextView - gets the leading text view
-
-
-
Method Detail
-
getLeadingTextView
public android.widget.TextView getLeadingTextView()
getLeadingTextView - gets the leading text view- Returns:
- the leading text view
-
getHeadlineTextView
public android.widget.TextView getHeadlineTextView()
getHeadlineTextView - gets the headline text view- Returns:
- the headline text view
-
getEditButton
public android.widget.Button getEditButton()
getEditButton - gets the edit button- Returns:
- the edit button
-
getDeleteButton
public android.widget.Button getDeleteButton()
getDeleteButton - gets the delete button- Returns:
- the delete button
-
-