Uses of Interface
org.tentackle.fx.InteractiveError
Packages that use InteractiveError
-
Uses of InteractiveError in org.tentackle.fx
Classes in org.tentackle.fx that implement InteractiveErrorModifier and TypeClassDescriptionclassDefault implementation for an interactive error.Methods in org.tentackle.fx that return InteractiveErrorModifier and TypeMethodDescriptionDefaultInteractiveErrorFactory.createInteractiveError(boolean warning, String text, String errorCode, ValidationResult validationResult, FxControl control) DefaultInteractiveErrorFactory.createInteractiveError(NavigableSet<ValidationMapper> mappers, Binder binder, ValidationResult validationResult) FxUtilities.createInteractiveError(ValidationResult validationResult, NavigableSet<ValidationMapper> validationMappers, Binder binder) Creates an interactive error from a validation result.InteractiveErrorFactory.createInteractiveError(boolean warning, String text, String errorCode, ValidationResult validationResult, FxControl control) Creates an interactive error explicitly.InteractiveErrorFactory.createInteractiveError(NavigableSet<ValidationMapper> mappers, Binder binder, ValidationResult validationResult) Creates an interactive error from a validation result.Methods in org.tentackle.fx that return types with arguments of type InteractiveErrorModifier and TypeMethodDescriptionFxUtilities.createInteractiveErrors(List<ValidationResult> validationResults, NavigableSet<ValidationMapper> validationMappers, Binder binder) Creates interactive errors from validation results.Constructors in org.tentackle.fx with parameters of type InteractiveErrorModifierConstructorDescriptionCreates an error from another error.
Useful to override methods in anonymous inner classes.