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 |
---|---|
protected ValidationPhase |
ValidatorBaseTag.getValidationPhase()
Returns the validation phase for the current validator.
|
Modifier and Type | Method and Description |
---|---|
static ValidationPhase |
ValidationPhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationPhase[] |
ValidationPhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ValidationResult |
FieldHandler.validate(ValidationPhase phase)
Validates this field either at the field or the form level.
|
ValidationResult |
DefaultFieldHandler.validate(ValidationPhase phase)
Performs validation for the specified phase and returns the results.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.