Package info.informatica.report.block

Interface Summary
BinaryBlock Identifies a binary-style Block.
Block A Report Block.
DataBlock A block that prints a Dataset.
MapBlock A block that prints a Map.
NativeWrapper Implemented by Writer-specific blocks.
ResultsetBlock A block that prints a Resultset.
StaticBlock A static (not data-enabled) Block.
TemplateBlock Any template system that is able to implement this interface will be able to be used by this engine.
 

Class Summary
AbstractBlock Base for Report Blocks.
AbstractTableBlock Abstract class for tables.
DataBlockFactory The Data Block Factory.
DefaultTemplateBlock A MapBlock that supports DataFormatter formatting.
DynamicBlock Clases implementing this interface are able to print more than one row of data by calling the next() method of the data-provider object, until a maximum of RowLimit, as given by ReportDataSpec.
ImageBlock An image.
RowTemplateBlock A DynamicBlock that supports DataFormatter formatting.
StaticImageBlock An image block.
TableBlock A Table Block containing cell specifications.
TableDataBlock A Table Block that supports DataFormatter formatting.
TablePrinter A table printer adapter for native objects.
TemplateBlockFactory The TemplateBlock Factory.
TextBlock The simplest StaticBlock: a bunch of text.
 

Exception Summary
TableFormatException