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

All Superinterfaces:
AccountingLineViewRenderableElementDefinition
All Known Implementing Classes:
AccountingLineViewColumnsDefinition, AccountingLineViewHideShowLinesDefinition, AccountingLineViewLineDefinition

public interface AccountingLineViewLineFillingDefinition
extends AccountingLineViewRenderableElementDefinition

Contract for elements which can live within an AccountingLineViewLinesDefinition, as they promise they will fill at least one table row


Method Summary
 AccountingLineViewLineFillingElement createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass)
          Has the definition create not just a layout element, but a line filling layout element
 
Methods inherited from interface org.kuali.kfs.sys.document.datadictionary.AccountingLineViewRenderableElementDefinition
createLayoutElement
 

Method Detail

createLineFillingLayoutElement

AccountingLineViewLineFillingElement createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass)
Has the definition create not just a layout element, but a line filling layout element

Parameters:
accountingLineClass - the class of the accounting line being rendered
Returns:
an AccountingLineViewLineFillingElement based off of this definition


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