Abstract Value Members
-
def
bindItem
(view: View, item: T): Unit
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
areAllItemsEnabled
(): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
bindView
(view: View, context: Context, cursor: Cursor): Unit
-
def
changeCursor
(arg0: Cursor): Unit
-
def
clone
(): AnyRef
-
def
convertToString
(arg0: Cursor): CharSequence
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
getCount
(): Int
-
def
getCursor
(): Cursor
-
def
getDropDownView
(arg0: Int, arg1: View, arg2: ViewGroup): View
-
def
getFilter
(): Filter
-
def
getFilterQueryProvider
(): FilterQueryProvider
-
def
getItem
(posn: Int): T
-
def
getItemId
(arg0: Int): Long
-
def
getItemViewType
(arg0: Int): Int
-
def
getView
(arg0: Int, arg1: View, arg2: ViewGroup): View
-
def
getViewTypeCount
(): Int
-
def
hasStableIds
(): Boolean
-
def
hashCode
(): Int
-
var
inflater
: LayoutInflater
-
def
init
(arg0: Context, arg1: Cursor, arg2: Boolean): Unit
-
def
isEmpty
(): Boolean
-
def
isEnabled
(arg0: Int): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
newDropDownView
(arg0: Context, arg1: Cursor, arg2: ViewGroup): View
-
def
newView
(context: Context, cursor: Cursor, parent: ViewGroup): View
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
notifyDataSetChanged
(): Unit
-
def
notifyDataSetInvalidated
(): Unit
-
def
onContentChanged
(): Unit
-
def
registerDataSetObserver
(arg0: DataSetObserver): Unit
-
def
runQueryOnBackgroundThread
(arg0: CharSequence): Cursor
-
def
setFilterQueryProvider
(arg0: FilterQueryProvider): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
unregisterDataSetObserver
(arg0: DataSetObserver): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from CursorAdapter
Inherited from Filterable
Inherited from BaseAdapter
Inherited from SpinnerAdapter
Inherited from ListAdapter
Inherited from Adapter
Inherited from AnyRef
Inherited from Any
Adapter for cursors produced by PositronicDb queries. Automatically handles a fair amount of the usual typecasting gubbish...