|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccountingLineGroup
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 rendering
javax.servlet.jsp.JspException
int getWidthInCells()
rows
- the rows which are being rendered
void 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |