|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMockCentralDialogInputValidator
Interface for classes used to validate user input entered in dialogs.
| Method Summary | |
|---|---|
java.util.List<NodeProblem> |
isValid(java.lang.Object... input)
Returns a list of NodeProblem objects generated during
validation of the supplied input. |
| Method Detail |
|---|
java.util.List<NodeProblem> isValid(java.lang.Object... input)
NodeProblem objects generated during
validation of the supplied input. If empty, the input can be assumed
valid.
input - the user input.
NodeProblem objects generated during
validation of the supplied input.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||