Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.viewset | |
net.sf.jguiraffe.gui.builder.window.ctrl |
This package contains classes and interfaces for the implementation of form
controllers.
|
Modifier and Type | Class and Description |
---|---|
class |
ViewSettingsFormController
A specialized
FormController class for the view settings dialog. |
Modifier and Type | Method and Description |
---|---|
FormController |
FormValidationTriggerFocus.getFormController()
Returns a reference to the associated
FormController . |
FormController |
FormControllerEvent.getFormController()
Returns the
FormController which generated this event. |
Modifier and Type | Method and 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 |
FormValidationTriggerNone.initTrigger(FormController controller)
Initializes this trigger and gives it the chance to register itself at
the specified form controller.
|
void |
FormValidationTriggerFocus.initTrigger(FormController controller)
Initializes this
FormValidationTrigger . |
void |
FormValidationTrigger.initTrigger(FormController controller)
Initializes this validation trigger and registers the associated form
controller.
|
protected void |
ColorFieldMarker.updateField(FormController controller,
String field,
FormValidatorResults validationResults,
boolean visited)
Updates the colors for the given field.
|
Constructor and Description |
---|
FormControllerEvent(FormController source)
Creates a new instance of
FormControllerEvent and initializes it
with the FormController which is the source of this event. |
FormControllerFieldStatusEvent(FormController controller,
String field)
Creates a new instance of
FormControllerFieldStatusEvent and
initializes it with the FormController 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 of
FormControllerFormEvent and initializes
it. |
FormControllerValidationEvent(FormController source,
FormValidatorResults results)
Creates a new instance of
FormControllerValidationEvent and
initializes it with the FormController that is the source of this
event and the results of the validation operation. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.