| Package | Description |
|---|---|
| org.tentackle.fx.rdc |
FX rich desktop client API.
|
| org.tentackle.fx.rdc.crud |
PDO editing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInteractiveError
Default implementation for an interactive error.
|
| Modifier and Type | Method and Description |
|---|---|
InteractiveError |
DefaultInteractiveErrorFactory.createInteractiveError(boolean warning,
String text,
String errorCode,
org.tentackle.validate.ValidationResult validationResult,
FxControl control) |
InteractiveError |
InteractiveErrorFactory.createInteractiveError(boolean warning,
String text,
String errorCode,
org.tentackle.validate.ValidationResult validationResult,
FxControl control)
Creates an interactive error explicitly.
|
InteractiveError |
DefaultInteractiveErrorFactory.createInteractiveError(NavigableSet<org.tentackle.validate.ValidationMapper> mappers,
org.tentackle.bind.Binder binder,
org.tentackle.validate.ValidationResult validationResult) |
InteractiveError |
InteractiveErrorFactory.createInteractiveError(NavigableSet<org.tentackle.validate.ValidationMapper> mappers,
org.tentackle.bind.Binder binder,
org.tentackle.validate.ValidationResult validationResult)
Creates an interactive error from a validation result.
|
| Constructor and Description |
|---|
DefaultInteractiveError(InteractiveError error)
Creates an error from another error.
Useful to override methods in anonymous inner classes. |
| Modifier and Type | Method and Description |
|---|---|
protected InteractiveError |
PdoCrud.createInteractiveError(org.tentackle.validate.ValidationResult validationResult)
Creates an interactive error from a validation result.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<InteractiveError> |
PdoCrud.createInteractiveErrors(List<org.tentackle.validate.ValidationResult> validationResults)
Creates interactive errors from validation results.
|
Tentackle - distributed, domain- and model-driven