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 classColorFieldMarkerA specializedFormControllerValidationListenerimplementation 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 allFormControllerFieldStatusListenerobjects registered at thisFormController.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormControllerFieldStatusListener Modifier and Type Method Description voidFormController. addFieldStatusListener(FormControllerFieldStatusListener l)Adds aFormControllerFieldStatusListenerto this controller.voidFormController. removeFieldStatusListener(FormControllerFieldStatusListener l)Removes the specifiedFormControllerFieldStatusListenerfrom 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 voidFormControllerTag. addFieldStatusListener(FormControllerFieldStatusListener l)Adds aFormControllerFieldStatusListener.
-