comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/DatacagePairWidget.java @ 3549:6a8f83c538e3

Merged revisions 5384 via svnmerge from file:///home/clients/bsh/bsh-generischer-viewer/Material/SVN/flys-client/trunk ........ r5384 | felix | 2012-09-07 15:02:46 +0200 (Fr, 07 Sep 2012) | 1 line Cosmetics, docs. ........ flys-client/tags/2.9@5389 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 07 Sep 2012 13:12:48 +0000
parents a4b2220e59a6
children ad2489b595d7
comparison
equal deleted inserted replaced
3548:fed914a42a10 3549:6a8f83c538e3
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