Uses of Interface
net.sf.jguiraffe.gui.forms.ValidatorWrapper
-
Packages that use ValidatorWrapper Package Description net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components.net.sf.jguiraffe.gui.forms A package for dealing with forms. -
-
Uses of ValidatorWrapper in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return ValidatorWrapper Modifier and Type Method Description ValidatorWrapper
InputComponentTag. getFieldValidator()
Returns the field level validator.ValidatorWrapper
InputComponentTag. getFormValidator()
Returns the form level validator.Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type ValidatorWrapper Modifier and Type Method Description void
InputComponentTag. setFieldValidator(ValidatorWrapper fieldValidator)
Sets the field level validator.void
InputComponentTag. setFormValidator(ValidatorWrapper formValidator)
Sets the form level validator. -
Uses of ValidatorWrapper in net.sf.jguiraffe.gui.forms
Classes in net.sf.jguiraffe.gui.forms that implement ValidatorWrapper Modifier and Type Class Description class
DefaultValidatorWrapper
A default implementation of theValidatorWrapper
interface.class
DummyWrapper
A dummy implementation of theTransformerWrapper
and theValidatorWrapper
interfaces.Methods in net.sf.jguiraffe.gui.forms that return ValidatorWrapper Modifier and Type Method Description ValidatorWrapper
DefaultFieldHandler. getLogicValidator()
Returns the validator used for validation on the logic level.ValidatorWrapper
DefaultFieldHandler. getSyntaxValidator()
Returns the validator used for validation on the syntax level.Methods in net.sf.jguiraffe.gui.forms with parameters of type ValidatorWrapper Modifier and Type Method Description void
DefaultFieldHandler. setLogicValidator(ValidatorWrapper formValidator)
Sets the validator used for validation on the logic level.void
DefaultFieldHandler. setSyntaxValidator(ValidatorWrapper fieldValidator)
Sets the validator used for validation on the syntax level.
-