comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/DatacagePairWidget.java @ 3693:b63e6fdd8cd0

Cosmetics, docs. flys-client/trunk@5384 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 07 Sep 2012 13:02:46 +0000
parents a4b2220e59a6
children ad2489b595d7
comparison
equal deleted inserted replaced
3692:d18e6811e924 3693:b63e6fdd8cd0
18 18
19 import de.intevation.flys.client.client.FLYSConstants; 19 import de.intevation.flys.client.client.FLYSConstants;
20 20
21 21
22 /** 22 /**
23 * Widget showing two Datacages and a plus-button. 23 * Widget showing two Datacages and a add-this-button.
24 * Insert a record into a listgrid when plus-button clicked. 24 * Insert a record into a listgrid when add-this-button clicked.
25 */ 25 */
26 public class DatacagePairWidget 26 public class DatacagePairWidget
27 extends VLayout 27 extends VLayout
28 { 28 {
29 /** i18n resource. */
29 protected FLYSConstants MSG = 30 protected FLYSConstants MSG =
30 GWT.create(FLYSConstants.class); 31 GWT.create(FLYSConstants.class);
31 32
32 /** The "remote" ListGrid to insert data to when add-button is clicked. */ 33 /** The "remote" ListGrid to insert data to when add-button is clicked. */
33 protected ListGrid grid; 34 protected ListGrid grid;

http://dive4elements.wald.intevation.org