Package org.compiere.apps.form
Class VFactReconcile
- java.lang.Object
-
- org.compiere.apps.form.FactReconcile
-
- org.compiere.apps.form.VFactReconcile
-
- All Implemented Interfaces:
ActionListener
,VetoableChangeListener
,EventListener
,TableModelListener
,FormPanel
public class VFactReconcile extends FactReconcile implements FormPanel, ActionListener, TableModelListener, VetoableChangeListener
-
-
Field Summary
-
Fields inherited from class org.compiere.apps.form.FactReconcile
amtColIndex, col_AD_Org_ID, col_C_AcctSchema_ID, col_C_BPartner_ID, col_M_Product_ID, idColIndex, m_Account_ID, m_AD_Client_ID, m_AD_Org_ID, m_C_AcctSchema_ID, m_C_BPartner_ID, m_DateAcct, m_DateAcct2, m_isReconciled, m_M_Product_ID, selectedColIndex
-
-
Constructor Summary
Constructors Constructor Description VFactReconcile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
void
calculateSelection()
Calculate selected rowsvoid
dispose()
Dispose - Free Resourcesvoid
dynInit()
Dynamic Initvoid
init(int WindowNo, FormFrame frame)
Initialize Panelvoid
loadData()
void
tableChanged(TableModelEvent e)
void
vetoableChange(PropertyChangeEvent evt)
protected void
zoom()
Zoom to target-
Methods inherited from class org.compiere.apps.form.FactReconcile
generate, getAccount, getColumnNames, getData, reset, setColumnClass
-
-
-
-
Method Detail
-
init
public void init(int WindowNo, FormFrame frame)
Initialize Panel
-
dynInit
public void dynInit()
Dynamic Init. - Load Bank Info - Load BPartner - Load Document Type - Init Table- Overrides:
dynInit
in classFactReconcile
-
loadData
public void loadData()
-
calculateSelection
public void calculateSelection()
Calculate selected rows. - add up selected rows
-
vetoableChange
public void vetoableChange(PropertyChangeEvent evt) throws PropertyVetoException
- Specified by:
vetoableChange
in interfaceVetoableChangeListener
- Throws:
PropertyVetoException
-
tableChanged
public void tableChanged(TableModelEvent e)
- Specified by:
tableChanged
in interfaceTableModelListener
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interfaceActionListener
-
zoom
protected void zoom()
Zoom to target- Parameters:
AD_Window_ID
- window idzoomQuery
- zoom query
-
-