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 classColorFieldMarkerA specializedFormControllerValidationListenerimplementation that can change the colors of fields depending on their validation status.classToolTipFieldMarkerA specializedFormControllerValidationListenerimplementation 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 allFormControllerValidationListenerobjects registered at thisFormController.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormControllerValidationListener Modifier and Type Method Description voidFormController. addValidationListener(FormControllerValidationListener l)Adds aFormControllerValidationListenerto this controller.voidFormController. removeValidationListener(FormControllerValidationListener l)Removes the specifiedFormControllerValidationListenerfrom 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 voidFormControllerTag. addValidationListener(FormControllerValidationListener l)Adds aFormControllerValidationListener.
-