ToolItem

open class ToolItem

Constructors

ToolItem
Link copied to clipboard
open fun ToolItem(id: String, name: Int, iconSource: ImageSource)
ToolItem
Link copied to clipboard
open fun ToolItem(id: String, name: String, iconSource: ImageSource)

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
getLayout
Link copied to clipboard
open fun getLayout(): Int
getViewHolderClass
Link copied to clipboard
open fun getViewHolderClass(): Class<Out DataSourceViewHolder>
isSelectable
Link copied to clipboard
open fun isSelectable(): Boolean
writeToParcel
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Creator<ToolItem>