toggle menu
kakao
3.6.3-SNAPSHOT
androidJvm
switch theme
search in API
kakao
/
io.github.kakaocup.kakao.spinner
/
SpinnerAdapterActions
Spinner
Adapter
Actions
public
interface
SpinnerAdapterActions
Inheritors
KSpinner
Members
Functions
close
Link copied to clipboard
public
abstract
Unit
close
(
)
Closes the spinner
get
Popup
View
Link copied to clipboard
public
abstract
ViewInteractionDelegate
getPopupView
(
)
get
Size
Link copied to clipboard
public
Integer
getSize
(
)
Returns the size of the spinner
get
View
Link copied to clipboard
public
abstract
ViewInteractionDelegate
getView
(
)
open
Link copied to clipboard
public
abstract
Unit
open
(
)
Opens the spinner to display it's items
set
Popup
View
Link copied to clipboard
public
abstract
Unit
setPopupView
(
ViewInteractionDelegate
popupView
)