comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/PropertyGroup.java @ 1463:14ce1c2a9f6c

Removed code for UI generation. SmartGWT classes are not usable on serverside and in model classes. flys-client/trunk@3502 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 20 Dec 2011 15:22:42 +0000
parents 0271f6747f80
children d0bcf5ba7adf
comparison
equal deleted inserted replaced
1462:a346db45c830 1463:14ce1c2a9f6c
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;
6 4
7 /** 5 /**
8 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> 6 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
9 */ 7 */
10 public class PropertyGroup implements Property { 8 public class PropertyGroup implements Property {
40 } 38 }
41 39
42 public void setProperties(List<Property> properties) { 40 public void setProperties(List<Property> properties) {
43 this.properties = properties; 41 this.properties = properties;
44 } 42 }
45
46 public DynamicForm generateUI() {
47 return new DynamicForm();
48 }
49 } 43 }

http://dive4elements.wald.intevation.org