public interface AccountingLineGroup
| Modifier and Type | Method and Description | 
|---|---|
| String | getCollectionItemPropertyName()Gets the collectionItemPropertyName attribute. | 
| List | getErrorKeys()Gets the errors attribute. | 
| int | getWidthInCells()Finds the maximum number of cells in the accounting line table row | 
| void | renderEverything(javax.servlet.jsp.PageContext pageContext,
                                javax.servlet.jsp.tagext.Tag parentTag)Renders the whole of this accounting line group | 
| void | setArbitrarilyHighIndex(int arbitrarilyHighIndex)Sets the form's arbitrarily high tab index | 
| void | setCellCount(int cellCount)Sets the cellCount attribute value. | 
| void | setErrorKeys(List errors)Sets the errors attribute value. | 
| void | setImportLineOverride(javax.servlet.jsp.tagext.JspFragment importLineOverride)Sets the importLineOverride attribute value. | 
| void | updateDeletabilityOfAllLines()Determines if there is more than one editable line in this group; if so, then it allows deleting | 
void renderEverything(javax.servlet.jsp.PageContext pageContext, javax.servlet.jsp.tagext.Tag parentTag) throws javax.servlet.jsp.JspException
pageContext - the page context to render toparentTag - the AccountingLinesTag that is requesting this renderingjavax.servlet.jsp.JspExceptionint getWidthInCells()
rows - the rows which are being renderedvoid setCellCount(int cellCount)
cellCount - The cellCount to set.void setImportLineOverride(javax.servlet.jsp.tagext.JspFragment importLineOverride)
importLineOverride - The importLineOverride to set.void setArbitrarilyHighIndex(int arbitrarilyHighIndex)
arbitrarilyHighIndex - the index to setList getErrorKeys()
void setErrorKeys(List errors)
errors - The errors to set.void updateDeletabilityOfAllLines()
String getCollectionItemPropertyName()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.