Uses of Class
net.sf.jguiraffe.gui.builder.window.ctrl.FieldValidationStatus
-
Packages that use FieldValidationStatus Package Description net.sf.jguiraffe.gui.builder.window.ctrl This package contains classes and interfaces for the implementation of form controllers. -
-
Uses of FieldValidationStatus in net.sf.jguiraffe.gui.builder.window.ctrl
Methods in net.sf.jguiraffe.gui.builder.window.ctrl that return FieldValidationStatus Modifier and Type Method Description protected FieldValidationStatus
ColorFieldMarker. getLastValidationStatus(String field)
Returns the last known validation status of the specified field.static FieldValidationStatus
FieldValidationStatus. getStatus(ValidationResult vres, boolean visited)
Returns theFieldValidationStatus
instance that corresponds to the givenValidationResult
and visited status.static FieldValidationStatus
FieldValidationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static FieldValidationStatus[]
FieldValidationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jguiraffe.gui.builder.window.ctrl with parameters of type FieldValidationStatus Modifier and Type Method Description Color
ColorFieldMarker. getBackgroundColor(FieldValidationStatus status)
Returns the background color for fields with the specifiedFieldValidationStatus
.Color
ColorFieldMarker. getForegroundColor(FieldValidationStatus status)
Returns the foreground color for fields with the specifiedFieldValidationStatus
.void
ColorFieldMarker. setBackgroundColor(FieldValidationStatus status, Color c)
Sets the background color for fields with the specifiedFieldValidationStatus
.void
ColorFieldMarker. setForegroundColor(FieldValidationStatus status, Color c)
Sets the foreground color for fields with the specifiedFieldValidationStatus
.protected void
ColorFieldMarker. setLastValidationStatus(String field, FieldValidationStatus status)
Sets the lastFieldValidationStatus
for the specified field.
-