|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.izforge.izpack.util.NotEmptyValidator
public class NotEmptyValidator
A validator to enforce non-empty fields.
This validator can be used for rule input fields in the UserInputPanel to make sure that the user entered something.
| Constructor Summary | |
|---|---|
NotEmptyValidator()
|
|
| Method Summary | |
|---|---|
boolean |
validate(ProcessingClient client)
Validates the contend of an input field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotEmptyValidator()
| Method Detail |
|---|
public boolean validate(ProcessingClient client)
Validator
validate in interface Validatorclient - the client object using the services of this validator.
true if the validation passes, otherwise false.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||