micro_utils.dokka
0.19.0
android
micro_utils.dokka
/
dev.inmo.micro_utils.android.alerts.recyclerview
/
ActionViewHolder
Action
View
Holder
android
class
ActionViewHolder
(
container
:
ViewGroup
,
dialogInterfaceGetter
:
(
)
->
DialogInterface
)
:
AbstractStandardViewHolder
<
AlertAction
>
Members
Constructors
Action
View
Holder
Link copied to clipboard
android
constructor
(
container
:
ViewGroup
,
dialogInterfaceGetter
:
(
)
->
DialogInterface
)
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
open
override
fun
onBind
(
item
:
AlertAction
)
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