comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/AbstractUIProvider.java @ 9288:82c67b859aa7

bundu.bezugswst worklflow incl. service impl for mainValues to be calculated
author gernotbelger
date Tue, 24 Jul 2018 10:39:03 +0200
parents 972e10522ed6
children
comparison
equal deleted inserted replaced
9287:6c88ad449c83 9288:82c67b859aa7
246 * The name of the Data that we are searching for. 246 * The name of the Data that we are searching for.
247 * 247 *
248 * @return the Data with the name <i>name</i>. 248 * @return the Data with the name <i>name</i>.
249 */ 249 */
250 protected Data getData(final List<Data> data, final String name) { 250 protected Data getData(final List<Data> data, final String name) {
251
251 for (final Data d : data) { 252 for (final Data d : data) {
252 if (name.equals(d.getLabel())) { 253 if (name.equals(d.getLabel())) {
253 return d; 254 return d;
254 } 255 }
255 } 256 }

http://dive4elements.wald.intevation.org