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 |
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.