Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.newtable
Class RowData

java.lang.Object
  extended by org.xhtmlrenderer.newtable.RowData

public class RowData
extends java.lang.Object

A row in the table grid. The list of cells it maintains is always large enough to set a table cell at every position in the row. If there are no colspans, rowspans, or missing cells, the grid row will exactly correspond to the row in the original markup. On the other hand, colspans may force spanning cells to be inserted, rowspans will mean cells appear in more than one grid row, and positions may be null if no cell occupies that position in the grid.


Constructor Summary
RowData()
           
 
Method Summary
 void extendToColumnCount(int columnCount)
           
 java.util.List getRow()
           
 void splitColumn(int pos)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowData

public RowData()
Method Detail

getRow

public java.util.List getRow()

extendToColumnCount

public void extendToColumnCount(int columnCount)

splitColumn

public void splitColumn(int pos)

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home