Package org.adempiere.webui.apps.form
Class WPaymentFormCash
- java.lang.Object
-
- org.compiere.grid.PaymentForm
-
- org.compiere.grid.PaymentFormCash
-
- org.adempiere.webui.apps.form.WPaymentFormCash
-
- All Implemented Interfaces:
IPaymentForm,org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
public class WPaymentFormCash extends PaymentFormCash implements org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
- Author:
- Elaine
-
-
Field Summary
-
Fields inherited from class org.compiere.grid.PaymentFormCash
m_C_BankAccount_ID, m_C_CashBook_ID, m_C_CashLine_ID, m_C_Payment_ID, m_cashLine, m_mPayment, m_mPaymentOriginal, processMsg, selectedBankAccount, selectedCashBook
-
Fields inherited from class org.compiere.grid.PaymentForm
log, m_AD_Client_ID, m_AD_Org_ID, m_Amount, m_C_BPartner_ID, m_C_Currency_ID, m_Cash_As_Payment, m_DateAcct, m_DocStatus, m_isSOTrx, m_needSave, m_onlyRule, m_PaymentRule, s_Currencies
-
-
Constructor Summary
Constructors Constructor Description WPaymentFormCash(int windowNo, GridTab mTab)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckMandatory()voidcloseWindow()ObjectgetWindow()voidinit()voidloadData()voidonEvent(org.zkoss.zk.ui.event.Event e)booleansaveChangesInTrx(String trxName)voidshowWindow()-
Methods inherited from class org.compiere.grid.PaymentFormCash
getBankAccountList, getCashBookList, save, saveChanges
-
Methods inherited from class org.compiere.grid.PaymentForm
dynInit, getBankAccountProcessor, getGridTab, getInvoiceID, getWindowNo, isApproved, isBankAccountProcessorExist, isOnlyRule, loadCurrencies, needSave, processOnline, setBankAccountProcessor, setCustomizeValues
-
-
-
-
Constructor Detail
-
WPaymentFormCash
public WPaymentFormCash(int windowNo, GridTab mTab)
-
-
Method Detail
-
init
public void init()
-
loadData
public void loadData()
- Specified by:
loadDatain interfaceIPaymentForm- Overrides:
loadDatain classPaymentFormCash
-
onEvent
public void onEvent(org.zkoss.zk.ui.event.Event e)
- Specified by:
onEventin interfaceorg.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
-
checkMandatory
public boolean checkMandatory()
- Specified by:
checkMandatoryin interfaceIPaymentForm
-
saveChangesInTrx
public boolean saveChangesInTrx(String trxName)
- Specified by:
saveChangesInTrxin interfaceIPaymentForm
-
showWindow
public void showWindow()
- Specified by:
showWindowin interfaceIPaymentForm
-
closeWindow
public void closeWindow()
- Specified by:
closeWindowin interfaceIPaymentForm
-
getWindow
public Object getWindow()
- Specified by:
getWindowin interfaceIPaymentForm
-
-