Package | Description |
---|---|
org.kuali.ole.fp.document.web.struts | |
org.kuali.ole.sys.document.web |
Modifier and Type | Class and Description |
---|---|
class |
AuxiliaryVoucherForm
Struts form so
can be accessed and modified through UI. |
class |
JournalVoucherForm
This class is the Struts specific form object that works in conjunction with the pojo utilities to build the UI for the Journal
Voucher Document.
|
Modifier and Type | Method and Description |
---|---|
protected void |
VoucherAction.populateAllVoucherAccountingLineHelpers(VoucherForm voucherForm)
This method builds the corresponding list of voucher acounting line helper objects so that a user can differentiate between
credit and debit fields.
|
protected VoucherAccountingLineHelper |
VoucherAction.populateNewVoucherAccountingLineHelper(VoucherForm voucherForm)
This populates a new helperLine instance with the one that was just added so that the new instance can be added to the
helperLines list.
|
protected void |
VoucherAction.populateSelectedAccountingPeriod(VoucherDocument voucherDocument,
VoucherForm voucherForm)
This method parses the accounting period value from the bo and builds the right string to pass to the form object as the
selected value.
|
protected VoucherAccountingLineHelper |
VoucherAction.populateVoucherAccountingLineHelper(VoucherForm voucherForm)
This populates a new helperLine instance with the one that was just added so that the new instance can be added to the
helperLines list.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AccountingLineViewDebitCreditAmountField.prepareFieldForRendering(org.kuali.rice.kns.web.ui.Field field,
VoucherForm form,
Integer count)
Sets up the field for rendering by setting the right property name and zeroing out amounts which aren't needed
|
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.