Uses of Class
net.sf.jguiraffe.gui.forms.ValidationPhase
-
Packages that use ValidationPhase 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. -
-
Uses of ValidationPhase in net.sf.jguiraffe.gui.builder.components.tags
Methods in net.sf.jguiraffe.gui.builder.components.tags that return ValidationPhase Modifier and Type Method Description protected ValidationPhase
ValidatorBaseTag. getValidationPhase()
Returns the validation phase for the current validator. -
Uses of ValidationPhase in net.sf.jguiraffe.gui.forms
Methods in net.sf.jguiraffe.gui.forms that return ValidationPhase Modifier and Type Method 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.Methods in net.sf.jguiraffe.gui.forms with parameters of type ValidationPhase Modifier and Type Method Description ValidationResult
DefaultFieldHandler. validate(ValidationPhase phase)
Performs validation for the specified phase and returns the results.ValidationResult
FieldHandler. validate(ValidationPhase phase)
Validates this field either at the field or the form level.
-