creditController.setAllColumnVisible(false);
creditController.setVisibleColumn("accountCodeACC02", true);
creditController.setVisibleColumn("descriptionSYS10", true);
creditController.setPreferredWidthColumn("accountCodeACC02",100);
creditController.setPreferredWidthColumn("descriptionSYS10",290);
creditController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
creditDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
creditDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
// items account code lookup...
controlItemsCode.setLookupController(itemsController);
controlItemsCode.setControllerMethodName("getAccounts");
itemsController.setLookupDataLocator(itemsDataLocator);
itemsDataLocator.setGridMethodName("loadAccounts");
itemsDataLocator.setValidationMethodName("validateAccountCode");
itemsController.setFrameTitle("accounts");
itemsController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
itemsController.addLookup2ParentLink("accountCodeACC02", "itemsAccountCodeAcc02SAL07");
itemsController.addLookup2ParentLink("descriptionSYS10","itemsAccountDescrSAL07");
itemsController.setFilterableColumn("accountCodeACC02",true);
itemsController.setFilterableColumn("descriptionSYS10",true);
itemsController.setFramePreferedSize(new Dimension(400,400));
itemsController.setAllColumnVisible(false);
itemsController.setVisibleColumn("accountCodeACC02", true);
itemsController.setVisibleColumn("descriptionSYS10", true);
itemsController.setPreferredWidthColumn("accountCodeACC02",100);
itemsController.setPreferredWidthColumn("descriptionSYS10",290);
itemsController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
itemsDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
itemsDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
// activities account code lookup...
controlActCode.setLookupController(actController);
controlActCode.setControllerMethodName("getAccounts");
actController.setLookupDataLocator(actDataLocator);
actDataLocator.setGridMethodName("loadAccounts");
actDataLocator.setValidationMethodName("validateAccountCode");
actController.setFrameTitle("accounts");
actController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
actController.addLookup2ParentLink("accountCodeACC02", "activitiesAccountCodeAcc02SAL07");
actController.addLookup2ParentLink("descriptionSYS10","activitiesAccountDescrSAL07");
actController.setFilterableColumn("accountCodeACC02",true);
actController.setFilterableColumn("descriptionSYS10",true);
actController.setFramePreferedSize(new Dimension(400,400));
actController.setAllColumnVisible(false);
actController.setVisibleColumn("accountCodeACC02", true);
actController.setVisibleColumn("descriptionSYS10", true);
actController.setPreferredWidthColumn("accountCodeACC02",100);
actController.setPreferredWidthColumn("descriptionSYS10",290);
actController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
actDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
actDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
// charges account code lookup...
controlChargesCode.setLookupController(chargesController);
controlChargesCode.setControllerMethodName("getAccounts");
chargesController.setLookupDataLocator(chargesDataLocator);
chargesDataLocator.setGridMethodName("loadAccounts");
chargesDataLocator.setValidationMethodName("validateAccountCode");
chargesController.setFrameTitle("accounts");
chargesController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
chargesController.addLookup2ParentLink("accountCodeACC02", "chargesAccountCodeAcc02SAL07");
chargesController.addLookup2ParentLink("descriptionSYS10","chargesAccountDescrSAL07");
chargesController.setFilterableColumn("accountCodeACC02",true);
chargesController.setFilterableColumn("descriptionSYS10",true);
chargesController.setFramePreferedSize(new Dimension(400,400));
chargesController.setAllColumnVisible(false);
chargesController.setVisibleColumn("accountCodeACC02", true);
chargesController.setVisibleColumn("descriptionSYS10", true);
chargesController.setPreferredWidthColumn("accountCodeACC02",100);
chargesController.setPreferredWidthColumn("descriptionSYS10",290);
chargesController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
chargesDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
chargesDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
// debit account code lookup...
controlDebitsCode.setLookupController(debitController);
controlDebitsCode.setControllerMethodName("getAccounts");
debitController.setLookupDataLocator(debitDataLocator);
debitDataLocator.setGridMethodName("loadAccounts");
debitDataLocator.setValidationMethodName("validateAccountCode");
debitController.setFrameTitle("accounts");
debitController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
debitController.addLookup2ParentLink("accountCodeACC02", "debitAccountCodeAcc02PUR01");
debitController.addLookup2ParentLink("descriptionSYS10","debitAccountDescrPUR01");
debitController.setFilterableColumn("accountCodeACC02",true);
debitController.setFilterableColumn("descriptionSYS10",true);
debitController.setFramePreferedSize(new Dimension(400,400));
debitController.setAllColumnVisible(false);
debitController.setVisibleColumn("accountCodeACC02", true);
debitController.setVisibleColumn("descriptionSYS10", true);
debitController.setPreferredWidthColumn("accountCodeACC02",100);
debitController.setPreferredWidthColumn("descriptionSYS10",290);
debitController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
debitDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
debitDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
// costs account code lookup...
controlCostsCode.setLookupController(costsController);
controlCostsCode.setControllerMethodName("getAccounts");
costsController.setLookupDataLocator(costsDataLocator);
costsDataLocator.setGridMethodName("loadAccounts");
costsDataLocator.setValidationMethodName("validateAccountCode");
costsController.setFrameTitle("accounts");
costsController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
costsController.addLookup2ParentLink("accountCodeACC02", "costsAccountCodeAcc02PUR01");
costsController.addLookup2ParentLink("descriptionSYS10","costsAccountDescrPUR01");
costsController.setFilterableColumn("accountCodeACC02",true);
costsController.setFilterableColumn("descriptionSYS10",true);
costsController.setFramePreferedSize(new Dimension(400,400));
costsController.setAllColumnVisible(false);
costsController.setVisibleColumn("accountCodeACC02", true);
costsController.setVisibleColumn("descriptionSYS10", true);
costsController.setPreferredWidthColumn("accountCodeACC02",100);
costsController.setPreferredWidthColumn("descriptionSYS10",290);
costsController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
costsDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
costsDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
// case account code lookup...
controlCaseCode.setLookupController(caseController);
controlCaseCode.setControllerMethodName("getAccounts");
caseController.setLookupDataLocator(caseDataLocator);
caseDataLocator.setGridMethodName("loadAccounts");
caseDataLocator.setValidationMethodName("validateAccountCode");
caseController.setFrameTitle("accounts");
caseController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
caseController.addLookup2ParentLink("accountCodeACC02", "caseAccountCodeAcc02DOC21");
caseController.addLookup2ParentLink("descriptionSYS10","caseAccountDescrDOC21");
caseController.setFilterableColumn("accountCodeACC02",true);
caseController.setFilterableColumn("descriptionSYS10",true);
caseController.setFramePreferedSize(new Dimension(400,400));
caseController.setAllColumnVisible(false);
caseController.setVisibleColumn("accountCodeACC02", true);
caseController.setVisibleColumn("descriptionSYS10", true);
caseController.setPreferredWidthColumn("accountCodeACC02",100);
caseController.setPreferredWidthColumn("descriptionSYS10",290);
caseController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
caseDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
caseDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
// bank account code lookup...
controlBankCode.setLookupController(bankController);
controlBankCode.setControllerMethodName("getAccounts");
bankController.setLookupDataLocator(bankDataLocator);
bankDataLocator.setGridMethodName("loadAccounts");
bankDataLocator.setValidationMethodName("validateAccountCode");
bankController.setFrameTitle("accounts");
bankController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
bankController.addLookup2ParentLink("accountCodeACC02", "bankAccountCodeAcc02DOC21");
bankController.addLookup2ParentLink("descriptionSYS10","bankAccountDescrDOC21");
bankController.setFilterableColumn("accountCodeACC02",true);
bankController.setFilterableColumn("descriptionSYS10",true);
bankController.setFramePreferedSize(new Dimension(400,400));
bankController.setAllColumnVisible(false);
bankController.setVisibleColumn("accountCodeACC02", true);
bankController.setVisibleColumn("descriptionSYS10", true);
bankController.setPreferredWidthColumn("accountCodeACC02",100);
bankController.setPreferredWidthColumn("descriptionSYS10",290);
bankController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
bankDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
bankDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
// vatEnd account code lookup...
controlVatEndCode.setLookupController(vatEndController);
controlVatEndCode.setControllerMethodName("getAccounts");
vatEndController.setLookupDataLocator(vatEndDataLocator);
vatEndDataLocator.setGridMethodName("loadAccounts");
vatEndDataLocator.setValidationMethodName("validateAccountCode");
vatEndController.setFrameTitle("accounts");
vatEndController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
vatEndController.addLookup2ParentLink("accountCodeACC02", "vatEndAccountCodeAcc02DOC21");
vatEndController.addLookup2ParentLink("descriptionSYS10","vatEndAccountDescrDOC21");
vatEndController.setFilterableColumn("accountCodeACC02",true);
vatEndController.setFilterableColumn("descriptionSYS10",true);
vatEndController.setFramePreferedSize(new Dimension(400,400));
vatEndController.setAllColumnVisible(false);
vatEndController.setVisibleColumn("accountCodeACC02", true);
vatEndController.setVisibleColumn("descriptionSYS10", true);
vatEndController.setPreferredWidthColumn("accountCodeACC02",100);
vatEndController.setPreferredWidthColumn("descriptionSYS10",290);
vatEndController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
vatEndDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
vatEndDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
/*
private String lossProfitEAccountCodeAcc02DOC21;
private String lossProfitEAccountDescrSAL07;
private String lossProfitPAccountCodeAcc02DOC21;
private String lossProfitPAccountDescrSAL07;
private String closingAccountCodeAcc02DOC21;
private String closingAccountDescrSAL07;
private String openingAccountCodeAcc02DOC21;
private String openingAccountDescrSAL07;
*/
// lossProfit econ. account code lookup...
controlLossProfitECode.setLookupController(lossProfitEController);
controlLossProfitECode.setControllerMethodName("getAccounts");
lossProfitEController.setLookupDataLocator(lossProfitEDataLocator);
lossProfitEDataLocator.setGridMethodName("loadAccounts");
lossProfitEDataLocator.setValidationMethodName("validateAccountCode");
lossProfitEController.setFrameTitle("accounts");
lossProfitEController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
lossProfitEController.addLookup2ParentLink("accountCodeACC02", "lossProfitEAccountCodeAcc02DOC21");
lossProfitEController.addLookup2ParentLink("descriptionSYS10","lossProfitEAccountDescrDOC21");
lossProfitEController.setFilterableColumn("accountCodeACC02",true);
lossProfitEController.setFilterableColumn("descriptionSYS10",true);
lossProfitEController.setFramePreferedSize(new Dimension(400,400));
lossProfitEController.setAllColumnVisible(false);
lossProfitEController.setVisibleColumn("accountCodeACC02", true);
lossProfitEController.setVisibleColumn("descriptionSYS10", true);
lossProfitEController.setPreferredWidthColumn("accountCodeACC02",100);
lossProfitEController.setPreferredWidthColumn("descriptionSYS10",290);
lossProfitEController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
lossProfitEDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
lossProfitEDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
// lossProfit patrim. account code lookup...
controlLossProfitPCode.setLookupController(lossProfitPController);
controlLossProfitPCode.setControllerMethodName("getAccounts");
lossProfitPController.setLookupDataLocator(lossProfitPDataLocator);
lossProfitPDataLocator.setGridMethodName("loadAccounts");
lossProfitPDataLocator.setValidationMethodName("validateAccountCode");
lossProfitPController.setFrameTitle("accounts");
lossProfitPController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
lossProfitPController.addLookup2ParentLink("accountCodeACC02", "lossProfitPAccountCodeAcc02DOC21");
lossProfitPController.addLookup2ParentLink("descriptionSYS10","lossProfitPAccountDescrDOC21");
lossProfitPController.setFilterableColumn("accountCodeACC02",true);
lossProfitPController.setFilterableColumn("descriptionSYS10",true);
lossProfitPController.setFramePreferedSize(new Dimension(400,400));
lossProfitPController.setAllColumnVisible(false);
lossProfitPController.setVisibleColumn("accountCodeACC02", true);
lossProfitPController.setVisibleColumn("descriptionSYS10", true);
lossProfitPController.setPreferredWidthColumn("accountCodeACC02",100);
lossProfitPController.setPreferredWidthColumn("descriptionSYS10",290);
lossProfitPController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
lossProfitPDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
lossProfitPDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
// closing account code lookup...
controlClosingCode.setLookupController(closingController);
controlClosingCode.setControllerMethodName("getAccounts");
closingController.setLookupDataLocator(closingDataLocator);
closingDataLocator.setGridMethodName("loadAccounts");
closingDataLocator.setValidationMethodName("validateAccountCode");
closingController.setFrameTitle("accounts");
closingController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
closingController.addLookup2ParentLink("accountCodeACC02", "closingAccountCodeAcc02DOC21");
closingController.addLookup2ParentLink("descriptionSYS10","closingAccountDescrDOC21");
closingController.setFilterableColumn("accountCodeACC02",true);
closingController.setFilterableColumn("descriptionSYS10",true);
closingController.setFramePreferedSize(new Dimension(400,400));
closingController.setAllColumnVisible(false);
closingController.setVisibleColumn("accountCodeACC02", true);
closingController.setVisibleColumn("descriptionSYS10", true);
closingController.setPreferredWidthColumn("accountCodeACC02",100);
closingController.setPreferredWidthColumn("descriptionSYS10",290);
closingController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
closingDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
closingDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
// opening account code lookup...
controlOpeningCode.setLookupController(openingController);
controlOpeningCode.setControllerMethodName("getAccounts");
openingController.setLookupDataLocator(openingDataLocator);
openingDataLocator.setGridMethodName("loadAccounts");
openingDataLocator.setValidationMethodName("validateAccountCode");
openingController.setFrameTitle("accounts");
openingController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
openingController.addLookup2ParentLink("accountCodeACC02", "openingAccountCodeAcc02DOC21");
openingController.addLookup2ParentLink("descriptionSYS10","openingAccountDescrDOC21");
openingController.setFilterableColumn("accountCodeACC02",true);
openingController.setFilterableColumn("descriptionSYS10",true);
openingController.setFramePreferedSize(new Dimension(400,400));
openingController.setAllColumnVisible(false);
openingController.setVisibleColumn("accountCodeACC02", true);
openingController.setVisibleColumn("descriptionSYS10", true);
openingController.setPreferredWidthColumn("accountCodeACC02",100);
openingController.setPreferredWidthColumn("descriptionSYS10",290);
openingController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
openingDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
openingDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
// rounding costs account lookup...
accCDataLocator.setGridMethodName("loadAccounts");
accCDataLocator.setValidationMethodName("validateAccountCode");
controlRoundingC.setLookupController(accCController);
controlRoundingC.setControllerMethodName("getAccounts");
accCController.setLookupDataLocator(accCDataLocator);
accCController.setFrameTitle("accounts");
accCController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
accCController.addLookup2ParentLink("accountCodeACC02", "roundingCostsAccountCodeAcc02DOC19");
accCController.addLookup2ParentLink("descriptionSYS10","roundingCostsDescrDOC19");
accCController.setAllColumnVisible(false);
accCController.setVisibleColumn("accountCodeACC02", true);
accCController.setVisibleColumn("descriptionSYS10", true);
accCController.setFilterableColumn("accountCodeACC02",true);
accCController.setFilterableColumn("descriptionSYS10",true);
accCController.setPreferredWidthColumn("descriptionSYS10", 200);
accCController.setFramePreferedSize(new Dimension(340,400));
accCController.setSortedColumn("accountCodeACC02","ASC",1);
accCController.setFilterableColumn("accountCodeACC02",true);
accCController.setFilterableColumn("descriptionSYS10",true);
accCController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }
public void beforeLookupAction(ValueObject parentVO) {
accCDataLocator.getLookupFrameParams().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
accCDataLocator.getLookupValidationParameters().put(ApplicationConsts.COMPANY_CODE_SYS01,controlCompanies.getValue());
}
public void forceValidate() {}
});
// rounding proceeds account lookup...
accPDataLocator.setGridMethodName("loadAccounts");
accPDataLocator.setValidationMethodName("validateAccountCode");
controlRoundingP.setLookupController(accPController);
controlRoundingP.setControllerMethodName("getAccounts");
accPController.setLookupDataLocator(accPDataLocator);
accPController.setFrameTitle("accounts");
accPController.setLookupValueObjectClassName("org.jallinone.accounting.accounts.java.AccountVO");
accPController.addLookup2ParentLink("accountCodeACC02", "roundingProceedsAccountCodeAcc02DOC19");
accPController.addLookup2ParentLink("descriptionSYS10","roundingProceedsDescrDOC19");
accPController.setAllColumnVisible(false);
accPController.setVisibleColumn("accountCodeACC02", true);
accPController.setVisibleColumn("descriptionSYS10", true);
accPController.setFilterableColumn("accountCodeACC02",true);
accPController.setFilterableColumn("descriptionSYS10",true);
accPController.setPreferredWidthColumn("descriptionSYS10", 200);
accPController.setFramePreferedSize(new Dimension(340,400));
accPController.setSortedColumn("accountCodeACC02","ASC",1);
accPController.setFilterableColumn("accountCodeACC02",true);
accPController.setFilterableColumn("descriptionSYS10",true);
accPController.addLookupListener(new LookupListener() {
public void codeValidated(boolean validated) {}
public void codeChanged(ValueObject parentVO,Collection parentChangedAttributes) { }