comparison artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/bezugswst/FixationChoice.java @ 9369:1a4d2ce77423

radio choice fix
author gernotbelger
date Thu, 02 Aug 2018 17:39:13 +0200
parents 3d006afee054
children
comparison
equal deleted inserted replaced
9366:3d006afee054 9369:1a4d2ce77423
22 22
23 /** 23 /**
24 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 24 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
25 */ 25 */
26 public class FixationChoice extends RadioSelect { 26 public class FixationChoice extends RadioSelect {
27
27 private static final long serialVersionUID = 1L; 28 private static final long serialVersionUID = 1L;
28 29
29 @Override 30 @Override
30 protected final String getUIProvider() { 31 protected final String getUIProvider() {
31 return "custom_fixation_radio_panel"; 32 return "custom_fixation_radio_panel";
87 } else { 88 } else {
88 return super.createStaticData(flys, creator, cc, name, value, type); 89 return super.createStaticData(flys, creator, cc, name, value, type);
89 } 90 }
90 } 91 }
91 92
93 @Override
94 protected String getDatakey() {
95 return "fix_choice";
96 }
97
92 } 98 }

http://dive4elements.wald.intevation.org