Uses of Class
com.actionbarsherlock.internal.widget.IcsAdapterView

Packages that use IcsAdapterView
com.actionbarsherlock.internal.widget   
 

Uses of IcsAdapterView in com.actionbarsherlock.internal.widget
 

Subclasses of IcsAdapterView in com.actionbarsherlock.internal.widget
 class IcsAbsSpinner
          An abstract base class for spinner widgets.
 class IcsSpinner
          A view that displays one child at a time and lets the user pick among them.
 

Methods in com.actionbarsherlock.internal.widget with parameters of type IcsAdapterView
 boolean IcsAdapterView.OnItemLongClickListener.onItemLongClick(IcsAdapterView<?> parent, android.view.View view, int position, long id)
          Callback method to be invoked when an item in this view has been clicked and held.
 void ScrollingTabContainerView.onItemSelected(IcsAdapterView<?> parent, android.view.View view, int position, long id)
           
 void IcsAdapterView.OnItemSelectedListener.onItemSelected(IcsAdapterView<?> parent, android.view.View view, int position, long id)
          Callback method to be invoked when an item in this view has been selected.
 void ScrollingTabContainerView.onNothingSelected(IcsAdapterView<?> parent)
           
 void IcsAdapterView.OnItemSelectedListener.onNothingSelected(IcsAdapterView<?> parent)
          Callback method to be invoked when the selection disappears from this view.
 



Copyright © 2012-2013. All Rights Reserved.