Public 成员函数 | |
| AbNumericWheelAdapter () | |
| AbNumericWheelAdapter (int minValue, int maxValue) | |
| AbNumericWheelAdapter (int minValue, int maxValue, String format) | |
| String | getItem (int index) |
| int | getItemsCount () |
| int | getMaximumLength () |
静态 Public 属性 | |
| static final int | DEFAULT_MAX_VALUE = 9 |
Private 属性 | |
| int | minValue |
| int | maxValue |
| String | format |
静态 Private 属性 | |
| static final int | DEFAULT_MIN_VALUE = 0 |
© 2012 amsoft.cn 名称:AbNumericWheelAdapter.java 描述:轮子适配器(数字)
|
inline |
Default constructor.
|
inline |
Constructor.
| minValue | the wheel min value |
| maxValue | the wheel max value |
|
inline |
Constructor.
| minValue | the wheel min value |
| maxValue | the wheel max value |
| format | the format string |
|
inline |
描述:TODO.
| index | the index |
|
inline |
描述:TODO.
|
inline |
描述:TODO.
|
static |
The default min value.
|
staticprivate |
The default max value.
|
private |
The format.
|
private |
The max value.
|
private |
The min value.
1.8.8