Constructors

Link copied to clipboard
constructor(activity: BaseAbstractActivity, recyclerView: MyRecyclerView, fastScroller: FastScroller? = null, itemClick: (Any) -> Unit)

Types

Link copied to clipboard
open inner class ViewHolder(view: View) : RecyclerView.ViewHolder

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val itemClick: (Any) -> Unit
Link copied to clipboard
abstract override val itemCount: Int

Functions

Link copied to clipboard
abstract fun actionItemPressed(id: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getActionMenuId(): Int
Link copied to clipboard
abstract fun getIsItemSelectable(position: Int): Boolean
Link copied to clipboard
open fun getItemId(position: Int): Long
Link copied to clipboard
abstract fun getItemKeyPosition(key: Int): Int
Link copied to clipboard
abstract fun getItemSelectionKey(position: Int): Int?
Link copied to clipboard
open fun getItemViewType(position: Int): Int
Link copied to clipboard
abstract fun getSelectableItemCount(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun itemLongClicked(position: Int)
Link copied to clipboard
Link copied to clipboard
fun notifyItemChanged(position: Int)
fun notifyItemChanged(position: Int, @Nullable payload: Any?)
Link copied to clipboard
fun notifyItemInserted(position: Int)
Link copied to clipboard
fun notifyItemMoved(fromPosition: Int, toPosition: Int)
Link copied to clipboard
fun notifyItemRangeChanged(positionStart: Int, itemCount: Int)
fun notifyItemRangeChanged(positionStart: Int, itemCount: Int, @Nullable payload: Any?)
Link copied to clipboard
fun notifyItemRangeInserted(positionStart: Int, itemCount: Int)
Link copied to clipboard
fun notifyItemRangeRemoved(positionStart: Int, itemCount: Int)
Link copied to clipboard
fun notifyItemRemoved(position: Int)
Link copied to clipboard
abstract fun onActionModeCreated()
Link copied to clipboard
abstract fun onActionModeDestroyed()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun prepareActionMode(menu: Menu)
Link copied to clipboard
open fun setHasStableIds(hasStableIds: Boolean)