Since: API Level 2.5
package

com.droidux.pack.wheel.interfaces

Contains interfaces that represents contracts to be implemented by various groups of widgets.

Interfaces

PickerInterfaces.Listeners.OnDateChangedListener Represents a listener to be notified when the date has changed. 
PickerInterfaces.Listeners.OnDateTimeChangedListener Represents a listener to be notified when the datetime has changed. 
PickerInterfaces.Listeners.OnTimeChangedListener Represents a listener to be notified when the time has changed. 
PickerInterfaces.Views.DatePickerInterface Represents the contracts to be implemented by date picker view. 
PickerInterfaces.Views.DateTimePickerInterface Represents the contracts to be implemented by datetime picker view. 
PickerInterfaces.Views.TimePickerInterface Represents the contracts to be implemented by time picker view. 
WheelInterfaces.Adapters.WheelAdapterInterface Adapter that have the option to cycle/loop its content, so that it appears to be an endless loop. 
WheelInterfaces.Listeners.OnWheelItemClickListener Represents a listener to be notified when the item is clicked. 
WheelInterfaces.Listeners.OnWheelItemSelectedListener Represents a listener to be notified when an item is selected. 
WheelInterfaces.Listeners.OnWheelScrollListener Represents a listener to be notified when the wheel is scrolled. 
WheelInterfaces.Views.WheelCarouselInterface Represents a contract to be implemented by WheelCarousel
WheelInterfaces.Views.WheelContainerInterface Represents a contract to be implemented by WheelContainer
WheelInterfaces.Views.WheelSpinnerInterface Represents a contract to be implemented by WheelSpinner
WheelInterfaces.Views.WheelViewInterface Represents a contract to be implemented by wheel views. 
WheelInterfaces.Views.WrapperViewInterface Represents a View that wraps another view. 

Classes

PickerInterfaces Provides the contracts and objects related to various picker widgets. 
PickerInterfaces.Listeners Contains interfaces to be implemented by listeners to events raised by picker widgets. 
PickerInterfaces.Views Contains interfaces to be implemented by picker views. 
WheelInterfaces Provides the contracts and objects related to com.droidux.widget.wheel wheel widgets. 
WheelInterfaces.Adapters Contains interfaces and objects that acts as a bridge between an AdapterView and the underlying data for that view. 
WheelInterfaces.Adapters.BaseWheelAdapter Common implementation of the WheelInterfaces.Adapters.WheelAdapterInterface with the isCyclical() set to false. 
WheelInterfaces.Listeners Contains interfaces to be implemented by listeners of events raised by com.droidux.widget.wheel wheel widgets. 
WheelInterfaces.Views Contains interfaces to be implemented by com.droidux.widget.wheel wheel views.