comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/TableDataPanel.java @ 7616:9fc549a7f5cb

Fix doc/debug.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 28 Nov 2013 12:04:18 +0100
parents c50dbbe17950
children 89c1fcd6db52
comparison
equal deleted inserted replaced
7615:edb323a4c286 7616:9fc549a7f5cb
53 /** The table. */ 53 /** The table. */
54 protected ListGrid dataTable; 54 protected ListGrid dataTable;
55 55
56 56
57 /** 57 /**
58 * Creates a new LocationDistancePanel instance. 58 * Creates a new TableDataPanel instance.
59 */ 59 */
60 public TableDataPanel() { 60 public TableDataPanel() {
61 container = new VLayout(); 61 container = new VLayout();
62 dataTable = new ListGrid(); 62 dataTable = new ListGrid();
63 name = ""; 63 name = "";
78 78
79 exportService.getCSV(locale, uuid, name, 79 exportService.getCSV(locale, uuid, name,
80 new AsyncCallback<List<String[]>>() { 80 new AsyncCallback<List<String[]>>() {
81 @Override 81 @Override
82 public void onFailure(Throwable caught) { 82 public void onFailure(Throwable caught) {
83 GWT.log("Could not recieve csv."); 83 GWT.log("Could not receive csv.");
84 SC.warn(caught.getMessage()); 84 SC.warn(caught.getMessage());
85 } 85 }
86 86
87 @Override 87 @Override
88 public void onSuccess(List<String[]> l) { 88 public void onSuccess(List<String[]> l) {

http://dive4elements.wald.intevation.org