info.informatica.doc.style.css.visual.box
Class TableRowBox

java.lang.Object
  extended by info.informatica.doc.style.css.visual.box.AbstractCSSBox
      extended by info.informatica.doc.style.css.visual.box.TableRowBox
All Implemented Interfaces:
TableRow, CSSBox, CSSTableRowBox

public class TableRowBox
extends AbstractCSSBox
implements CSSTableRowBox

CSS table row box.


Constructor Summary
TableRowBox(CSS2ComputedProperties style)
           
 
Method Summary
 void add(TableCellBox cell)
           
 float computeAutoHeight(float containerWidth)
           
 CSSTableCellBox[] getCells()
           
 int getColumnCount()
           
 float getContentWidth()
           
 TableCellBox getLast()
           
 boolean isEmpty()
           
 Iterator<TableCellBox> iterator()
           
 
Methods inherited from class info.informatica.doc.style.css.visual.box.AbstractCSSBox
getBackgroundPosition, getBorderBottomColor, getBorderBottomWidth, getBorderLeftColor, getBorderLeftWidth, getBorderRightColor, getBorderRightWidth, getBorderTopColor, getBorderTopWidth, getComputedStyle, getContainingBlock, getFontFamily, getFontSize, getFontWeight, getGeneratedSibling, getLeading, getLeading, getLeft, getLineHeight, getLineHeight, getLineHeightCSSValue, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getRight, setContainingBlock, setErrorHandler
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.informatica.doc.style.css.visual.CSSBox
getBackgroundPosition, getBorderBottomColor, getBorderBottomWidth, getBorderLeftColor, getBorderLeftWidth, getBorderRightColor, getBorderRightWidth, getBorderTopColor, getBorderTopWidth, getComputedStyle, getContainingBlock, getGeneratedSibling, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getRight, setErrorHandler
 

Constructor Detail

TableRowBox

public TableRowBox(CSS2ComputedProperties style)
Method Detail

add

public void add(TableCellBox cell)

iterator

public Iterator<TableCellBox> iterator()

getCells

public CSSTableCellBox[] getCells()
Specified by:
getCells in interface TableRow

getLast

public TableCellBox getLast()

isEmpty

public boolean isEmpty()

getColumnCount

public int getColumnCount()
Specified by:
getColumnCount in interface TableRow

getContentWidth

public float getContentWidth()
Specified by:
getContentWidth in interface CSSTableRowBox

computeAutoHeight

public float computeAutoHeight(float containerWidth)
Specified by:
computeAutoHeight in interface CSSTableRowBox