android.widget
public
interface
android.widget.ListAdapter
The ListAdapter class acts as a bridge between a ListView and the data that
backs the list. Frequently that data comes from a Cursor, but that is not
required. The ListView can display any data provided that it is wrapped in a
ListAdapter.
Known Indirect Subclasses
Summary
Details
Public Methods
public
boolean
areAllItemsSelectable()
Are all items in this ListAdapter selectable?
Returns
- True if all items are selectable
public
boolean
isSelectable(int position)
Returns true if the specified position is a separator (a
non-selectable item).
Parameters
| position
| Index of the item |
Returns
- True is the item is a separator