comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/uinfo/SupraRegionalTablePanel.java @ 9240:54173301bc34

comment vergessen zu löschen
author gernotbelger
date Tue, 10 Jul 2018 14:47:10 +0200
parents 4e3757202d5c
children 2ea7b61797d3
comparison
equal deleted inserted replaced
9239:4e3757202d5c 9240:54173301bc34
108 this.maxKm = temp; 108 this.maxKm = temp;
109 } 109 }
110 110
111 final VLayout layout = new VLayout(); 111 final VLayout layout = new VLayout();
112 final Canvas submit = getNextButton(); 112 final Canvas submit = getNextButton();
113 //
114 // new Button(this.MSG.buttonNext());
115 // final HandlerRegistration reg = submit.addClickHandler(new ClickHandler() {
116 //
117 // @Override
118 // public void onClick(final ClickEvent event) {
119 // final String msg = getErrorMsg();
120 // if (!msg.equals("")) {
121 // SC.warn(msg);
122 // } else {
123 // // continue, forward, advance
124 //
125 // }
126 // }
127 // });
128 113
129 final VLayout root = new VLayout(); 114 final VLayout root = new VLayout();
130 root.setWidth(420); 115 root.setWidth(420);
131 createWidget(root, data, tableData); 116 createWidget(root, data, tableData);
132 117

http://dive4elements.wald.intevation.org