| Package | Description |
|---|---|
| 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 |
FormValidationTriggerFocus
A specialized
FormValidationTrigger implementation that triggers a
validation operation whenever the user leaves an input field. |
class |
FormValidationTriggerNone
A specialized implementation of a
FormValidationTrigger that
does no triggering at all. |
| Modifier and Type | Method and Description |
|---|---|
FormValidationTrigger |
FormController.getValidationTrigger()
Returns the
FormValidationTrigger. |
| Modifier and Type | Method and Description |
|---|---|
void |
FormController.setValidationTrigger(FormValidationTrigger validationTrigger)
Sets the
FormValidationTrigger. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.