-
public interface SpinnerAdapterActions
-
-
Method Summary
Modifier and Type Method Description IntegergetSize()Returns the size of the spinner abstract Unitopen()Opens the spinner to display it's items abstract Unitclose()Closes the spinner abstract ViewInteractionDelegategetView()abstract ViewInteractionDelegategetPopupView()abstract UnitsetPopupView(ViewInteractionDelegate popupView)-
-
Method Detail
-
getView
abstract ViewInteractionDelegate getView()
-
getPopupView
abstract ViewInteractionDelegate getPopupView()
-
setPopupView
abstract Unit setPopupView(ViewInteractionDelegate popupView)
-
-
-
-