de.swm.gwt.client.interfaces.IHasShortName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swm-gwt-client Show documentation
Show all versions of swm-gwt-client Show documentation
Plain GWT Swm erweiterungen, auch zur benutzung in mobilen Geraeten
The 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();
}