micro_utils.dokka
0.17.7
android
micro_utils.dokka
/
dev.inmo.micro_utils.android.recyclerview
/
AbstractStandardViewHolder
Abstract
Standard
View
Holder
android
abstract
class
AbstractStandardViewHolder
<
T
>
(
inflater
:
LayoutInflater
,
container
:
ViewGroup
?
,
viewId
:
Int
,
onViewInflated
:
(
View
)
->
Unit
?
=
null
)
:
AbstractViewHolder
<
T
>
Inheritors
ActionViewHolder
Members
Constructors
Abstract
Standard
View
Holder
Link copied to clipboard
android
constructor
(
container
:
ViewGroup
,
viewId
:
Int
,
onViewInflated
:
(
View
)
->
Unit
?
=
null
)
constructor
(
inflater
:
LayoutInflater
,
container
:
ViewGroup
?
,
viewId
:
Int
,
onViewInflated
:
(
View
)
->
Unit
?
=
null
)
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