org.ujac.print.tag
Interface RowCellContainer

All Superinterfaces:
StyleHolder
All Known Implementing Classes:
ExtraRowTag, PrintFooterRowTag, PrintGroupRowTag, PrintGroupTitleRowTag, PrintHeaderRowTag, PrintRowTag

public interface RowCellContainer
extends StyleHolder

Name: RowCellContainer
Description: An interface for RowCell holding containers.

Author:
lauerc

Method Summary
 CellAttributes getCellAttributes()
          Gets the cell attributes.
 void registerRowCell(RowCellTag rowCell)
          Registers the given cell style for the specified column name.
 
Methods inherited from interface org.ujac.print.StyleHolder
getStyleAttribute
 

Method Detail

registerRowCell

void registerRowCell(RowCellTag rowCell)
                     throws DocumentHandlerException
Registers the given cell style for the specified column name.

Parameters:
rowCell - The row cell to register.
Throws:
DocumentHandlerException - In case the row-cell registration failed.

getCellAttributes

CellAttributes getCellAttributes()
Gets the cell attributes.

Returns:
The cell attributes.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.