comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/UIProvider.java @ 51:a2923d63f530

Introduced a data structure DataList to manage to list of Data objects of a single state. flys-client/trunk@1505 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 17 Mar 2011 16:44:51 +0000
parents c128d675386b
children 3d5d7788d471
comparison
equal deleted inserted replaced
50:827eb4e06ebf 51:a2923d63f530
2 2
3 import java.io.Serializable; 3 import java.io.Serializable;
4 4
5 import com.smartgwt.client.widgets.Canvas; 5 import com.smartgwt.client.widgets.Canvas;
6 6
7 import de.intevation.flys.client.shared.model.Data; 7 import de.intevation.flys.client.shared.model.DataList;
8 8
9 9
10 /** 10 /**
11 * This interface describes a method that creates a Canvas element displaying 11 * This interface describes a method that creates a Canvas element displaying
12 * DataItems for a current state of the artifact. 12 * DataItems for a current state of the artifact.
17 17
18 /** 18 /**
19 * This method creates a Canvas element showing the DataItems in 19 * This method creates a Canvas element showing the DataItems in
20 * <i>data</i>. 20 * <i>data</i>.
21 * 21 *
22 * @param data The data object. 22 * @param data The DataList object.
23 * 23 *
24 * @return the Canvas showing the Data. 24 * @return the Canvas showing the Data.
25 */ 25 */
26 public Canvas create(Data data); 26 public Canvas create(DataList data);
27 } 27 }
28 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 28 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org