Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.window.ctrl |
This package contains classes and interfaces for the implementation of form
controllers.
|
Modifier and Type | Method and 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 the
FieldValidationStatus instance that corresponds to
the given ValidationResult 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.
|
Modifier and Type | Method and Description |
---|---|
Color |
ColorFieldMarker.getBackgroundColor(FieldValidationStatus status)
Returns the background color for fields with the specified
FieldValidationStatus . |
Color |
ColorFieldMarker.getForegroundColor(FieldValidationStatus status)
Returns the foreground color for fields with the specified
FieldValidationStatus . |
void |
ColorFieldMarker.setBackgroundColor(FieldValidationStatus status,
Color c)
Sets the background color for fields with the specified
FieldValidationStatus . |
void |
ColorFieldMarker.setForegroundColor(FieldValidationStatus status,
Color c)
Sets the foreground color for fields with the specified
FieldValidationStatus . |
protected void |
ColorFieldMarker.setLastValidationStatus(String field,
FieldValidationStatus status)
Sets the last
FieldValidationStatus for the specified field. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.