Class BoundValidator
java.lang.Object
org.netbeans.validation.api.builtin.stringvalidation.BoundValidator
-
Method Summary
-
Method Details
-
validate
Description copied from interface:ValidatorValidate the passed model. If the component is invalid, this method shall add problems to the passed list. -
modelType
Description copied from interface:ValidatorThe type of the model object which can be validated. Necessary due to limitations of the Java implementation of generics, so that model conversions can be done at runtime, and declaratively registered ValidationListeners can be matched with Validator types. The return value of this method is expected to remain constant throughout the life of this validator.
-