/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.dialog/GenericListDisplayAdapter/Holder
Holder
\ class Holder(val binding: <Error class: unknown class>) : RecyclerView.ViewHolder
Constructors
Holder | constructor(binding: <Error class: unknown class>) |
Types
Name | Summary |
---|---|
Companion | object Companion |
Properties
Name | Summary |
---|---|
binding | val binding: <Error class: unknown class> |
itemView | @NonNull val itemView: View |
Functions
Name | Summary |
---|---|
getAdapterPosition | fun getAdapterPosition(): Int |
getItemId | fun getItemId(): Long |
getItemViewType | fun getItemViewType(): Int |
getLayoutPosition | fun getLayoutPosition(): Int |
getOldPosition | fun getOldPosition(): Int |
isRecyclable | fun isRecyclable(): Boolean |
setIsRecyclable | fun setIsRecyclable(p0: Boolean) |
toString | open override fun toString(): String |