public class Validator.IntegerBoxValidator extends Object
| Modifier and Type | Method and Description |
|---|---|
Validator.IntegerBoxValidator |
requireGreaterThan(int value,
String feedback)
Requires a value greater than the provided
|
Validator.IntegerBoxValidator |
requireLessThan(int value,
String feedback)
Requires a value less than the provided
|
Validator.IntegerBoxValidator |
requireNonEmpty(String feedback) |
public Validator.IntegerBoxValidator requireNonEmpty(String feedback)
public Validator.IntegerBoxValidator requireGreaterThan(int value, String feedback)
public Validator.IntegerBoxValidator requireLessThan(int value, String feedback)
Copyright © 2013. All Rights Reserved.