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 classFormValidationTriggerFocusA specializedFormValidationTriggerimplementation that triggers a validation operation whenever the user leaves an input field.classFormValidationTriggerNoneA specialized implementation of aFormValidationTriggerthat does no triggering at all.Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return FormValidationTrigger Modifier and Type Method Description FormValidationTriggerFormController. getValidationTrigger()Returns theFormValidationTrigger.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormValidationTrigger Modifier and Type Method Description voidFormController. setValidationTrigger(FormValidationTrigger validationTrigger)Sets theFormValidationTrigger.
-