this.table.setMulti(false);
this.table.setRememberColWidths(true);
this.table.setRememberOrder(true);
this.table.setSummary(false);
c.addPart(this.table);
ButtonArea buttons = new ButtonArea();
buttons.addButton(i18n.tr("�bernehmen"), action,null,false,"ok.png");
buttons.addButton(i18n.tr("Abbrechen"), new Action() {
public void handleAction(Object context) throws ApplicationException