# HG changeset patch # User Felix Wolfsteller # Date 1375269034 -7200 # Node ID 3a9c65dd8963a505df02f4ea831d3dc718329a2b # Parent 563f3793d334b9854feeba48b501f733402e5a32 Doc. diff -r 563f3793d334 -r 3a9c65dd8963 gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadOffEpochPanel.java --- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadOffEpochPanel.java Wed Jul 31 12:40:04 2013 +0200 +++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/minfo/SedLoadOffEpochPanel.java Wed Jul 31 13:10:34 2013 +0200 @@ -126,6 +126,7 @@ return sedLoadTable; } + /** Get data via listgrid selection. */ @Override public Data[] getData() { List data = new ArrayList(); @@ -151,6 +152,7 @@ return data.toArray(new Data[data.size()]); } + /** Fetch load info from service and populate table. */ protected void fetchSedimentLoadData() { Config config = Config.getInstance(); String locale = config.getLocale (); @@ -183,6 +185,7 @@ } + /** Add record to input helper listgrid. */ protected void addSedimentLoadInfo (SedimentLoadInfoObject[] sedLoad) { for(SedimentLoadInfoObject sl: sedLoad) { SedimentLoadInfoRecord rec = new SedimentLoadInfoRecord(sl);