com.offsetnull.bt.validator.Validator.Validator |
( |
| ) |
|
void com.offsetnull.bt.validator.Validator.add |
( |
EditText |
field, |
|
|
int |
what, |
|
|
String |
message |
|
) |
| |
void com.offsetnull.bt.validator.Validator.reset |
( |
| ) |
|
void com.offsetnull.bt.validator.Validator.showMessage |
( |
Context |
c, |
|
|
String |
result |
|
) |
| |
void com.offsetnull.bt.validator.Validator.showMessageNoDecoration |
( |
Context |
c, |
|
|
String |
result |
|
) |
| |
String com.offsetnull.bt.validator.Validator.validate |
( |
| ) |
|
int com.offsetnull.bt.validator.Validator.VALIDATE_HOSTNAME = 0x02 |
|
static |
int com.offsetnull.bt.validator.Validator.VALIDATE_NOT_BLANK = 0x01 |
|
static |
int com.offsetnull.bt.validator.Validator.VALIDATE_NUMBER = 0x08 |
|
static |
int com.offsetnull.bt.validator.Validator.VALIDATE_NUMBER_NOT_ZERO = 0x10 |
|
static |
int com.offsetnull.bt.validator.Validator.VALIDATE_NUMBER_OR_BLANK = 0x20 |
|
static |
int com.offsetnull.bt.validator.Validator.VALIDATE_PORT_NUMBER = 0x04 |
|
static |
The documentation for this class was generated from the following file:
- /Users/render/apps/BlowTorch/BTLib/src/com/offsetnull/bt/validator/Validator.java