|
||||||||||
| 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.AbstractTableBlock
info.informatica.report.block.TableBlock
public class TableBlock
A Table Block containing cell specifications.
| Constructor Summary | |
|---|---|
TableBlock(ReportElement peerElement)
|
|
TableBlock(TableBlock tableblock)
|
|
| Method Summary | |
|---|---|
ReportElement |
filterChildReportElement(ReportElement element)
When any ReportElement is added as a child of the peer ReportElement, it is filtered through this method. |
info.informatica.doc.dom4j.CSSStylableElement |
filterChildXHTMLElement(info.informatica.doc.dom4j.CSSStylableElement element)
When any CSSStylableElement is added as a child of the peer ReportElement, it is filtered through this method. |
int |
getBorderWidth()
|
int |
getColumnCount()
|
List<ReportTableRowElement> |
getRowList()
|
boolean |
hasHeader()
|
void |
init()
Arranges the block for printing. |
void |
print(info.informatica.doc.dom4j.TableRenderer tablePrinter,
Map<String,? extends Object> m)
|
| Methods inherited from class info.informatica.report.block.AbstractBlock |
|---|
getCondition, getPeerElement, getReportDataSpec, getTransformParameters, isHidden, printSample, setCondition, setReportDataSpec |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableBlock(ReportElement peerElement)
public TableBlock(TableBlock tableblock)
| Method Detail |
|---|
public void init()
throws info.informatica.doc.DocumentFormatException
AbstractBlockNote that blocks implementing NativeBlock must also call initRender(), after init().
This method needs to be called only once, typically before generating the data to be able to check for configuration errors.
init in interface Blockinit in class AbstractBlockinfo.informatica.doc.DocumentFormatException - if is unable to initialize due to a syntax or formatting
problem.public boolean hasHeader()
hasHeader in class AbstractTableBlockpublic int getBorderWidth()
getBorderWidth in class AbstractTableBlockpublic int getColumnCount()
getColumnCount in class AbstractTableBlockpublic info.informatica.doc.dom4j.CSSStylableElement filterChildXHTMLElement(info.informatica.doc.dom4j.CSSStylableElement element)
BlockIf the method returns null, the element will not be added.
filterChildXHTMLElement in interface BlockfilterChildXHTMLElement in class AbstractBlockelement - the child element.
public ReportElement filterChildReportElement(ReportElement element)
BlockIf the method returns null, the element will not be added.
filterChildReportElement in interface BlockfilterChildReportElement in class AbstractBlockelement - the child element.
public final List<ReportTableRowElement> getRowList()
public void print(info.informatica.doc.dom4j.TableRenderer tablePrinter,
Map<String,? extends Object> m)
throws info.informatica.doc.RenderingException
info.informatica.doc.RenderingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||