Uses of Interface
net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFieldStatusListener
-
Packages that use FormControllerFieldStatusListener 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 FormControllerFieldStatusListener in net.sf.jguiraffe.gui.builder.window.ctrl
Classes in net.sf.jguiraffe.gui.builder.window.ctrl that implement FormControllerFieldStatusListener Modifier and Type Class Description class
ColorFieldMarker
A specializedFormControllerValidationListener
implementation that can change the colors of fields depending on their validation status.Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return FormControllerFieldStatusListener Modifier and Type Method Description FormControllerFieldStatusListener[]
FormController. getFieldStatusListeners()
Returns an array with allFormControllerFieldStatusListener
objects registered at thisFormController
.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormControllerFieldStatusListener Modifier and Type Method Description void
FormController. addFieldStatusListener(FormControllerFieldStatusListener l)
Adds aFormControllerFieldStatusListener
to this controller.void
FormController. removeFieldStatusListener(FormControllerFieldStatusListener l)
Removes the specifiedFormControllerFieldStatusListener
from this controller. -
Uses of FormControllerFieldStatusListener in net.sf.jguiraffe.gui.builder.window.tags
Methods in net.sf.jguiraffe.gui.builder.window.tags with parameters of type FormControllerFieldStatusListener Modifier and Type Method Description void
FormControllerTag. addFieldStatusListener(FormControllerFieldStatusListener l)
Adds aFormControllerFieldStatusListener
.
-