Class android.widget.AbsListView
| Added Methods | |
|---|---|
void clearChoices() |
|
int getCheckedItemCount() |
|
long[] getCheckedItemIds() |
|
int getCheckedItemPosition() |
|
SparseBooleanArray getCheckedItemPositions() |
|
int getChoiceMode() |
|
boolean isFastScrollAlwaysVisible() |
|
boolean isItemChecked(int) |
|
boolean onRemoteAdapterConnected() |
|
void onRemoteAdapterDisconnected() |
|
void setAdapter(ListAdapter) |
|
void setChoiceMode(int) |
|
void setFastScrollAlwaysVisible(boolean) |
|
void setFriction(float) |
|
void setItemChecked(int, |
|
void setMultiChoiceModeListener(MultiChoiceModeListener) |
|
void setRemoteViewsAdapter(Intent) |
|
void setVelocityScale(float) |
|
void smoothScrollToPositionFromTop(int, |
|
void smoothScrollToPositionFromTop(int, |
|
| Added Fields | |
|---|---|
int CHOICE_MODE_MULTIPLE |
|
int CHOICE_MODE_MULTIPLE_MODAL |
|
int CHOICE_MODE_NONE |
|
int CHOICE_MODE_SINGLE |
|
