HelpItemsAdapter

Internal use only.

Constructors

Types

HelpItemSelectedListener
Link copied to clipboard
interface HelpItemSelectedListener
HelpItemsViewHolder
Link copied to clipboard
class HelpItemsViewHolder extends RecyclerView.ViewHolder

Functions

bindViewHolder
Link copied to clipboard
final void bindViewHolder(VH holder, int position)
createViewHolder
Link copied to clipboard
final VH createViewHolder(ViewGroup parent, int viewType)
getItemCount
Link copied to clipboard
abstract int getItemCount()
int getItemCount()
getItemId
Link copied to clipboard
long getItemId(int position)
getItems
Link copied to clipboard
List<HelpItemgetItems()
getItemViewType
Link copied to clipboard
int getItemViewType(int position)
hasObservers
Link copied to clipboard
final boolean hasObservers()
hasStableIds
Link copied to clipboard
final boolean hasStableIds()
notifyDataSetChanged
Link copied to clipboard
final void notifyDataSetChanged()
notifyItemChanged
Link copied to clipboard
final void notifyItemChanged(int position)
notifyItemInserted
Link copied to clipboard
final void notifyItemInserted(int position)
notifyItemMoved
Link copied to clipboard
final void notifyItemMoved(int fromPosition, int toPosition)
notifyItemRangeChanged
Link copied to clipboard
final void notifyItemRangeChanged(int positionStart, int itemCount)
notifyItemRangeInserted
Link copied to clipboard
final void notifyItemRangeInserted(int positionStart, int itemCount)
notifyItemRangeRemoved
Link copied to clipboard
final void notifyItemRangeRemoved(int positionStart, int itemCount)
notifyItemRemoved
Link copied to clipboard
final void notifyItemRemoved(int position)
onAttachedToRecyclerView
Link copied to clipboard
void onAttachedToRecyclerView(RecyclerView recyclerView)
onBindViewHolder
Link copied to clipboard
abstract void onBindViewHolder(VH p, int p1)
void onBindViewHolder(HelpItemsAdapter.HelpItemsViewHolder holder, int position)
onCreateViewHolder
Link copied to clipboard
abstract VH onCreateViewHolder(ViewGroup p, int p1)
onDetachedFromRecyclerView
Link copied to clipboard
void onDetachedFromRecyclerView(RecyclerView recyclerView)
onFailedToRecycleView
Link copied to clipboard
boolean onFailedToRecycleView(VH holder)
onViewAttachedToWindow
Link copied to clipboard
void onViewAttachedToWindow(VH holder)
onViewDetachedFromWindow
Link copied to clipboard
void onViewDetachedFromWindow(VH holder)
onViewRecycled
Link copied to clipboard
void onViewRecycled(VH holder)
registerAdapterDataObserver
Link copied to clipboard
setHasStableIds
Link copied to clipboard
void setHasStableIds(boolean hasStableIds)
unregisterAdapterDataObserver
Link copied to clipboard