toggle menu
micro_utils.dokka
0.20.8
android
switch theme
search in API
micro_utils.dokka
/
dev.inmo.micro_utils.android.recyclerview
/
AbstractViewHolder
Abstract
View
Holder
android
abstract
class
AbstractViewHolder
<
in
T
>
(
view
:
View
)
:
RecyclerView.ViewHolder
(
source
)
Inheritors
AbstractStandardViewHolder
Members
Constructors
Abstract
View
Holder
Link copied to clipboard
android
constructor
(
view
:
View
)
Properties
item
View
Link copied to clipboard
android
@
NonNull
val
itemView
:
View
Functions
get
Absolute
Adapter
Position
Link copied to clipboard
android
fun
getAbsoluteAdapterPosition
(
)
:
Int
get
Binding
Adapter
Link copied to clipboard
android
@
Nullable
fun
getBindingAdapter
(
)
:
RecyclerView.Adapter
<
out
RecyclerView.ViewHolder
>
?
get
Binding
Adapter
Position
Link copied to clipboard
android
fun
getBindingAdapterPosition
(
)
:
Int
get
Item
Id
Link copied to clipboard
android
fun
getItemId
(
)
:
Long
get
Item
View
Type
Link copied to clipboard
android
fun
getItemViewType
(
)
:
Int
get
Layout
Position
Link copied to clipboard
android
fun
getLayoutPosition
(
)
:
Int
get
Old
Position
Link copied to clipboard
android
fun
getOldPosition
(
)
:
Int
is
Recyclable
Link copied to clipboard
android
fun
isRecyclable
(
)
:
Boolean
on
Bind
Link copied to clipboard
android
abstract
fun
onBind
(
item
:
T
)
set
Is
Recyclable
Link copied to clipboard
android
fun
setIsRecyclable
(
p0
:
Boolean
)
to
String
Link copied to clipboard
android
open
override
fun
toString
(
)
:
String