comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/PropertyGroup.java @ 1441:0271f6747f80

Fixed return type in UI factory method. flys-client/trunk@3425 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 15 Dec 2011 12:33:54 +0000
parents 4df2d9a4b9b4
children 14ce1c2a9f6c
comparison
equal deleted inserted replaced
1440:14b2e6c2bb07 1441:0271f6747f80
1 package de.intevation.flys.client.shared.model; 1 package de.intevation.flys.client.shared.model;
2 2
3 import java.util.List; 3 import java.util.List;
4
5 import com.smartgwt.client.widgets.form.DynamicForm;
4 6
5 /** 7 /**
6 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> 8 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
7 */ 9 */
8 public class PropertyGroup implements Property { 10 public class PropertyGroup implements Property {
39 41
40 public void setProperties(List<Property> properties) { 42 public void setProperties(List<Property> properties) {
41 this.properties = properties; 43 this.properties = properties;
42 } 44 }
43 45
44 public void generateUI() { 46 public DynamicForm generateUI() {
45 return; 47 return new DynamicForm();
46 } 48 }
47 } 49 }

http://dive4elements.wald.intevation.org