comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/UIProvider.java @ 909:794d1af42987

Clone Artifacts and add them to the current Collection in the WspDatacagePanel. flys-client/trunk@2766 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 15 Sep 2011 16:02:23 +0000
parents dfbc6693247e
children 89a47098bcbd
comparison
equal deleted inserted replaced
908:a680ccec5dd6 909:794d1af42987
5 import com.smartgwt.client.widgets.Canvas; 5 import com.smartgwt.client.widgets.Canvas;
6 import com.smartgwt.client.widgets.layout.VLayout; 6 import com.smartgwt.client.widgets.layout.VLayout;
7 7
8 import de.intevation.flys.client.shared.model.DataList; 8 import de.intevation.flys.client.shared.model.DataList;
9 import de.intevation.flys.client.shared.model.Artifact; 9 import de.intevation.flys.client.shared.model.Artifact;
10 import de.intevation.flys.client.shared.model.Collection;
10 11
11 /** 12 /**
12 * This interface describes a method that creates a Canvas element displaying 13 * This interface describes a method that creates a Canvas element displaying
13 * DataItems for a current state of the artifact. 14 * DataItems for a current state of the artifact.
14 * 15 *
50 * Sets an artifact that contains the status data information for a project. 51 * Sets an artifact that contains the status data information for a project.
51 * 52 *
52 * @param artifact The artifact containing status information. 53 * @param artifact The artifact containing status information.
53 */ 54 */
54 public void setArtifact(Artifact artifact); 55 public void setArtifact(Artifact artifact);
56
57
58 /**
59 * Sets the parent Collection of the Artifact.
60 */
61 public void setCollection(Collection collection);
55 } 62 }
56 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 63 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org