
public class PositiveLongTextValidator extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) long |
minValue |
(package private) EditText |
parent |
| Constructor and Description |
|---|
PositiveLongTextValidator(EditText parent,
long minValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTextChanged(Editable s) |
void |
beforeTextChanged(CharSequence s,
int start,
int count,
int after) |
void |
onTextChanged(CharSequence s,
int start,
int before,
int count) |
public PositiveLongTextValidator(EditText parent,
long minValue)
public void beforeTextChanged(CharSequence s, int start, int count, int after)
public void onTextChanged(CharSequence s, int start, int before, int count)
public void afterTextChanged(Editable s)