micro_utils.dokka
Toggle table of contents
0.29.4
android
Target filter
android
Switch theme
Search in API
Skip to content
micro_utils.dokka
micro_utils.dokka
/
dev.inmo.micro_utils.android.alerts.recyclerview
/
ActionViewHolder
Action
View
Holder
android
class
ActionViewHolder
(
container
:
ViewGroup
,
dialogInterfaceGetter
:
(
)
->
DialogInterface
)
:
AbstractStandardViewHolder
<
AlertAction
>
(
source
)
Members
Constructors
Action
View
Holder
Link copied to clipboard
android
constructor
(
container
:
ViewGroup
,
dialogInterfaceGetter
:
(
)
->
DialogInterface
)
Properties
absolute
Adapter
Position
Link copied to clipboard
android
val
absoluteAdapterPosition
:
Int
adapter
Position
Link copied to clipboard
android
val
adapterPosition
:
Int
binding
Adapter
Link copied to clipboard
android
@get:
Nullable
val
bindingAdapter
:
RecyclerView.Adapter
<
out
RecyclerView.ViewHolder
?
>
?
binding
Adapter
Position
Link copied to clipboard
android
val
bindingAdapterPosition
:
Int
is
Recyclable
Link copied to clipboard
android
val
isRecyclable
:
Boolean
item
Id
Link copied to clipboard
android
val
itemId
:
Long
item
View
Link copied to clipboard
android
@
NonNull
val
itemView
:
View
item
View
Type
Link copied to clipboard
android
val
itemViewType
:
Int
layout
Position
Link copied to clipboard
android
val
layoutPosition
:
Int
old
Position
Link copied to clipboard
android
val
oldPosition
:
Int
position
Link copied to clipboard
android
val
position
:
Int
Functions
on
Bind
Link copied to clipboard
android
open
override
fun
onBind
(
item
:
AlertAction
)
set
Is
Recyclable
Link copied to clipboard
android
fun
setIsRecyclable
(
recyclable
:
Boolean
)