toggle menu
ZappBase
androidJvm
switch theme
search in API
Databinding
/
com.zappstudio.databinding.ui.recyclerview.adapter
/
BaseAdapter
/
BaseViewHolder
Base
View
Holder
open
class
BaseViewHolder
(
v
:
View
)
:
RecyclerView.ViewHolder
,
LifecycleOwner
Members
Constructors
Base
View
Holder
Link copied to clipboard
constructor
(
v
:
View
)
Properties
binding
Link copied to clipboard
val
binding
:
ViewDataBinding
item
View
Link copied to clipboard
@
NonNull
val
itemView
:
View
lifecycle
Link copied to clipboard
open
override
val
lifecycle
:
LifecycleRegistry
Functions
get
Adapter
Position
Link copied to clipboard
fun
getAdapterPosition
(
)
:
Int
get
Item
Id
Link copied to clipboard
fun
getItemId
(
)
:
Long
get
Item
View
Type
Link copied to clipboard
fun
getItemViewType
(
)
:
Int
get
Layout
Position
Link copied to clipboard
fun
getLayoutPosition
(
)
:
Int
get
Old
Position
Link copied to clipboard
fun
getOldPosition
(
)
:
Int
get
Position
Link copied to clipboard
fun
getPosition
(
)
:
Int
is
Recyclable
Link copied to clipboard
fun
isRecyclable
(
)
:
Boolean
on
Attach
Link copied to clipboard
fun
onAttach
(
)
on
Detach
Link copied to clipboard
fun
onDetach
(
)
set
Is
Recyclable
Link copied to clipboard
fun
setIsRecyclable
(
p0
:
Boolean
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String