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 FormValidator
ApplicationBuilderData. getFormValidator()
Returns theFormValidator
for validating the current form.Methods in net.sf.jguiraffe.gui.app with parameters of type FormValidator Modifier and Type Method Description void
ApplicationBuilderData. setFormValidator(FormValidator validator)
Sets theFormValidator
for 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 FormValidator
BuilderData. getFormValidator()
Returns theFormValidator
for validating theForm
object. -
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 FormValidator
FormController. getFormValidator()
Returns aFormValidator
for validating the associated form.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormValidator Modifier and Type Method Description void
FormController. setFormValidator(FormValidator formValidator)
Sets aFormValidator
for 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 FormValidator
Form. getFormValidator()
Returns the form validator.Methods in net.sf.jguiraffe.gui.forms with parameters of type FormValidator Modifier and Type Method Description void
Form. setFormValidator(FormValidator formValidator)
Sets the form validator.
-