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 FieldValidationStatusColorFieldMarker. getLastValidationStatus(String field)Returns the last known validation status of the specified field.static FieldValidationStatusFieldValidationStatus. getStatus(ValidationResult vres, boolean visited)Returns theFieldValidationStatusinstance that corresponds to the givenValidationResultand visited status.static FieldValidationStatusFieldValidationStatus. 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 ColorColorFieldMarker. getBackgroundColor(FieldValidationStatus status)Returns the background color for fields with the specifiedFieldValidationStatus.ColorColorFieldMarker. getForegroundColor(FieldValidationStatus status)Returns the foreground color for fields with the specifiedFieldValidationStatus.voidColorFieldMarker. setBackgroundColor(FieldValidationStatus status, Color c)Sets the background color for fields with the specifiedFieldValidationStatus.voidColorFieldMarker. setForegroundColor(FieldValidationStatus status, Color c)Sets the foreground color for fields with the specifiedFieldValidationStatus.protected voidColorFieldMarker. setLastValidationStatus(String field, FieldValidationStatus status)Sets the lastFieldValidationStatusfor the specified field.
-