view 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
line wrap: on
line source
/** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
 * Software engineering by
 *  Björnsen Beratende Ingenieure GmbH
 *  Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
 *
 * This file is Free Software under the GNU AGPL (>=v3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out the
 * documentation coming with Dive4Elements River for details.
 */
package org.dive4elements.river.client.client.ui;

import com.smartgwt.client.widgets.grid.ListGrid;

/**
 * @author Domenico Nardi Tironi
 *
 */
public class TableHelper {

    private enum PinType {
        none, from, to
    }

    private ListGrid table;

    public TableHelper() {

    }

}

http://dive4elements.wald.intevation.org