comparison artifacts/src/main/java/org/dive4elements/river/artifacts/uinfo/inundationduration/YearChoice.java @ 9369:1a4d2ce77423

radio choice fix
author gernotbelger
date Thu, 02 Aug 2018 17:39:13 +0200
parents 0633f963c5be
children 787fc085459b
comparison
equal deleted inserted replaced
9366:3d006afee054 9369:1a4d2ce77423
34 entries.putAll(extras); 34 entries.putAll(extras);
35 } 35 }
36 return entries; 36 return entries;
37 } 37 }
38 38
39 @Override
40 protected String getDatakey() {
41 return "ye_select";
42 }
43
44 @Override
45 protected String getUIProvider() {
46
47 return "inundationduration_yearchoice_radio_panel";
48 }
49
39 } 50 }

http://dive4elements.wald.intevation.org