comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/UIProviderFactory.java @ 2953:75e9eab05ee4

Added overview chart to sq relation period input panel. flys-client/trunk@4932 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 11 Jul 2012 11:24:27 +0000
parents 242b5c230707
children 24e9b5eb83f8
comparison
equal deleted inserted replaced
2952:3cacd42a0336 2953:75e9eab05ee4
5 import de.intevation.flys.client.client.ui.fixation.FixLocationPanel; 5 import de.intevation.flys.client.client.ui.fixation.FixLocationPanel;
6 import de.intevation.flys.client.client.ui.fixation.FixPeriodPanel; 6 import de.intevation.flys.client.client.ui.fixation.FixPeriodPanel;
7 import de.intevation.flys.client.client.ui.fixation.FixGaugeSelectPanel; 7 import de.intevation.flys.client.client.ui.fixation.FixGaugeSelectPanel;
8 import de.intevation.flys.client.client.ui.fixation.FixEventSelect; 8 import de.intevation.flys.client.client.ui.fixation.FixEventSelect;
9 import de.intevation.flys.client.client.ui.fixation.FixMultiPeriodPanel; 9 import de.intevation.flys.client.client.ui.fixation.FixMultiPeriodPanel;
10 import de.intevation.flys.client.client.ui.sq.SQMultiPeriodPanel;
10 11
11 /** 12 /**
12 * Depending on the provider the state declared, return a UIProvider. 13 * Depending on the provider the state declared, return a UIProvider.
13 * 14 *
14 * A UIProvider provides widgets and input helpers to guide input to an 15 * A UIProvider provides widgets and input helpers to guide input to an
106 } 107 }
107 else if (uiProvider.equals("fix.preprocessing_panel")) { 108 else if (uiProvider.equals("fix.preprocessing_panel")) {
108 return new BooleanPanel(); 109 return new BooleanPanel();
109 } 110 }
110 else if (uiProvider.equals("periods_select")) { 111 else if (uiProvider.equals("periods_select")) {
111 return new MultiPeriodPanel(); 112 return new SQMultiPeriodPanel();
112 } 113 }
113 else if (uiProvider.equals("outliers_input")) { 114 else if (uiProvider.equals("outliers_input")) {
114 return new DoubleInputPanel(); 115 return new DoubleInputPanel();
115 } 116 }
116 else if (uiProvider.equals("parameter-matrix")) { 117 else if (uiProvider.equals("parameter-matrix")) {

http://dive4elements.wald.intevation.org