|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Validator | |
---|---|
com.ehsbe.commons.gui | |
com.ehsbe.commons.util |
Uses of Validator in com.ehsbe.commons.gui |
---|
Methods in com.ehsbe.commons.gui that return Validator | |
---|---|
Validator<Object> |
JxFormattedTextField.getValidator()
Get the Validator used to check, whether the fields input is valid. |
Validator<String> |
JxTextArea.getValidator()
Get the Validator used to check, whether the fields input is valid. |
Validator<String> |
JxTextField.getValidator()
Get the Validator used to check, whether the fields input is valid. |
Validator<Number> |
JxTextNumberField.getValidator()
Get the Validator used to check, whether the fields input is valid. |
Validator<Date> |
JxTextTimeField.getValidator()
Get the Validator used to check, whether the fields input is valid. |
Methods in com.ehsbe.commons.gui with parameters of type Validator | |
---|---|
void |
JxTextTimeField.setValidator(Validator<Date> validator)
Set the Validator used to check, whether the fields input is valid. |
void |
JxTextNumberField.setValidator(Validator<Number> validator)
Set the Validator used to check, whether the fields input is valid. |
void |
JxFormattedTextField.setValidator(Validator<Object> validator)
Set the Validator used to check, whether the fields input is valid. |
void |
JxTextArea.setValidator(Validator<String> validator)
Set the Validator used to check, whether the fields input is valid. |
void |
JxTextField.setValidator(Validator<String> validator)
Set the Validator used to check, whether the fields input is valid. |
Uses of Validator in com.ehsbe.commons.util |
---|
Classes in com.ehsbe.commons.util that implement Validator | |
---|---|
class |
MultiValidator<E>
A Validator, which consist of several other validators of the same kind to verify a certain input. |
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |