comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/TableDataPanel.java @ 810:a443dd6566b8

Minor cosmetic changes (javadoc comments). flys-client/trunk@2449 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 02 Aug 2011 12:57:48 +0000
parents dfbc6693247e
children 5a299d49a989
comparison
equal deleted inserted replaced
809:e9337488bac3 810:a443dd6566b8
25 * 25 *
26 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a> 26 * @author <a href="mailto:raimund.renkert@intevation.de">Raimund Renkert</a>
27 */ 27 */
28 public class TableDataPanel 28 public class TableDataPanel
29 { 29 {
30 /** The message class that provides i18n strings.*/ 30 /** The message class that provides i18n strings. */
31 protected FLYSConstants MESSAGES = GWT.create(FLYSConstants.class); 31 protected FLYSConstants MESSAGES = GWT.create(FLYSConstants.class);
32 32
33 /** The DistanceInfoService used to retrieve locations about rivers.*/
34 protected CSVExportServiceAsync exportService = 33 protected CSVExportServiceAsync exportService =
35 GWT.create(CSVExportService.class); 34 GWT.create(CSVExportService.class);
36 35
37 /** A container that will contain the location or the distance panel.*/ 36 /** A container that will contain the location or the distance panel. */
38 protected VLayout container; 37 protected VLayout container;
39 38
40 /** The export type.*/ 39 /** The export type. */
41 protected String name; 40 protected String name;
42 41
43 /** The UUID of the collection */ 42 /** The UUID of the collection. */
44 protected String uuid; 43 protected String uuid;
45 44
46 /** The table*/ 45 /** The table. */
47 protected ListGrid dataTable; 46 protected ListGrid dataTable;
48 47
49 48
50 /** 49 /**
51 * Creates a new LocationDistancePanel instance. 50 * Creates a new LocationDistancePanel instance.
56 name = ""; 55 name = "";
57 } 56 }
58 57
59 58
60 /** 59 /**
61 * This method creates a widget that contains a table 60 * This method creates a widget that contains a table.
62 *
63 * @param data The data that might be inserted.//Use this?
64 * 61 *
65 * @return a panel. 62 * @return a panel.
66 */ 63 */
67 public Canvas create() { 64 public Canvas create() {
68 Config config = Config.getInstance(); 65 Config config = Config.getInstance();

http://dive4elements.wald.intevation.org