comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/TableHelper.java @ 9074:766890addcb2

state To client communication;
author gernotbelger
date Fri, 18 May 2018 17:26:26 +0200
parents
children 89740fe82196
comparison
equal deleted inserted replaced
9073:cd650cacc926 9074:766890addcb2
1 /** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
2 * Software engineering by
3 * Björnsen Beratende Ingenieure GmbH
4 * Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
5 *
6 * This file is Free Software under the GNU AGPL (>=v3)
7 * and comes with ABSOLUTELY NO WARRANTY! Check out the
8 * documentation coming with Dive4Elements River for details.
9 */
10 package org.dive4elements.river.client.client.ui;
11
12 import com.smartgwt.client.widgets.grid.ListGrid;
13
14 /**
15 * @author Domenico Nardi Tironi
16 *
17 */
18 public class TableHelper {
19
20 private enum PinType {
21 none, from, to
22 }
23
24 private ListGrid table;
25
26 public TableHelper() {
27
28 }
29
30 }

http://dive4elements.wald.intevation.org