Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.components.tags |
A package with tag handler classes for creating GUI components.
|
net.sf.jguiraffe.gui.forms |
A package for dealing with forms.
|
Modifier and Type | Method and Description |
---|---|
ValidatorWrapper |
InputComponentTag.getFieldValidator()
Returns the field level validator.
|
ValidatorWrapper |
InputComponentTag.getFormValidator()
Returns the form level validator.
|
Modifier and Type | Method and Description |
---|---|
void |
InputComponentTag.setFieldValidator(ValidatorWrapper fieldValidator)
Sets the field level validator.
|
void |
InputComponentTag.setFormValidator(ValidatorWrapper formValidator)
Sets the form level validator.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultValidatorWrapper
A default implementation of the
ValidatorWrapper interface. |
class |
DummyWrapper
A dummy implementation of the
TransformerWrapper and the
ValidatorWrapper interfaces. |
Modifier and Type | Method and Description |
---|---|
ValidatorWrapper |
DefaultFieldHandler.getLogicValidator()
Returns the validator used for validation on the logic level.
|
ValidatorWrapper |
DefaultFieldHandler.getSyntaxValidator()
Returns the validator used for validation on the syntax level.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultFieldHandler.setLogicValidator(ValidatorWrapper formValidator)
Sets the validator used for validation on the logic level.
|
void |
DefaultFieldHandler.setSyntaxValidator(ValidatorWrapper fieldValidator)
Sets the validator used for validation on the syntax level.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.