All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.gwt.client.interfaces.IHasShortName Maven / Gradle / Ivy

There is a newer version: 3.1
Show newest version
package de.swm.gwt.client.interfaces;

/**
 * Interface um Formularen wie Forms und Listen einen Namen zu geben.
 * @author Wiese.Daniel
 * 
copyright (C) 2010, SWM Services GmbH * */ public interface IHasShortName { /** * Liefert den internationalisierten Kurz-Namen daes Formulars. * @return der I18N Namen des Formulars */ String getFormName(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy