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 VNumberamtFromFieldprotected VNumberamtToFieldprotected VStringauthorizationFieldprotected VLookupbankAccountFieldprotected CLabelBPartner_idLabelprotected VLookupbPartnerLookupprotected VDatedateFromFieldprotected VDatedateToFieldprotected CTextFielddocumentNoFieldprotected VLookupdocumentTypeFieldprotected VLookuptenderTypeField
-
Constructor Summary
Constructors Constructor Description VStatementCreateFromBatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent e)Action Listenervoiddispose()Dispose - Free ResourcesbooleandynInit()Dynamic InitvoidexecuteQuery()voidinit(int WindowNo, FormFrame frame)Initialize PanelvoidinitForm()protected voidloadTableOIS(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:FormPanelInitialize Panel
-
initForm
public void initForm()
- Specified by:
initFormin classCreateFromForm
-
dynInit
public boolean dynInit() throws ExceptionDynamic Init- Overrides:
dynInitin classStatementCreateFromBatch- Returns:
- true if initialized
- Throws:
Exception- if Lookups cannot be initialized
-
actionPerformed
public void actionPerformed(ActionEvent e)
Action Listener- Specified by:
actionPerformedin interfaceActionListener- Parameters:
e- event
-
executeQuery
public void executeQuery()
- Specified by:
executeQueryin classCreateFromForm
-
-