com.droidux.pack.wheel.interfaces.WheelInterfaces.Views.WheelCarouselInterface |
![]() |
Represents a contract to be implemented by WheelCarousel
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returs the adapter currently associated with this widget.
| |||||||||||
Gets the item-click listener registered for this view.
| |||||||||||
The Adapter is used to provide the data which backs this Spinner.
| |||||||||||
Whether or not to callback when an item that is not selected is clicked.
| |||||||||||
Registers a listener to be notified when the wheel is scrolled.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returs the adapter currently associated with this widget.
Gets the item-click listener registered for this view.
The Adapter is used to provide the data which backs this Spinner. It also provides methods to transform spinner items based on their position relative to the selected item.
adapter | The adapter to use for this spinner. |
---|
Whether or not to callback when an item that is not selected is clicked.
If false, the item will become selected (and re-centered). If true, the getOnWheelItemClickListener()
will get the callback.
shouldCallback | Whether or not to callback on the listener when an item that is not selected is clicked. |
---|
Registers a listener to be notified when the wheel is scrolled.
listener | The listener to be notified. |
---|