org.kuali.kfs.sys.document.web.renderers
Interface CellCountCurious

All Known Implementing Classes:
DebitCreditTotalRenderer, GroupTitleLineRenderer, GroupTotalRenderer, ProcurementCardGroupTotalRenderer, TotalRendererBase

public interface CellCountCurious

A contract for those Renders which are curious about how many cells the total width of the table is


Method Summary
 void setCellCount(int cellCount)
          This method lets the object demanding the rendering to set the total number of cells that the table will be rendered as
 

Method Detail

setCellCount

void setCellCount(int cellCount)
This method lets the object demanding the rendering to set the total number of cells that the table will be rendered as

Parameters:
cellCount - the width, measured in table cells, of the accounting line table


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.