Uses of Interface
net.sf.jguiraffe.gui.builder.window.ctrl.FormValidationTrigger
-
Packages that use FormValidationTrigger Package Description net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers. -
-
Uses of FormValidationTrigger in net.sf.jguiraffe.gui.builder.window.ctrl
Classes in net.sf.jguiraffe.gui.builder.window.ctrl that implement FormValidationTrigger Modifier and Type Class Description class
FormValidationTriggerFocus
A specializedFormValidationTrigger
implementation that triggers a validation operation whenever the user leaves an input field.class
FormValidationTriggerNone
A specialized implementation of aFormValidationTrigger
that does no triggering at all.Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return FormValidationTrigger Modifier and Type Method Description FormValidationTrigger
FormController. getValidationTrigger()
Returns theFormValidationTrigger
.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormValidationTrigger Modifier and Type Method Description void
FormController. setValidationTrigger(FormValidationTrigger validationTrigger)
Sets theFormValidationTrigger
.
-