info.informatica.report.block
Class AbstractTableBlock

java.lang.Object
  extended by info.informatica.report.block.AbstractBlock
      extended by info.informatica.report.block.AbstractTableBlock
All Implemented Interfaces:
Block
Direct Known Subclasses:
TableBlock, TableDataBlock

public abstract class AbstractTableBlock
extends AbstractBlock

Abstract class for tables.

Author:
Carlos Amengual (amengual at informatica.info)

Constructor Summary
AbstractTableBlock(AbstractBlock copyblock)
           
AbstractTableBlock(ReportElement peerElement)
           
 
Method Summary
abstract  int getBorderWidth()
           
abstract  int getColumnCount()
           
abstract  boolean hasHeader()
           
 
Methods inherited from class info.informatica.report.block.AbstractBlock
filterChildReportElement, filterChildXHTMLElement, getCondition, getPeerElement, getReportDataSpec, getTransformParameters, init, isHidden, printSample, setCondition, setReportDataSpec
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTableBlock

public AbstractTableBlock(ReportElement peerElement)

AbstractTableBlock

public AbstractTableBlock(AbstractBlock copyblock)
Method Detail

getColumnCount

public abstract int getColumnCount()

hasHeader

public abstract boolean hasHeader()

getBorderWidth

public abstract int getBorderWidth()