public class RemoveEmptyCellsAndRowsRenderingTransformationImpl extends Object implements AccountingLineTableTransformation
| Constructor and Description |
|---|
RemoveEmptyCellsAndRowsRenderingTransformationImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
removeEmptyCells(AccountingLineTableRow row)
Removes all empty cells from a given row
|
void |
transformRows(List<AccountingLineTableRow> rows)
Removes any empty cells and rows from this table
|
public RemoveEmptyCellsAndRowsRenderingTransformationImpl()
public void transformRows(List<AccountingLineTableRow> rows)
transformRows in interface AccountingLineTableTransformationrows - the table rows to renderpublic void removeEmptyCells(AccountingLineTableRow row)
row - the row to remove empty cells fromCopyright © 2004–2015 The Kuali Foundation. All rights reserved.