Uses of Interface
net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerValidationListener
-
Packages that use FormControllerValidationListener Package Description net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers.net.sf.jguiraffe.gui.builder.window.tags A package with tag handler classes for creating window components. -
-
Uses of FormControllerValidationListener in net.sf.jguiraffe.gui.builder.window.ctrl
Classes in net.sf.jguiraffe.gui.builder.window.ctrl that implement FormControllerValidationListener Modifier and Type Class Description class
ColorFieldMarker
A specializedFormControllerValidationListener
implementation that can change the colors of fields depending on their validation status.class
ToolTipFieldMarker
A specializedFormControllerValidationListener
implementation that is able to adapt the tool tips of input elements for which validation messages are available.Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return FormControllerValidationListener Modifier and Type Method Description FormControllerValidationListener[]
FormController. getValidationListeners()
Returns an array with allFormControllerValidationListener
objects registered at thisFormController
.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormControllerValidationListener Modifier and Type Method Description void
FormController. addValidationListener(FormControllerValidationListener l)
Adds aFormControllerValidationListener
to this controller.void
FormController. removeValidationListener(FormControllerValidationListener l)
Removes the specifiedFormControllerValidationListener
from this controller. -
Uses of FormControllerValidationListener in net.sf.jguiraffe.gui.builder.window.tags
Methods in net.sf.jguiraffe.gui.builder.window.tags with parameters of type FormControllerValidationListener Modifier and Type Method Description void
FormControllerTag. addValidationListener(FormControllerValidationListener l)
Adds aFormControllerValidationListener
.
-