Package org.compiere.apps.form
Class VMatch
- java.lang.Object
-
- org.compiere.apps.form.Match
-
- org.compiere.apps.form.VMatch
-
- All Implemented Interfaces:
ActionListener
,EventListener
,ListSelectionListener
,TableModelListener
,FormPanel
public class VMatch extends Match implements FormPanel, ActionListener, TableModelListener, ListSelectionListener
Manual Matching- Version:
- $Id: VMatch.java,v 1.2 2006/07/30 00:51:28 jjanke Exp $
- Author:
- Jorg Janke
-
-
Constructor Summary
Constructors Constructor Description VMatch()
-
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 Panelvoid
tableChanged(TableModelEvent e)
Table Model Listener - calculate matched Qtyvoid
valueChanged(ListSelectionEvent e)
List Selection Listener - get Info and fill xMatchedTo-
Methods inherited from class org.compiere.apps.form.Match
cmd_matchFrom, cmd_process, cmd_search, cmd_searchTo, createMatchRecord, tableInit, tableLoad
-
-
-
-
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
-
valueChanged
public void valueChanged(ListSelectionEvent e)
List Selection Listener - get Info and fill xMatchedTo- Specified by:
valueChanged
in interfaceListSelectionListener
- Parameters:
e
- event
-
tableChanged
public void tableChanged(TableModelEvent e)
Table Model Listener - calculate matched Qty- Specified by:
tableChanged
in interfaceTableModelListener
- Parameters:
e
- event
-
-