Package org.apache.pivot.wtk.validation
Class EmptyTextValidator
- java.lang.Object
-
- org.apache.pivot.wtk.validation.EmptyTextValidator
-
-
Constructor Summary
Constructors Constructor Description EmptyTextValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isValid(java.lang.String text)
Determines if a text value is valid based on the rules of the validator.
-
-
-
Method Detail
-
isValid
public boolean isValid(java.lang.String text)
Description copied from interface:Validator
Determines if a text value is valid based on the rules of the validator.
-
-