|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UIInputValidator
Interface class which provides a way to validate or reject input provided
by a user. This is mainly to be used with UIInputReceiver
.
Note: This interface is intended to be implemented by plugins.
Method Summary | |
---|---|
String |
validate(String input)
Validates a input string from the user. |
Method Detail |
---|
String validate(String input)
Note - the returned string in the case of invalid input must be localised - no translating of the string returned will take place.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |