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 FormController
FormControllerEvent. getFormController()
Returns theFormController
which generated this event.FormController
FormValidationTriggerFocus. 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 Color
ColorFieldMarker. getWidgetBackgroundColor(FormController controller, String field)
Returns the default background color of the specified widget.protected Color
ColorFieldMarker. getWidgetForegroundColor(FormController controller, String field)
Returns the default foreground color of the specified widget.void
FormValidationTrigger. initTrigger(FormController controller)
Initializes this validation trigger and registers the associated form controller.void
FormValidationTriggerFocus. initTrigger(FormController controller)
Initializes thisFormValidationTrigger
.void
FormValidationTriggerNone. initTrigger(FormController controller)
Initializes this trigger and gives it the chance to register itself at the specified form controller.protected void
ColorFieldMarker. 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 ofFormControllerEvent
and initializes it with theFormController
which is the source of this event.FormControllerFieldStatusEvent(FormController controller, String field)
Creates a new instance ofFormControllerFieldStatusEvent
and initializes it with theFormController
that 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 ofFormControllerFormEvent
and initializes it.FormControllerValidationEvent(FormController source, FormValidatorResults results)
Creates a new instance ofFormControllerValidationEvent
and initializes it with theFormController
that is the source of this event and the results of the validation operation.
-