group.addLabelPair(i18n.tr("Bezeichnung"), control.getName());
group.addLabelPair(i18n.tr("Art des Umsatzes"), control.getArt());
group.addLabelPair("", getCheck());
ButtonArea buttons = new ButtonArea(parent,2);
buttons.addButton(i18n.tr("�bernehmen"),new Action() {
public void handleAction(Object context) throws ApplicationException
{
try
{
String s = (String) control.getName().getValue();