Class Index

D P T W

D

DatePicker A view that allows users to pick a date using a set of wheel widgets. 
DateTimePicker A view that allows users to pick a date and time using a set of wheel widgets. 
DroidUxWheelLib A class to manage the registration of the component library. 

P

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.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 Contains interfaces to be implemented by picker views. 
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. 

T

TimePicker A view that allows users to pick time using a set of wheel widgets. 

W

WheelCarousel A custom view that presents a list of items on a 3D carousel-like control and lets the user pick among them. 
WheelContainer A container of wheel widgets. 
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.Adapters.WheelAdapterInterface Adapter that have the option to cycle/loop its content, so that it appears to be an endless loop. 
WheelInterfaces.Listeners Contains interfaces to be implemented by listeners of events raised by com.droidux.widget.wheel wheel widgets. 
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 Contains interfaces to be implemented by com.droidux.widget.wheel wheel views. 
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. 
WheelSpinner A custom view that presents a list of items on a wheel-like control and lets the user pick among them.