org.kuali.kfs.sys.document.web
Interface AccountingLineViewLineFillingElement

All Superinterfaces:
ElementNamable, ReadOnlyable, TableJoining
All Known Implementing Classes:
AccountingLineViewColumns, AccountingLineViewLine, HideShowLayoutElement

public interface AccountingLineViewLineFillingElement
extends TableJoining, ReadOnlyable

A contract for accounting line view layout elements which join tables as part of an AccountingLineViewLines element


Method Summary
 int getDisplayingFieldWidth()
          Finds the number of table cells this line expects to take up
 boolean shouldStretchToFillLine()
          A way to ask the line filling element if it wants its cell to be stretched to fill the line
 
Methods inherited from interface org.kuali.kfs.sys.document.web.TableJoining
getRequestedRowCount, joinRow, joinTable, performFieldTransformations, readOnlyizeReadOnlyBlocks, removeAllActionBlocks, removeUnviewableBlocks, setEditableBlocks
 
Methods inherited from interface org.kuali.kfs.sys.document.web.ElementNamable
getName
 
Methods inherited from interface org.kuali.kfs.sys.document.web.ReadOnlyable
isReadOnly, readOnlyize, setEditable
 

Method Detail

getDisplayingFieldWidth

int getDisplayingFieldWidth()
Finds the number of table cells this line expects to take up

Returns:
the number of displayed table cells this line expects to render as

shouldStretchToFillLine

boolean shouldStretchToFillLine()
A way to ask the line filling element if it wants its cell to be stretched to fill the line

Returns:
true if the line filling element should stretch its cell to fill the line; if false (or if the line contains more than a single cell), the line will be padded out with an empty cell


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