| Package | Description |
|---|---|
| org.tentackle.swing.rdc |
Swing rich desktop client API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInteractiveError
Default implementation for an interactive error.
|
| Modifier and Type | Method and Description |
|---|---|
InteractiveError |
DefaultInteractiveErrorFactory.createInteractiveError(String text,
org.tentackle.log.Logger.Level level,
String errorCode,
org.tentackle.validate.ValidationResult validationResult,
Object uiComponent) |
InteractiveError |
InteractiveErrorFactory.createInteractiveError(String text,
org.tentackle.log.Logger.Level level,
String errorCode,
org.tentackle.validate.ValidationResult validationResult,
Object uiComponent)
Creates an interactive error explicitly.
|
InteractiveError |
DefaultInteractiveErrorFactory.createInteractiveError(TreeSet<org.tentackle.validate.ValidationMapper> mappers,
org.tentackle.bind.Binder binder,
org.tentackle.validate.ValidationResult validationResult) |
InteractiveError |
InteractiveErrorFactory.createInteractiveError(TreeSet<org.tentackle.validate.ValidationMapper> mappers,
org.tentackle.bind.Binder binder,
org.tentackle.validate.ValidationResult validationResult)
Creates an interactive error from a validation result.
|
InteractiveError |
PdoPanel.createInteractiveError(org.tentackle.validate.ValidationResult validationResult)
Creates an interactive error from a validation result.
|
| Modifier and Type | Method and Description |
|---|---|
List<InteractiveError> |
PdoPanel.createInteractiveErrors(List<org.tentackle.validate.ValidationResult> validationResults)
Creates interactive errors from validation results.
|
List<InteractiveError> |
TooltipAndErrorPanel.getErrors()
Gets the current errors as a List of InteractiveErrors
|
List<InteractiveError> |
PdoPanel.verifyObject()
Verifies the data object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TooltipAndErrorPanel.setErrors(InteractiveError... error)
Sets the errors.
Alternative to TooltipAndErrorPanel.setErrors(java.util.List) saves typing if number
of errors is known. |
| Modifier and Type | Method and Description |
|---|---|
void |
TooltipAndErrorPanel.setErrors(List<InteractiveError> errors)
Sets the list of errors.
|
| Constructor and Description |
|---|
DefaultInteractiveError(InteractiveError error)
Creates an error from another error.
Useful to override methods in anonymous inner classes. |
Tentackle - a domain driven enterprise framework