org.apache.beehive.netui.databinding.datagrid.rendering
Class TableRenderer

Object
  extended by TableRenderer

public class TableRenderer
extends Object


Constructor Summary
TableRenderer(StylePolicy stylePolicy)
           
 
Method Summary
 void closeCaption(StringBuffer buf)
           
 void closeFooterRow(StringBuffer buf)
           
 void closeHeaderCell(StringBuffer buf)
           
 void closeHeaderRow(StringBuffer buf)
           
 void closeTable(StringBuffer buf)
           
 void closeTableCell(StringBuffer buf)
           
 void closeTableRow(StringBuffer buf)
           
 void openCaption(StringBuffer buf)
           
 void openFooterRow(StringBuffer buf)
           
 void openHeaderCell(StringBuffer buf, int[] styleClasses)
           
 void openHeaderRow(StringBuffer buf)
           
 void openTable(StringBuffer buf)
           
 void openTableCell(StringBuffer buf)
           
 void openTableRow(StringBuffer buf, int rowIndex)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableRenderer

public TableRenderer(StylePolicy stylePolicy)
Method Detail

openTable

public void openTable(StringBuffer buf)

closeTable

public void closeTable(StringBuffer buf)

openCaption

public void openCaption(StringBuffer buf)

closeCaption

public void closeCaption(StringBuffer buf)

openHeaderRow

public final void openHeaderRow(StringBuffer buf)

closeHeaderRow

public void closeHeaderRow(StringBuffer buf)

openTableRow

public void openTableRow(StringBuffer buf,
                         int rowIndex)

closeTableRow

public void closeTableRow(StringBuffer buf)

openFooterRow

public void openFooterRow(StringBuffer buf)

closeFooterRow

public void closeFooterRow(StringBuffer buf)

openHeaderCell

public void openHeaderCell(StringBuffer buf,
                           int[] styleClasses)

closeHeaderCell

public void closeHeaderCell(StringBuffer buf)

openTableCell

public void openTableCell(StringBuffer buf)

closeTableCell

public void closeTableCell(StringBuffer buf)