Uses of Interface
net.sf.jguiraffe.gui.forms.FormValidator
-
Packages that use FormValidator Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.builder The main package of the builder.net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers.net.sf.jguiraffe.gui.forms A package for dealing with forms. -
-
Uses of FormValidator in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return FormValidator Modifier and Type Method Description FormValidatorApplicationBuilderData. getFormValidator()Returns theFormValidatorfor validating the current form.Methods in net.sf.jguiraffe.gui.app with parameters of type FormValidator Modifier and Type Method Description voidApplicationBuilderData. setFormValidator(FormValidator validator)Sets theFormValidatorfor validating the current form. -
Uses of FormValidator in net.sf.jguiraffe.gui.builder
Methods in net.sf.jguiraffe.gui.builder that return FormValidator Modifier and Type Method Description FormValidatorBuilderData. getFormValidator()Returns theFormValidatorfor validating theFormobject. -
Uses of FormValidator in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return FormValidator Modifier and Type Method Description FormValidatorFormController. getFormValidator()Returns aFormValidatorfor validating the associated form.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormValidator Modifier and Type Method Description voidFormController. setFormValidator(FormValidator formValidator)Sets aFormValidatorfor the the associated form. -
Uses of FormValidator in net.sf.jguiraffe.gui.forms
Methods in net.sf.jguiraffe.gui.forms that return FormValidator Modifier and Type Method Description FormValidatorForm. getFormValidator()Returns the form validator.Methods in net.sf.jguiraffe.gui.forms with parameters of type FormValidator Modifier and Type Method Description voidForm. setFormValidator(FormValidator formValidator)Sets the form validator.
-