Package org.adempiere.webui.apps.form
Class WPaymentFormOnCredit
- java.lang.Object
-
- org.compiere.grid.PaymentForm
-
- org.compiere.grid.PaymentFormOnCredit
-
- org.adempiere.webui.apps.form.WPaymentFormOnCredit
-
- All Implemented Interfaces:
IPaymentForm
public class WPaymentFormOnCredit extends PaymentFormOnCredit
- Author:
- Elaine
-
-
Field Summary
-
Fields inherited from class org.compiere.grid.PaymentFormOnCredit
m_C_PaymentTerm_ID, selectedPaymentTerm
-
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 WPaymentFormOnCredit(int windowNo, GridTab mTab)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkMandatory()
void
closeWindow()
Object
getWindow()
void
init()
void
loadData()
boolean
saveChangesInTrx(String trxName)
void
showWindow()
-
Methods inherited from class org.compiere.grid.PaymentFormOnCredit
getPaymentTermList, save
-
Methods inherited from class org.compiere.grid.PaymentForm
dynInit, getBankAccountProcessor, getGridTab, getInvoiceID, getWindowNo, isApproved, isBankAccountProcessorExist, isOnlyRule, loadCurrencies, needSave, processOnline, saveChanges, setBankAccountProcessor, setCustomizeValues
-
-
-
-
Constructor Detail
-
WPaymentFormOnCredit
public WPaymentFormOnCredit(int windowNo, GridTab mTab)
-
-
Method Detail
-
init
public void init()
-
loadData
public void loadData()
- Specified by:
loadData
in interfaceIPaymentForm
- Overrides:
loadData
in classPaymentFormOnCredit
-
checkMandatory
public boolean checkMandatory()
-
saveChangesInTrx
public boolean saveChangesInTrx(String trxName)
-
showWindow
public void showWindow()
-
closeWindow
public void closeWindow()
-
getWindow
public Object getWindow()
-
-