comparison flys-client/src/main/java/de/intevation/flys/client/shared/model/Data.java @ 22:a85bac235069

Implemented code to parse the UIProvider that should be used for a current state. flys-client/trunk@1336 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 22 Feb 2011 17:29:51 +0000
parents fa0aad20af53
children d573ae975330
comparison
equal deleted inserted replaced
21:e98a25b5c95a 22:a85bac235069
1 package de.intevation.flys.client.shared.model; 1 package de.intevation.flys.client.shared.model;
2 2
3 import java.io.Serializable; 3 import java.io.Serializable;
4 import de.intevation.flys.client.client.ui.UIProvider;
4 5
5 6
6 /** 7 /**
7 * A Data object represents the necessary data of a single state of the 8 * A Data object represents the necessary data of a single state of the
8 * artifact. It might provide several DataItems or just a single DataItem. The 9 * artifact. It might provide several DataItems or just a single DataItem. The
40 * Returns the DataItems provided by this Data object. 41 * Returns the DataItems provided by this Data object.
41 * 42 *
42 * @return the DataItems. 43 * @return the DataItems.
43 */ 44 */
44 public DataItem[] getItems(); 45 public DataItem[] getItems();
46
47
48 /**
49 * Returns the UIProvider that should be used to create UIs.
50 *
51 * @return the UIProvider.
52 */
53 public String getUIProvider();
45 } 54 }
46 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 55 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org