Skip to content
Snippets Groups Projects
Commit a4d128f7 authored by Hernan Ponce de Leon's avatar Hernan Ponce de Leon
Browse files

[YELLOW]

refs 3340
parent 91e6cf8b
No related branches found
No related tags found
No related merge requests found
ActionUtils.java b41f60eef8464224b98b0b62fd30221be4686a4d GREEN
ConstraintsUIUtils.java 40a2893754ec8923a84889c7f5ae33873ccc3332 GREEN
CopyPasteUtils.java 6c6c090f3c61854ce1a2331a710e23a18eaccd37 GREEN
DataBindingUtils.java 2d27702d42ae7d89922af314be20e18e771d107f GREEN
DataBindingUtils.java f173ef424663c52da0411838ace7d77f7168afd3 YELLOW
DragAndDropUtils.java fc8b7667405f329a05ce60428161e4d096d6547c GREEN
EObjectSelectionUtils.java 8e74691388cc7e19af23e6eae03460184cf179e5 GREEN
KernelUIUtils.java e55b37b07608484a0f172272cf2576fe1341ef39 GREEN
......
......@@ -204,7 +204,8 @@ public final class DataBindingUtils {
// to the model
UpdateValueStrategy cellToModelStrategyNoUpdate =
new UpdateValueStrategy(true, UpdateValueStrategy.POLICY_CONVERT)
.setConverter(cellToModelConverter);
.setConverter(cellToModelConverter).setAfterGetValidator(validator)
.setAfterConvertValidator(validator);
// perform a binding which only serves for validation purposes
bindings[1] =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment