comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadOffEpochPanel.java @ 8231:dded480e17c9

(issue1448) Add Panel for new sq_ti_select state
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 08 Sep 2014 16:24:16 +0200
parents f54c4b858213
children 8636d2b35cbc
comparison
equal deleted inserted replaced
8230:f54c4b858213 8231:dded480e17c9
43 extends PeriodPanel 43 extends PeriodPanel
44 { 44 {
45 protected SedimentLoadInfoServiceAsync sedLoadInfoService = 45 protected SedimentLoadInfoServiceAsync sedLoadInfoService =
46 GWT.create(SedimentLoadInfoService.class); 46 GWT.create(SedimentLoadInfoService.class);
47 47
48 private ListGrid sedLoadTable; 48 protected ListGrid sedLoadTable;
49 49
50 /** Creates layout with title. */ 50 /** Creates layout with title. */
51 public Canvas createWidget(DataList data) { 51 public Canvas createWidget(DataList data) {
52 VLayout root = new VLayout(); 52 VLayout root = new VLayout();
53 53

http://dive4elements.wald.intevation.org