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

fixation refactoring and inputItem behaviour to interfaces
author gernotbelger
date Fri, 13 Jul 2018 12:04:21 +0200
parents b64cf2f5f719
children 7337034eb5d5
comparison
equal deleted inserted replaced
9255:9be51f776798 9256:6c24c857ccf9
21 21
22 private static final long serialVersionUID = 1L; 22 private static final long serialVersionUID = 1L;
23 private boolean showHint = false; 23 private boolean showHint = false;
24 24
25 public LoadSingleYearPanel() { 25 public LoadSingleYearPanel() {
26 super(Type.single); 26 super(new SingleBehaviour());
27 } 27 }
28 28
29 public LoadSingleYearPanel(final boolean showHint) { 29 public LoadSingleYearPanel(final boolean showHint) {
30 super(Type.single); 30 super(new SingleBehaviour());
31 this.showHint = showHint; 31 this.showHint = showHint;
32 } 32 }
33 33
34 @Override 34 @Override
35 protected String getDatakey() { 35 protected String getDatakey() {

http://dive4elements.wald.intevation.org