comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/AbstractUIProvider.java @ 8852:8f6d6d26e96f

Refaktored the DatacageTwinPanel so it is reusable.
author gernotbelger
date Thu, 18 Jan 2018 18:32:30 +0100
parents 175df4c01ae7
children 28df64078f27
comparison
equal deleted inserted replaced
8851:13650d8a2373 8852:8f6d6d26e96f
305 } 305 }
306 306
307 return null; 307 return null;
308 } 308 }
309 309
310 310 /**
311 * Validates the selection.
312 * @return List of internationalized errror messages (if any).
313 */
311 public List<String> validate() { 314 public List<String> validate() {
312 return new ArrayList<String>(); // FIXME: What's this? 315 return new ArrayList<String>(); // FIXME: What's this?
313 } 316 }
314
315 317
316 /** Create simple DefaultData with single DataItem inside. */ 318 /** Create simple DefaultData with single DataItem inside. */
317 public static DefaultData createDataArray(String name, String value) { 319 public static DefaultData createDataArray(String name, String value) {
318 DataItem item = new DefaultDataItem( 320 DataItem item = new DefaultDataItem(
319 name, 321 name,

http://dive4elements.wald.intevation.org