comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/UIProviderFactory.java @ 9066:b5d7a9d79837

uinfo.inundation_duration ui
author gernotbelger
date Fri, 11 May 2018 17:04:35 +0200
parents 28c50f5efceb
children cd650cacc926
comparison
equal deleted inserted replaced
9065:58af9b81a97b 9066:b5d7a9d79837
25 import org.dive4elements.river.client.client.ui.sinfo.CollisionLoadEpochPanel; 25 import org.dive4elements.river.client.client.ui.sinfo.CollisionLoadEpochPanel;
26 import org.dive4elements.river.client.client.ui.sinfo.FlowDepthMinMaxTwinPanel; 26 import org.dive4elements.river.client.client.ui.sinfo.FlowDepthMinMaxTwinPanel;
27 import org.dive4elements.river.client.client.ui.sinfo.FlowDepthTwinPanel; 27 import org.dive4elements.river.client.client.ui.sinfo.FlowDepthTwinPanel;
28 import org.dive4elements.river.client.client.ui.sq.SQPeriodPanel; 28 import org.dive4elements.river.client.client.ui.sq.SQPeriodPanel;
29 import org.dive4elements.river.client.client.ui.uinfo.InundationDurLoadEpochPanel; 29 import org.dive4elements.river.client.client.ui.uinfo.InundationDurLoadEpochPanel;
30 import org.dive4elements.river.client.client.ui.uinfo.LoadSedimentHeightPanel;
30 import org.dive4elements.river.client.client.ui.uinfo.LoadSingleEpochPanel; 31 import org.dive4elements.river.client.client.ui.uinfo.LoadSingleEpochPanel;
31 import org.dive4elements.river.client.client.ui.uinfo.LoadSingleYearPanel; 32 import org.dive4elements.river.client.client.ui.uinfo.LoadSingleYearPanel;
32 import org.dive4elements.river.client.client.ui.uinfo.VegetationzonesTable; 33 import org.dive4elements.river.client.client.ui.uinfo.VegetationzonesTableEditPanel;
34 import org.dive4elements.river.client.client.ui.uinfo.VegetationzonesTablePanel;
33 import org.dive4elements.river.client.shared.model.User; 35 import org.dive4elements.river.client.shared.model.User;
34 36
35 /** 37 /**
36 * Depending on the provider the state declared, return a UIProvider. 38 * Depending on the provider the state declared, return a UIProvider.
37 * 39 *
76 return new QSegmentedInputPanel(); 78 return new QSegmentedInputPanel();
77 } else if (uiProvider.equals("river_panel")) { 79 } else if (uiProvider.equals("river_panel")) {
78 return new LinkSelection(); 80 return new LinkSelection();
79 } else if (uiProvider.equals("continue")) { 81 } else if (uiProvider.equals("continue")) {
80 return new ContinuePanel(); 82 return new ContinuePanel();
83 } else if (uiProvider.equals("uinfo.vegetationzones.table.edit")) {
84 return new VegetationzonesTableEditPanel();
81 } else if (uiProvider.equals("uinfo.vegetationzones.table")) { 85 } else if (uiProvider.equals("uinfo.vegetationzones.table")) {
82 return new VegetationzonesTable(); 86 return new VegetationzonesTablePanel();
83 } else if (uiProvider.equals("wsp_datacage_panel")) { 87 } else if (uiProvider.equals("wsp_datacage_panel")) {
84 return new WspDatacagePanel(user); 88 return new WspDatacagePanel(user);
85 } else if (uiProvider.equals("dgm_datacage_panel")) { 89 } else if (uiProvider.equals("dgm_datacage_panel")) {
86 return new DemDatacagePanel(user); 90 return new DemDatacagePanel(user);
87 } else if (uiProvider.equals("waterlevel_twin_panel")) { 91 } else if (uiProvider.equals("waterlevel_twin_panel")) {
154 return new CollisionLoadEpochPanel(); 158 return new CollisionLoadEpochPanel();
155 } else if (uiProvider.equals("uinfo.inundation_duration.load_epoch_select")) { 159 } else if (uiProvider.equals("uinfo.inundation_duration.load_epoch_select")) {
156 return new InundationDurLoadEpochPanel(); 160 return new InundationDurLoadEpochPanel();
157 } else if (uiProvider.equals("uinfo.inundationduration.load_year_select")) { 161 } else if (uiProvider.equals("uinfo.inundationduration.load_year_select")) {
158 return new LoadSingleYearPanel(); 162 return new LoadSingleYearPanel();
159 } else if (uiProvider.equals("uinfo.inundationduration.load_epoch_select")) { 163 } else if (uiProvider.equals("uinfo.inundationduration.load_totalepoch_select")) {
160 return new LoadSingleEpochPanel(); 164 return new LoadSingleEpochPanel();
161 } else if (uiProvider.equals("minfo.sedimentload_sqti_select")) { 165 } else if (uiProvider.equals("minfo.sedimentload_sqti_select")) {
162 return new SedLoadSQTiPanel(); 166 return new SedLoadSQTiPanel();
167 } else if (uiProvider.equals("uinfo.sedimentheight_select")) {
168 return new LoadSedimentHeightPanel();
163 } else if (uiProvider.equals("hws_datacage_panel")) { 169 } else if (uiProvider.equals("hws_datacage_panel")) {
164 return new HWSDatacagePanel(user); 170 return new HWSDatacagePanel(user);
165 } else if (uiProvider.equals("user_rgd_panel")) { 171 } else if (uiProvider.equals("user_rgd_panel")) {
166 return new UserRGDProvider(); 172 return new UserRGDProvider();
167 } else if (uiProvider.equals("static_sqrelation")) { 173 } else if (uiProvider.equals("static_sqrelation")) {

http://dive4elements.wald.intevation.org