Uses of Class
net.sf.jguiraffe.gui.builder.window.ctrl.FormController
-
Packages that use FormController Package Description net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers. -
-
Uses of FormController in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return FormController Modifier and Type Method Description FormControllerFormControllerEvent. getFormController()Returns theFormControllerwhich generated this event.FormControllerFormValidationTriggerFocus. getFormController()Returns a reference to the associatedFormController.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormController Modifier and Type Method Description protected ColorColorFieldMarker. getWidgetBackgroundColor(FormController controller, String field)Returns the default background color of the specified widget.protected ColorColorFieldMarker. getWidgetForegroundColor(FormController controller, String field)Returns the default foreground color of the specified widget.voidFormValidationTrigger. initTrigger(FormController controller)Initializes this validation trigger and registers the associated form controller.voidFormValidationTriggerFocus. initTrigger(FormController controller)Initializes thisFormValidationTrigger.voidFormValidationTriggerNone. initTrigger(FormController controller)Initializes this trigger and gives it the chance to register itself at the specified form controller.protected voidColorFieldMarker. updateField(FormController controller, String field, FormValidatorResults validationResults, boolean visited)Updates the colors for the given field.Constructors in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FormController Constructor Description FormControllerEvent(FormController source)Creates a new instance ofFormControllerEventand initializes it with theFormControllerwhich is the source of this event.FormControllerFieldStatusEvent(FormController controller, String field)Creates a new instance ofFormControllerFieldStatusEventand initializes it with theFormControllerthat is the source of this event and the name of the field affected by this event.FormControllerFormEvent(FormController ctrl, FormControllerFormEvent.Type t)Creates a new instance ofFormControllerFormEventand initializes it.FormControllerValidationEvent(FormController source, FormValidatorResults results)Creates a new instance ofFormControllerValidationEventand initializes it with theFormControllerthat is the source of this event and the results of the validation operation.
-