Package org.compiere.apps.form
Class VStatementCreateFromBatch
- java.lang.Object
-
- org.compiere.apps.form.CreateFromForm
-
- org.compiere.apps.form.StatementCreateFromBatch
-
- org.compiere.apps.form.VStatementCreateFromBatch
-
- All Implemented Interfaces:
ActionListener
,EventListener
,FormPanel
public class VStatementCreateFromBatch extends StatementCreateFromBatch implements ActionListener, FormPanel
- Author:
- Elaine
-
-
Field Summary
Fields Modifier and Type Field Description protected VNumber
amtFromField
protected VNumber
amtToField
protected VString
authorizationField
protected VLookup
bankAccountField
protected CLabel
BPartner_idLabel
protected VLookup
bPartnerLookup
protected VDate
dateFromField
protected VDate
dateToField
protected CTextField
documentNoField
protected VLookup
documentTypeField
protected VLookup
tenderTypeField
-
Constructor Summary
Constructors Constructor Description VStatementCreateFromBatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
Action Listenervoid
dispose()
Dispose - Free Resourcesboolean
dynInit()
Dynamic Initvoid
executeQuery()
void
init(int WindowNo, FormFrame frame)
Initialize Panelvoid
initForm()
protected void
loadTableOIS(Vector<? extends Vector> data)
-
Methods inherited from class org.compiere.apps.form.StatementCreateFromBatch
configureMiniTable, getBankAccountData, getOISColumnNames, getSQLWhere, info, save
-
Methods inherited from class org.compiere.apps.form.CreateFromForm
getTitle, setTitle
-
-
-
-
Field Detail
-
bankAccountField
protected VLookup bankAccountField
-
documentNoField
protected CTextField documentNoField
-
documentTypeField
protected VLookup documentTypeField
-
authorizationField
protected VString authorizationField
-
tenderTypeField
protected VLookup tenderTypeField
-
amtFromField
protected VNumber amtFromField
-
amtToField
protected VNumber amtToField
-
BPartner_idLabel
protected CLabel BPartner_idLabel
-
bPartnerLookup
protected VLookup bPartnerLookup
-
dateFromField
protected VDate dateFromField
-
dateToField
protected VDate dateToField
-
-
Method Detail
-
init
public void init(int WindowNo, FormFrame frame)
Description copied from interface:FormPanel
Initialize Panel
-
initForm
public void initForm()
- Specified by:
initForm
in classCreateFromForm
-
dynInit
public boolean dynInit() throws Exception
Dynamic Init- Overrides:
dynInit
in classStatementCreateFromBatch
- Returns:
- true if initialized
- Throws:
Exception
- if Lookups cannot be initialized
-
actionPerformed
public void actionPerformed(ActionEvent e)
Action Listener- Specified by:
actionPerformed
in interfaceActionListener
- Parameters:
e
- event
-
executeQuery
public void executeQuery()
- Specified by:
executeQuery
in classCreateFromForm
-
-