|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccountingLineFieldRenderingTransformation | |
---|---|
org.kuali.kfs.sys.document.service.impl | |
org.kuali.kfs.sys.document.web |
Uses of AccountingLineFieldRenderingTransformation in org.kuali.kfs.sys.document.service.impl |
---|
Classes in org.kuali.kfs.sys.document.service.impl that implement AccountingLineFieldRenderingTransformation | |
---|---|
class |
DefaultValuePopulationAccountingLineFieldRenderingTransformationImpl
A field transformer that populates a field with its default value |
Methods in org.kuali.kfs.sys.document.service.impl that return types with arguments of type AccountingLineFieldRenderingTransformation | |
---|---|
List<AccountingLineFieldRenderingTransformation> |
AccountingLineRenderingServiceImpl.getFieldTransformations()
Gets the fieldTransformations attribute. |
Method parameters in org.kuali.kfs.sys.document.service.impl with type arguments of type AccountingLineFieldRenderingTransformation | |
---|---|
void |
AccountingLineRenderingServiceImpl.setFieldTransformations(List<AccountingLineFieldRenderingTransformation> fieldTransformations)
Sets the fieldTransformations attribute value. |
Uses of AccountingLineFieldRenderingTransformation in org.kuali.kfs.sys.document.web |
---|
Methods in org.kuali.kfs.sys.document.web with parameters of type AccountingLineFieldRenderingTransformation | |
---|---|
void |
AccountingLineViewOverrideField.transformField(AccountingLineFieldRenderingTransformation fieldTransformation,
AccountingLine accountingLine,
Map unconvertedValues)
Runs a field transformation against all the overrides encapsulated within this field |
protected void |
AccountingLineViewField.transformOverrideFields(AccountingLineFieldRenderingTransformation fieldTransformation,
AccountingLine accountingLine,
Map unconvertedValues)
Runs a field transformation against all the overrides encapsulated within this field |
Method parameters in org.kuali.kfs.sys.document.web with type arguments of type AccountingLineFieldRenderingTransformation | |
---|---|
void |
FieldTableJoining.performFieldTransformations(List<AccountingLineFieldRenderingTransformation> fieldTransformations,
AccountingLine accountingLine,
Map unconvertedValues)
|
void |
AccountingLineViewDebitCreditAmountLayoutElement.performFieldTransformations(List<AccountingLineFieldRenderingTransformation> fieldTransformations,
AccountingLine accountingLine,
Map unconvertedValues)
|
void |
TableJoining.performFieldTransformations(List<AccountingLineFieldRenderingTransformation> fieldTransformations,
AccountingLine accountingLine,
Map unconvertedValues)
Performs a transformations on any fields this TableJoining layout element knows about |
void |
AccountingLineViewLine.performFieldTransformations(List<AccountingLineFieldRenderingTransformation> fieldTransformations,
AccountingLine accountingLine,
Map unconvertedValues)
|
void |
AccountingLineViewField.performFieldTransformations(List<AccountingLineFieldRenderingTransformation> fieldTransformations,
AccountingLine accountingLine,
Map unconvertedValues)
|
void |
HideShowLayoutElement.performFieldTransformations(List<AccountingLineFieldRenderingTransformation> fieldTransformations,
AccountingLine accountingLine,
Map unconvertedValues)
Has the inner content perform any field transformations |
void |
PlaceHoldingLayoutElement.performFieldTransformations(List<AccountingLineFieldRenderingTransformation> fieldTransformations,
AccountingLine accountingLine,
Map unconvertedValues)
No fields to transform |
void |
AccountingLineViewCurrentBaseAmount.performFieldTransformations(List<AccountingLineFieldRenderingTransformation> fieldTransformations,
AccountingLine accountingLine,
Map unconvertedValues)
|
void |
AccountingLineViewColumns.performFieldTransformations(List<AccountingLineFieldRenderingTransformation> fieldTransformations,
AccountingLine accountingLine,
Map unconvertedValues)
Has fields perform the transformations |
void |
AccountingLineViewLines.performFieldTransformations(List<AccountingLineFieldRenderingTransformation> fieldTransformations,
AccountingLine accountingLine,
Map unconvertedValues)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |