view gwt-client/src/main/java/org/dive4elements/river/client/client/ui/uinfo/LoadSingleYearPseudoEpochPanel.java @ 9248:9e6b70cce337

pseudo epoch for salix.historical
author gernotbelger
date Thu, 12 Jul 2018 13:27:34 +0200
parents
children 7337034eb5d5
line wrap: on
line source
/* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
 * Software engineering by Intevation GmbH
 *
 * 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.uinfo;

public class LoadSingleYearPseudoEpochPanel extends LoadSingleYearPanel {

    private static final long serialVersionUID = 1L;

    @Override
    protected String getDatakey() {
        return "singleepoch";
    }

    @Override
    protected String errorForItemMsg() {
        return this.MSG.no_data_for_year();// NO DATA FOR EPOCH TODO möglicherweise, wenn der ablauf klar ist
    }

}

http://dive4elements.wald.intevation.org