|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.console.ui.views.deploy.util.TextValidator
public final class TextValidator
| Constructor Summary | |
|---|---|
TextValidator(int theMinLength,
int theMaxLength,
boolean theRequiredFlag)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
validate(java.lang.Object theObject)
Determines the content validity of the specified object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextValidator(int theMinLength,
int theMaxLength,
boolean theRequiredFlag)
| Method Detail |
|---|
public java.lang.Object validate(java.lang.Object theObject)
Validator
validate in interface ValidatortheObject - The object whose contents should be validated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||