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, boolean )  
void  setMultiChoiceModeListener( MultiChoiceModeListener)  
void  setRemoteViewsAdapter( Intent)  
void  setVelocityScale( float)  
void  smoothScrollToPositionFromTop( int, int )  
void  smoothScrollToPositionFromTop( int, int , int )  
 

Added Fields
int  CHOICE_MODE_MULTIPLE  
int  CHOICE_MODE_MULTIPLE_MODAL  
int  CHOICE_MODE_NONE  
int  CHOICE_MODE_SINGLE  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.