ListAdapterpublic interface ListAdapter implements AdapterExtended {@link Adapter} that is the bridge between a {@link 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. |
Methods Summary |
---|
public boolean | areAllItemsEnabled()Are all items in this ListAdapter enabled?
If yes it means all items are selectable and clickable.
| public boolean | isEnabled(int position)Returns true if the item at the specified position is not a separator.
(A separator is a non-selectable, non-clickable item).
|
|