com.droidux.pack.wheel.interfaces.WheelInterfaces.Views.WheelContainerInterface |
Known Indirect Subclasses
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. |
TimePicker |
A view that allows users to pick time using a set of wheel widgets. |
WheelContainer |
A container of wheel widgets. |
|
Class Overview
Represents a contract to be implemented by WheelContainer
.
Summary
Public Methods |
abstract
void
|
setCasingDrawable(Drawable d)
Sets the drawable to be used as the casing/cover of the container.
|
abstract
void
|
setCasingDrawable(int resId)
Sets the drawable to be used as the casing/cover of the container.
|
Public Methods
public
abstract
void
setCasingDrawable
(Drawable d)
Sets the drawable to be used as the casing/cover of the container.
public
abstract
void
setCasingDrawable
(int resId)
Sets the drawable to be used as the casing/cover of the container.
Parameters
resId
| The casing drawable resource id.
|