comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/Data.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 d573ae975330
children b9127f876a6a
comparison
equal deleted inserted replaced
50:827eb4e06ebf 51:a2923d63f530
40 * Returns the DataItems provided by this Data object. 40 * Returns the DataItems provided by this Data object.
41 * 41 *
42 * @return the DataItems. 42 * @return the DataItems.
43 */ 43 */
44 public DataItem[] getItems(); 44 public DataItem[] getItems();
45
46
47 /**
48 * Returns the UIProvider that should be used to create UIs.
49 *
50 * @return the UIProvider.
51 */
52 public String getUIProvider();
53 } 45 }
54 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 46 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org