|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Validator
Validation interface for text components. Allows the programmer to specify constraints on text data.
This is indicated visually to the user (a red background would be typical), and events are fired by the TextInput if the programmer wishes to take further action.
Method Summary | |
---|---|
boolean |
isValid(String text)
Determines if a text value is valid based on the rules of the validator. |
Method Detail |
---|
boolean isValid(String text)
text
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |