org.kuali.kfs.sys.document.service
Interface AccountingLineFieldRenderingTransformation
- All Known Implementing Classes:
- DefaultValuePopulationAccountingLineFieldRenderingTransformationImpl
public interface AccountingLineFieldRenderingTransformation
An interface that represents a transformation on a single field; they can be grouped
together and run at one time by FieldChangingAccountingLineRenderTransformImpl.
|
Method Summary |
void |
transformField(AccountingLine accountingLine,
org.kuali.rice.kns.web.ui.Field field,
org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition fieldDefinition,
Map unconvertedValues)
Performs a transformation on the field |
transformField
void transformField(AccountingLine accountingLine,
org.kuali.rice.kns.web.ui.Field field,
org.kuali.rice.kns.datadictionary.MaintainableFieldDefinition fieldDefinition,
Map unconvertedValues)
- Performs a transformation on the field
- Parameters:
accountingLine - the accounting line that is being renderedfield - the field to transformfieldDefinition - the accounting line definition of the accounting line being renderedunconvertedValues - a map of unconverted values
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.