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 voidactionPerformed(ActionEvent e)Action Listenervoiddispose()Disposevoidinit(int WindowNo, FormFrame frame)Initialize PanelvoidtableChanged(TableModelEvent e)Table Model Listener - calculate matched QtyvoidvalueChanged(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:
actionPerformedin interfaceActionListener- Parameters:
e- event
-
valueChanged
public void valueChanged(ListSelectionEvent e)
List Selection Listener - get Info and fill xMatchedTo- Specified by:
valueChangedin interfaceListSelectionListener- Parameters:
e- event
-
tableChanged
public void tableChanged(TableModelEvent e)
Table Model Listener - calculate matched Qty- Specified by:
tableChangedin interfaceTableModelListener- Parameters:
e- event
-
-