Class ShadowAdapterView<T extends Adapter>

Direct Known Subclasses:
ShadowAbsListView, ShadowAbsSpinner

@Implements(android.widget.AdapterView.class) public class ShadowAdapterView<T extends Adapter> extends ShadowViewGroup
  • Constructor Details

    • ShadowAdapterView

      public ShadowAdapterView()
  • Method Details

    • setOnItemSelectedListener

      @Implementation protected void setOnItemSelectedListener(AdapterView.OnItemSelectedListener itemSelectedListener)
    • getItemSelectedListener

      public AdapterView.OnItemSelectedListener getItemSelectedListener()
    • performItemClick

      public boolean performItemClick(int position)
    • findIndexOfItemContainingText

      public int findIndexOfItemContainingText(String targetText)
    • findItemContainingText

      public View findItemContainingText(String targetText)
    • clickFirstItemContainingText

      public void clickFirstItemContainingText(String targetText)
    • populateItems

      public void populateItems()
    • selectItemWithText

      public void selectItemWithText(String s)