Uses of Interface
org.tentackle.fx.rdc.InteractiveError
-
Packages that use InteractiveError Package Description org.tentackle.fx.rdc FX rich desktop client API.org.tentackle.fx.rdc.crud PDO editing. -
-
Uses of InteractiveError in org.tentackle.fx.rdc
Classes in org.tentackle.fx.rdc that implement InteractiveError Modifier and Type Class Description classDefaultInteractiveErrorDefault implementation for an interactive error.Methods in org.tentackle.fx.rdc that return InteractiveError Modifier and Type Method Description InteractiveErrorDefaultInteractiveErrorFactory. createInteractiveError(boolean warning, java.lang.String text, java.lang.String errorCode, org.tentackle.validate.ValidationResult validationResult, org.tentackle.fx.FxControl control)InteractiveErrorDefaultInteractiveErrorFactory. createInteractiveError(java.util.TreeSet<org.tentackle.validate.ValidationMapper> mappers, org.tentackle.bind.Binder binder, org.tentackle.validate.ValidationResult validationResult)InteractiveErrorInteractiveErrorFactory. createInteractiveError(boolean warning, java.lang.String text, java.lang.String errorCode, org.tentackle.validate.ValidationResult validationResult, org.tentackle.fx.FxControl control)Creates an interactive error explicitly.InteractiveErrorInteractiveErrorFactory. createInteractiveError(java.util.TreeSet<org.tentackle.validate.ValidationMapper> mappers, org.tentackle.bind.Binder binder, org.tentackle.validate.ValidationResult validationResult)Creates an interactive error from a validation result.Constructors in org.tentackle.fx.rdc with parameters of type InteractiveError Constructor Description DefaultInteractiveError(InteractiveError error)Creates an error from another error.
Useful to override methods in anonymous inner classes. -
Uses of InteractiveError in org.tentackle.fx.rdc.crud
Methods in org.tentackle.fx.rdc.crud that return InteractiveError Modifier and Type Method Description protected InteractiveErrorPdoCrud. createInteractiveError(org.tentackle.validate.ValidationResult validationResult)Creates an interactive error from a validation result.Methods in org.tentackle.fx.rdc.crud that return types with arguments of type InteractiveError Modifier and Type Method Description protected java.util.List<InteractiveError>PdoCrud. createInteractiveErrors(java.util.List<org.tentackle.validate.ValidationResult> validationResults)Creates interactive errors from validation results.
-