comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/DatacagePairWidget.java @ 1261:87b6a93db523

Cleaned imports. flys-client/trunk@2789 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 19 Sep 2011 15:11:24 +0000
parents 39a39e9be5af
children e8bb11976c70
comparison
equal deleted inserted replaced
1260:3a4c14b4a8f1 1261:87b6a93db523
1 package de.intevation.flys.client.client.ui; 1 package de.intevation.flys.client.client.ui;
2
3 import de.intevation.flys.client.client.event.DatacageHandler;
4 2
5 import com.google.gwt.core.client.GWT; 3 import com.google.gwt.core.client.GWT;
6 4
7 import com.google.gwt.user.client.rpc.AsyncCallback;
8
9 import com.smartgwt.client.util.SC;
10
11 import com.smartgwt.client.widgets.Button; 5 import com.smartgwt.client.widgets.Button;
12
13 import com.smartgwt.client.widgets.tree.Tree;
14 import com.smartgwt.client.widgets.tree.TreeGrid;
15 import com.smartgwt.client.widgets.tree.TreeNode;
16
17 import com.smartgwt.client.types.TreeModelType;
18 6
19 import com.smartgwt.client.widgets.layout.VLayout; 7 import com.smartgwt.client.widgets.layout.VLayout;
20 import com.smartgwt.client.widgets.layout.HLayout; 8 import com.smartgwt.client.widgets.layout.HLayout;
21 9
22 import com.smartgwt.client.widgets.events.ClickHandler; 10 import com.smartgwt.client.widgets.events.ClickHandler;
23 import com.smartgwt.client.widgets.events.ClickEvent; 11 import com.smartgwt.client.widgets.events.ClickEvent;
24 12
25 import com.smartgwt.client.widgets.grid.ListGrid; 13 import com.smartgwt.client.widgets.grid.ListGrid;
26 import com.smartgwt.client.widgets.grid.ListGridRecord; 14 import com.smartgwt.client.widgets.grid.ListGridRecord;
27 15
28 import com.smartgwt.client.widgets.grid.events.RecordDoubleClickEvent;
29 import com.smartgwt.client.widgets.grid.events.RecordDoubleClickHandler;
30
31 import de.intevation.flys.client.shared.model.Artifact; 16 import de.intevation.flys.client.shared.model.Artifact;
32 import de.intevation.flys.client.shared.model.User; 17 import de.intevation.flys.client.shared.model.User;
33 import de.intevation.flys.client.shared.model.ToLoad; 18 import de.intevation.flys.client.shared.model.ToLoad;
34 19
35 import de.intevation.flys.client.client.FLYSConstants; 20 import de.intevation.flys.client.client.FLYSConstants;
36 import de.intevation.flys.client.client.Config;
37 21
38 import de.intevation.flys.client.client.services.MetaDataService;
39 import de.intevation.flys.client.client.services.MetaDataServiceAsync;
40
41 import de.intevation.flys.client.shared.model.DataCageTree;
42 import de.intevation.flys.client.shared.model.DataCageNode;
43 import de.intevation.flys.client.shared.model.AttrList;
44 import de.intevation.flys.client.shared.model.Recommendation; 22 import de.intevation.flys.client.shared.model.Recommendation;
45 23
46 import java.util.ArrayList;
47 import java.util.List;
48 import java.util.Stack;
49 24
50 /** 25 /**
51 * Widget showing two Datacages and a plus-button. 26 * Widget showing two Datacages and a plus-button.
52 * Insert a record into a listgrid when plus-button clicked. 27 * Insert a record into a listgrid when plus-button clicked.
53 */ 28 */

http://dive4elements.wald.intevation.org