|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.commons.iloader.node.validators.LengthValidator
public class LengthValidator
A validator that ensures that the trimmed value conforms to the given length.
| Constructor Summary | |
|---|---|
LengthValidator(int min,
int max)
Creates a new validator that ensures the given strings conform to the given length. |
|
| Method Summary | |
|---|---|
boolean |
isBeingValid(java.lang.String value)
Determines if the current value is valid. |
boolean |
isValid(java.lang.String value,
Messages messages)
Determines if the overall input is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LengthValidator(int min,
int max)
min - the minimum length of the inputmax - the maximum length of the input| Method Detail |
|---|
public boolean isBeingValid(java.lang.String value)
IValidator
isBeingValid in interface IValidatorvalue - the string value which has been entered by the end user and requires validation.
public boolean isValid(java.lang.String value,
Messages messages)
IValidatormessages
bundle. Any messages added will be displayed to the end user in the form of a messagebox.
isValid in interface IValidatorvalue - the string value which has been entered by the end user and requires validation.messages - a bundle of messages to be displayed to the end user in the event that validation fails.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||