Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-ui
/
com.mapsted.ui.views.widgets.expandablerecyclerview.viewholders
/
ChildViewHolder
Child
View
Holder
open
class
ChildViewHolder
:
RecyclerView.ViewHolder
ViewHolder for
items
Inheritors
ChildViewHolder
ChildViewHolder
Members
Constructors
Child
View
Holder
Link copied to clipboard
constructor
(
itemView
:
View
)
Properties
item
View
Link copied to clipboard
val
itemView
:
View
Functions
get
Absolute
Adapter
Position
Link copied to clipboard
fun
getAbsoluteAdapterPosition
(
)
:
Int
get
Adapter
Position
Link copied to clipboard
fun
getAdapterPosition
(
)
:
Int
get
Binding
Adapter
Link copied to clipboard
fun
getBindingAdapter
(
)
:
RecyclerView.Adapter
<
out
RecyclerView.ViewHolder
>
get
Binding
Adapter
Position
Link copied to clipboard
fun
getBindingAdapterPosition
(
)
:
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
set
Is
Recyclable
Link copied to clipboard
fun
setIsRecyclable
(
recyclable
:
Boolean
)
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String