|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.informatica.report.block.AbstractBlock
info.informatica.report.block.DynamicBlock
public abstract class 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.
| Method Summary | |
|---|---|
ReportElement |
filterChildReportElement(ReportElement element)
Add a nested block. |
FragmentList |
getNestedBlocks()
Gets the nested blocks. |
boolean |
hasNested()
Does this Block have nested blocks? |
| Methods inherited from class info.informatica.report.block.AbstractBlock |
|---|
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 |
| Method Detail |
|---|
public ReportElement filterChildReportElement(ReportElement element)
filterChildReportElement in interface BlockfilterChildReportElement in class AbstractBlockelement - the child element.
IllegalArgumentException - if the block does not allow nested segments.public FragmentList getNestedBlocks()
public boolean hasNested()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||