Package org.compiere.apps.form
Class VCharge
- java.lang.Object
-
- org.compiere.apps.form.Charge
-
- org.compiere.apps.form.VCharge
-
- All Implemented Interfaces:
ActionListener
,EventListener
,FormPanel
public class VCharge extends Charge implements FormPanel, ActionListener
Create Charge from Accounts- Version:
- $Id: VCharge.java,v 1.3 2006/07/30 00:51:28 jjanke Exp $
- Author:
- Jorg Janke
-
-
Field Summary
-
Fields inherited from class org.compiere.apps.form.Charge
listCreated, listRejected, log, m_C_Element_ID, m_WindowNo
-
-
Constructor Summary
Constructors Constructor Description VCharge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
Action Listenervoid
dispose()
Disposevoid
init(int WindowNo, FormFrame frame)
Initialize Panel-
Methods inherited from class org.compiere.apps.form.Charge
createAccount, createCharge, createElementValue, findChargeElementID, findTaxCategoryID, getColumnNames, getData, setColumnClass
-
-
-
-
Method Detail
-
init
public void init(int WindowNo, FormFrame frame)
Initialize Panel
-
actionPerformed
public void actionPerformed(ActionEvent e)
Action Listener- Specified by:
actionPerformed
in interfaceActionListener
- Parameters:
e
- event
-
-