info.informatica.doc.style.css.visual.container
Interface CSSTableRowContainer

All Superinterfaces:
CSSBoxContainer
All Known Implementing Classes:
TableRowContainer

public interface CSSTableRowContainer
extends CSSBoxContainer

A CSS block-level table box that contains table rows.

Author:
Carlos Amengual (amengual at informatica.info)

Method Summary
 float computeAutoHeight(float containerWidth)
          Compute the box height for 'auto'.
 List<CSSTableRowBox> getRows()
          Gets the table rows.
 
Methods inherited from interface info.informatica.doc.style.css.visual.container.CSSBoxContainer
getContentWidth, getMinimumWidth
 

Method Detail

getRows

List<CSSTableRowBox> getRows()
Gets the table rows.

Returns:
an array with the table rows.

computeAutoHeight

float computeAutoHeight(float containerWidth)
Compute the box height for 'auto'.

Returns:
the box height, expressed in the device's natural unit.


Copyright © 2011 informatica.info. All Rights Reserved.