Modifier and Type | Class and Description |
---|---|
class |
AccountingLineViewCountedSequenceNumberFieldDefinition
Defines a sequence number which displays based on line count rather than the actual sequence number of the accounting line
|
class |
AccountingLineViewSequenceNumberFieldDefinition
Data dictionary definition of a field which represents a sequence number on an accounting line.
|
Modifier and Type | Method and Description |
---|---|
protected AccountingLineViewFieldDefinition |
AccountingLineViewDebitCreditAmountFieldDefinition.createFieldDefinitionForProperty(String propertyName)
Creates an AccountingLineViewFieldDefinition for the given property name
|
protected AccountingLineViewFieldDefinition |
AccountingLineViewCurrentBaseAmountFieldDefinition.createFieldDefinitionForProperty(String propertyName)
Creates an AccountingLineViewFieldDefinition for the given property name
|
Modifier and Type | Method and Description |
---|---|
List<AccountingLineViewFieldDefinition> |
AccountingLineViewColumnsDefinition.getFields()
Gets the fields attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
AccountingLineViewColumnsDefinition.setFields(List<AccountingLineViewFieldDefinition> fields)
Sets the fields attribute value.
|
Modifier and Type | Method and Description |
---|---|
AccountingLineViewFieldDefinition |
AccountingLineRenderingService.createGenericAccountingLineViewFieldDefinition(org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition fieldDefinition)
Begins to create an AccountingLineViewFieldDefinition, based on the information held within the given MaintainableFieldDefinition
|
Modifier and Type | Method and Description |
---|---|
AccountingLineViewFieldDefinition |
AccountingLineRenderingServiceImpl.createGenericAccountingLineViewFieldDefinition(org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition currentDefinition) |
Modifier and Type | Method and Description |
---|---|
AccountingLineViewFieldDefinition |
AccountingLineViewCurrentBaseAmount.getBaseAmountFieldDefinition()
Gets the baseAmountFieldDefinition attribute.
|
AccountingLineViewFieldDefinition |
AccountingLineViewDebitCreditAmountLayoutElement.getCreditFieldDefinition()
Gets the creditFieldDefinition attribute.
|
AccountingLineViewFieldDefinition |
AccountingLineViewCurrentBaseAmount.getCurrentAmountFieldDefinition()
Gets the currentAmountFieldDefinition attribute.
|
AccountingLineViewFieldDefinition |
AccountingLineViewDebitCreditAmountLayoutElement.getDebitFieldDefinition()
Gets the debitFieldDefinition attribute.
|
AccountingLineViewFieldDefinition |
AccountingLineViewDebitCreditAmountField.getDefinition()
Gets the definition attribute.
|
AccountingLineViewFieldDefinition |
AccountingLineViewField.getDefinition()
Gets the definition attribute.
|
Modifier and Type | Method and Description |
---|---|
protected AccountingLineTableCell |
AccountingLineViewCurrentBaseAmount.createCellForField(org.kuali.rice.kns.web.ui.Field field,
AccountingLineViewFieldDefinition definition)
Creates a table cell with a renderable field inside
|
protected AccountingLineTableCell |
AccountingLineViewDebitCreditAmountLayoutElement.createCellForField(org.kuali.rice.kns.web.ui.Field field,
AccountingLineViewFieldDefinition definition,
boolean isDebit)
Creates a table cell with a renderable field inside
|
void |
AccountingLineViewCurrentBaseAmount.setBaseAmountFieldDefinition(AccountingLineViewFieldDefinition baseAmountFieldDefinition)
Sets the baseAmountFieldDefinition attribute value.
|
void |
AccountingLineViewDebitCreditAmountLayoutElement.setCreditFieldDefinition(AccountingLineViewFieldDefinition creditFieldDefinition)
Sets the creditFieldDefinition attribute value.
|
void |
AccountingLineViewCurrentBaseAmount.setCurrentAmountFieldDefinition(AccountingLineViewFieldDefinition currentAmountFieldDefinition)
Sets the currentAmountFieldDefinition attribute value.
|
void |
AccountingLineViewDebitCreditAmountLayoutElement.setDebitFieldDefinition(AccountingLineViewFieldDefinition debitFieldDefinition)
Sets the debitFieldDefinition attribute value.
|
void |
AccountingLineViewField.setDefinition(AccountingLineViewFieldDefinition definition)
Sets the definition attribute value.
|
Constructor and Description |
---|
AccountingLineViewDebitCreditAmountField(org.kuali.rice.kns.web.ui.Field debitOrCreditField,
AccountingLineViewFieldDefinition definition,
boolean isDebit,
String newLineProperty,
String collectionProperty)
Constructs a AccountingLineViewDebitOrCreditAmountField
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.