comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/DoubleArrayPanel.java @ 9549:c86ae5562e68

alignment wq input
author gernotbelger
date Mon, 22 Oct 2018 10:50:50 +0200
parents bc9a45d2b1fa
children 66476c93882f
comparison
equal deleted inserted replaced
9548:669ab639c56b 9549:c86ae5562e68
59 final TitleOrientation titleOrientation, final String errorMsg) { 59 final TitleOrientation titleOrientation, final String errorMsg) {
60 60
61 this.title = title; 61 this.title = title;
62 this.ti = new TextItem(FIELD_NAME); 62 this.ti = new TextItem(FIELD_NAME);
63 final StaticTextItem sti = new StaticTextItem("staticarray"); 63 final StaticTextItem sti = new StaticTextItem("staticarray");
64 sti.setColSpan(2);
65 64
66 this.errorItem.setTitle(""); 65 this.errorItem.setTitle("");
67 if (errorMsg != null) 66 if (errorMsg != null)
68 this.errorItem.setValue(errorMsg); 67 this.errorItem.setValue(errorMsg);
69 68
86 } else { 85 } else {
87 setFields(sti, this.ti, this.errorItem); 86 setFields(sti, this.ti, this.errorItem);
88 } 87 }
89 88
90 setTitleOrientation(titleOrientation); 89 setTitleOrientation(titleOrientation);
91 setNumCols(5); 90 setNumCols(4);
92 91
93 if (values == null) { 92 if (values == null) {
94 return; 93 return;
95 } 94 }
96 95

http://dive4elements.wald.intevation.org