| 接口 | 说明 |
|---|---|
| Input |
Input是对所有需要被验证的输入数据源的抽象.
|
| Loader1A<T> |
数据懒加载器
|
| Loader1B<T> |
数据懒加载器
|
| Loader2A<T> |
数据懒加载器
|
| Loader2B<T> |
数据懒加载器
|
| MessageDisplay |
Display message on fail
|
| Verifier |
校验器
|
| 类 | 说明 |
|---|---|
| AndroidMessageDisplay |
Default message display
|
| AndroidNextInputs |
An Android wrapper for NextInputs
|
| EmptyableVerifier |
Allow empty input Verifier
|
| Fluent |
NextInputs
|
| InputProviders | |
| LazyLoaders | |
| NextInputs |
NextInputs
|
| PairedVerifier<T> | |
| Scheme |
校验模式
|
| SingleVerifier<T> | |
| StaticScheme | |
| TextInput<T extends android.widget.TextView> |
Input wrapper form TextViews(TextView, EditText, Button ...)
|
| TextLazyLoader | |
| Texts | |
| TypedVerifier<T> | |
| ValueScheme | |
| ViewInput<T extends android.view.View> |
Input wrapper form TextViews(TextView, EditText, Button ...)
|
| WidgetAccess |
提供快速访问Android组件的工具类
|
| WidgetProviders |
Inputs tool for Android widgets
|