| Package | Description | 
|---|---|
| com.actionbarsherlock.internal.widget | 
| Modifier and Type | Class and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 © 2011–2014. All rights reserved.