micro_utils.dokka
0.15.1
android
micro_utils.dokka
/
dev.inmo.micro_utils.android.recyclerview
/
AbstractViewHolder
Abstract
View
Holder
android
abstract
class
AbstractViewHolder
<
in
T
>
(
view
:
View
)
:
RecyclerView.ViewHolder
Constructors
Functions
Properties
Inheritors
Constructors
Abstract
View
Holder
Link copied to clipboard
android
fun
AbstractViewHolder
(
view
:
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
Properties
item
View
Link copied to clipboard
android
@
NonNull
val
itemView
:
View
Inheritors
AbstractStandardViewHolder
Link copied to clipboard