de.willuhn.jameica.gui.Action
AuslandsUeberweisungExport
, KontoauszugExport
, KontoExport
, LastschriftExport
, SepaLastschriftExport
, UeberweisungExport
public class Export
extends java.lang.Object
implements de.willuhn.jameica.gui.Action
Modifier and Type | Field | Description |
---|---|---|
protected static de.willuhn.util.I18N |
i18n |
Constructor | Description |
---|---|
Export(java.lang.Class type) |
ct.
|
Export(java.lang.Class type,
java.lang.Object data) |
ct.
|
Modifier and Type | Method | Description |
---|---|---|
void |
handleAction(java.lang.Object context) |
public Export(java.lang.Class type)
type
- der zu exportierende Typ.public Export(java.lang.Class type, java.lang.Object data)
type
- der zu exportierende Typ.data
- die zu exportierenden Daten. Wenn angegeben, haben sie Vorrang vor denen in handleAction.