comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/WQInputPanel.java @ 3351:24e9b5eb83f8

Cosmetics. flys-client/trunk@5033 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 18 Jul 2012 09:56:24 +0000
parents 6f7e188fac1a
children 14774fb42054
comparison
equal deleted inserted replaced
3350:e746e57c65c0 3351:24e9b5eb83f8
86 /** The constant value that determines the width of the left panel.*/ 86 /** The constant value that determines the width of the left panel.*/
87 public static final int WIDTH_LEFT_UPPER = 400; 87 public static final int WIDTH_LEFT_UPPER = 400;
88 88
89 public static final int WIDTH_LEFT_LOWER = 223; 89 public static final int WIDTH_LEFT_LOWER = 223;
90 90
91
92 /** The container that manages the w and q panels.*/ 91 /** The container that manages the w and q panels.*/
93 protected HLayout container; 92 protected HLayout container;
94 93
95 /** The RadioGroupItem that determines the w/q input mode.*/ 94 /** The RadioGroupItem that determines the w/q input mode.*/
96 protected DynamicForm modes; 95 protected DynamicForm modes;
478 477
479 /** 478 /**
480 * Initializes the single values of W or Q from DataList. 479 * Initializes the single values of W or Q from DataList.
481 * 480 *
482 * @param list The DataList that contains the 'wq_single' object. 481 * @param list The DataList that contains the 'wq_single' object.
483 * @param theMode The W or Q mode. 482 * @param isQ W or Q mode?
484 */ 483 */
485 protected void initUserSingleValues(DataList list, boolean isQ) { 484 protected void initUserSingleValues(DataList list, boolean isQ) {
486 List<Data> allData = list.getAll(); 485 List<Data> allData = list.getAll();
487 486
488 487
519 518
520 /** 519 /**
521 * Initializes the range values of W or Q from DataList. 520 * Initializes the range values of W or Q from DataList.
522 * 521 *
523 * @param list The DataList that contains the 'wq_single' object. 522 * @param list The DataList that contains the 'wq_single' object.
524 * @param theMode The W or Q mode. 523 * @param isQ W or Q mode?
525 */ 524 */
526 protected void initUserRangeValues(DataList list, boolean isQ) { 525 protected void initUserRangeValues(DataList list, boolean isQ) {
527 List<Data> allData = list.getAll(); 526 List<Data> allData = list.getAll();
528 527
529 // init range mode values 528 // init range mode values

http://dive4elements.wald.intevation.org