Package org.adempiere.webui.apps.form
Class WCharge
java.lang.Object
org.compiere.apps.form.Charge
org.adempiere.webui.apps.form.WCharge
- All Implemented Interfaces:
Serializable
,IFormController
,org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
public class WCharge
extends Charge
implements IFormController, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>, Serializable
This class represents the Custom Form for generating charges
from natural accounts.
The form is comprised of two parts.
The upper portion can be used to create new charges using the general charge accounts.
The lower portion can be used to create charges based on the natural account.
The form is comprised of two parts.
The upper portion can be used to create new charges using the general charge accounts.
The lower portion can be used to create charges based on the natural account.
- Author:
- Andrew Kimball
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.compiere.apps.form.Charge
Charge.EColumn
-
Field Summary
Fields inherited from class org.compiere.apps.form.Charge
listCreated, listRejected, m_C_Element_ID, m_WindowNo
-
Constructor Summary
-
Method Summary
Methods inherited from class org.compiere.apps.form.Charge
createAccount, createCharge, createElementValue, findChargeElementID, findTaxCategoryID, getColumnNames, getCreatedAccountNames, getData, getRejectedAccountNames, setColumnClass, setTrxName
-
Constructor Details
-
WCharge
public WCharge()Default constructor.
-
-
Method Details
-
initForm
protected void initForm()Initialises the panel. -
onEvent
public void onEvent(org.zkoss.zk.ui.event.Event event) Event Listener.- Specified by:
onEvent
in interfaceorg.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
- Parameters:
event
- event that has been fired.
-
close
public void close()Close form. -
getForm
Description copied from interface:IFormController
Called by org.adempiere.webui.panel.ADForm.openForm(int)- Specified by:
getForm
in interfaceIFormController
- Returns:
-