NotFilteringArrayAdapter

class NotFilteringArrayAdapter<T>(context: Context, @LayoutRes resource: Int, val objects: List<T>) : ArrayAdapter<T>

Constructors

Link copied to clipboard
constructor(context: Context, @LayoutRes resource: Int, objects: List<T>)

Properties

Link copied to clipboard
open override val autofillOptions: Array<out CharSequence?>??
Link copied to clipboard
open override val context: Context
Link copied to clipboard
open override val count: Int
Link copied to clipboard
Link copied to clipboard
open override val filter: Filter
Link copied to clipboard
open override val isEmpty: Boolean
Link copied to clipboard
Link copied to clipboard
val objects: List<T>
Link copied to clipboard
open override val viewTypeCount: Int

Functions

Link copied to clipboard
open fun add(object: T?)
Link copied to clipboard
open fun addAll(collection: Collection<out T?>)
open fun addAll(vararg items: T?)
Link copied to clipboard
Link copied to clipboard
open fun clear()
Link copied to clipboard
open fun getDropDownView(position: Int, convertView: View?, parent: ViewGroup?): View?
Link copied to clipboard
open override fun getFilter(): Filter
Link copied to clipboard
open fun getItem(position: Int): T?
Link copied to clipboard
open fun getItemId(position: Int): Long
Link copied to clipboard
open fun getItemViewType(position: Int): Int
Link copied to clipboard
open fun getPosition(item: T?): Int
Link copied to clipboard
open fun getView(position: Int, convertView: View?, parent: ViewGroup): View
Link copied to clipboard
open fun getViewTypeCount(): Int
Link copied to clipboard
open fun hasStableIds(): Boolean
Link copied to clipboard
open fun insert(object: T?, index: Int)
Link copied to clipboard
open fun isEmpty(): Boolean
Link copied to clipboard
open fun isEnabled(position: Int): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun remove(object: T?)
Link copied to clipboard
open fun setAutofillOptions(vararg options: CharSequence?)
Link copied to clipboard
open fun setDropDownViewResource(resource: Int)
Link copied to clipboard
open fun setNotifyOnChange(notifyOnChange: Boolean)
Link copied to clipboard
open fun sort(comparator: Comparator<in T?>)
Link copied to clipboard