org.kuali.kfs.sys.document.datadictionary
Interface AccountingLineViewRenderableElementDefinition

All Known Subinterfaces:
AccountingLineViewLineFillingDefinition
All Known Implementing Classes:
AccountingLineViewActionDefinition, AccountingLineViewActionsDefinition, AccountingLineViewColumnsDefinition, AccountingLineViewCountedSequenceNumberFieldDefinition, AccountingLineViewCurrentBaseAmountFieldDefinition, AccountingLineViewDebitCreditAmountFieldDefinition, AccountingLineViewFieldDefinition, AccountingLineViewHideShowLinesDefinition, AccountingLineViewLineDefinition, AccountingLineViewLinesDefinition, AccountingLineViewMultipleReadOnlyFieldsDefinition, AccountingLineViewSequenceNumberFieldDefinition

public interface AccountingLineViewRenderableElementDefinition

Behaviors needed by all elements which represent elements that can be rendered as part of an accounting line view


Method Summary
 TableJoining createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
          Returns the TableJoining element that this definition requires to be part of the accounting line view
 

Method Detail

createLayoutElement

TableJoining createLayoutElement(Class<? extends AccountingLine> accountingLineClass)
Returns the TableJoining element that this definition requires to be part of the accounting line view

Returns:
a properly created TableJoining element


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.