org.kuali.kfs.sys.document.service.impl
Class RemoveEmptyCellsAndRowsRenderingTransformationImpl
java.lang.Object
org.kuali.kfs.sys.document.service.impl.RemoveEmptyCellsAndRowsRenderingTransformationImpl
- All Implemented Interfaces:
- AccountingLineTableTransformation
public class RemoveEmptyCellsAndRowsRenderingTransformationImpl
- extends Object
- implements AccountingLineTableTransformation
Rendering transformation which removes any empty cells and rows from a table
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveEmptyCellsAndRowsRenderingTransformationImpl
public RemoveEmptyCellsAndRowsRenderingTransformationImpl()
transformRows
public void transformRows(List<AccountingLineTableRow> rows)
- Removes any empty cells and rows from this table
- Specified by:
transformRows
in interface AccountingLineTableTransformation
- Parameters:
rows
- the table rows to render
removeEmptyCells
public void removeEmptyCells(AccountingLineTableRow row)
- Removes all empty cells from a given row
- Parameters:
row
- the row to remove empty cells from
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.