Package org.compiere.apps.form
Class VPayPrint
- java.lang.Object
-
- org.compiere.apps.form.PayPrint
-
- org.compiere.apps.form.VPayPrint
-
- All Implemented Interfaces:
ActionListener
,VetoableChangeListener
,EventListener
,FormPanel
public class VPayPrint extends PayPrint implements FormPanel, ActionListener, VetoableChangeListener
Payment Print & Export- Version:
- $Id: VPayPrint.java,v 1.2 2006/07/30 00:51:28 jjanke Exp $ Contributors: Carlos Ruiz - GlobalQSS - FR 3132033 - Make payment export class configurable per bank Markus Bozem: IDEMPIERE-1546 / IDEMPIERE-3286
- Author:
- Jorg Janke
-
-
Field Summary
-
Fields inherited from class org.compiere.apps.form.PayPrint
balance, bank, currency, documentNo, log, m_batch, m_C_BankAccount_ID, m_C_PaySelection_ID, m_checks, m_PaymentExport, m_PaymentExportClass, m_WindowNo, noPayments, printFormatId, sumPayments
-
-
Constructor Summary
Constructors Constructor Description VPayPrint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
Action Listenervoid
dispose()
Disposeprotected void
getPluginFeatures()
void
init(int WindowNo, FormFrame frame)
Initialize Panelvoid
setPaySelection(int C_PaySelection_ID)
Set Payment Selectionvoid
vetoableChange(PropertyChangeEvent e)
Vetoable Change Listener-
Methods inherited from class org.compiere.apps.form.PayPrint
loadPaymentExportClass, loadPaymentRule, loadPaymentRuleInfo, loadPaySelectInfo
-
-
-
-
Method Detail
-
init
public void init(int WindowNo, FormFrame frame)
Initialize Panel
-
setPaySelection
public void setPaySelection(int C_PaySelection_ID)
Set Payment Selection- Parameters:
C_PaySelection_ID
- id
-
actionPerformed
public void actionPerformed(ActionEvent e)
Action Listener- Specified by:
actionPerformed
in interfaceActionListener
- Parameters:
e
- event
-
getPluginFeatures
protected void getPluginFeatures()
-
vetoableChange
public void vetoableChange(PropertyChangeEvent e) throws PropertyVetoException
Vetoable Change Listener. - Payment Selection- Specified by:
vetoableChange
in interfaceVetoableChangeListener
- Parameters:
evt
- event- Throws:
PropertyVetoException
-
-