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 ValidatorWrapperInputComponentTag. getFieldValidator()Returns the field level validator.ValidatorWrapperInputComponentTag. 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 voidInputComponentTag. setFieldValidator(ValidatorWrapper fieldValidator)Sets the field level validator.voidInputComponentTag. 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 classDefaultValidatorWrapperA default implementation of theValidatorWrapperinterface.classDummyWrapperA dummy implementation of theTransformerWrapperand theValidatorWrapperinterfaces.Methods in net.sf.jguiraffe.gui.forms that return ValidatorWrapper Modifier and Type Method Description ValidatorWrapperDefaultFieldHandler. getLogicValidator()Returns the validator used for validation on the logic level.ValidatorWrapperDefaultFieldHandler. 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 voidDefaultFieldHandler. setLogicValidator(ValidatorWrapper formValidator)Sets the validator used for validation on the logic level.voidDefaultFieldHandler. setSyntaxValidator(ValidatorWrapper fieldValidator)Sets the validator used for validation on the syntax level.
-