comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/sinfo/CollisionLoadYearPanel.java @ 9256:6c24c857ccf9

fixation refactoring and inputItem behaviour to interfaces
author gernotbelger
date Fri, 13 Jul 2018 12:04:21 +0200
parents aafae1ab25f0
children 7337034eb5d5
comparison
equal deleted inserted replaced
9255:9be51f776798 9256:6c24c857ccf9
20 public class CollisionLoadYearPanel extends AbstractSingleItemPanel { 20 public class CollisionLoadYearPanel extends AbstractSingleItemPanel {
21 21
22 private static final long serialVersionUID = 1L; 22 private static final long serialVersionUID = 1L;
23 23
24 public CollisionLoadYearPanel() { 24 public CollisionLoadYearPanel() {
25 super(Type.multi); 25 super(new MultiBehaviour());
26 } 26 }
27 27
28 @Override 28 @Override
29 protected String getDatakey() { 29 protected String getDatakey() {
30 return "years"; // MULTIPLE; get From server (sinfo.xml data for state) 30 return "years"; // MULTIPLE; get From server (sinfo.xml data for state)

http://dive4elements.wald.intevation.org