|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReportContent
The object represents the report content as a whole.
Method Summary | |
---|---|
IHyperlinkAction |
createActionContent()
create a anction content. |
IAutoTextContent |
createAutoTextContent()
create the auto text content. |
ICellContent |
createCellContent()
create a cell content. |
IContainerContent |
createContainerContent()
create a container content. |
IDataContent |
createDataContent()
create the data content. |
IDataContent |
createDataContent(IContent conent)
create the data content, copy the properties from the template content. |
IForeignContent |
createForeignContent()
create the foreign content. |
IImageContent |
createImageContent()
create the image content. |
IImageContent |
createImageContent(IContent conent)
create the image content, copy the properties from the template content. |
ILabelContent |
createLabelContent()
create the label content. |
ILabelContent |
createLabelContent(IContent conent)
create the label content, copy the properties from the template content. |
IListBandContent |
createListBandContent()
|
IListContent |
createListContent()
|
IListGroupContent |
createListGroupContent()
|
IPageContent |
createPageContent()
create a page content. |
IRowContent |
createRowContent()
create the row content. |
IStyle |
createStyle()
create a style. |
ITableBandContent |
createTableBandContent()
|
ITableContent |
createTableContent()
create an table content. |
ITableGroupContent |
createTableGroupContent()
|
ITextContent |
createTextContent()
create the text content. |
ITextContent |
createTextContent(IContent conent)
create the text content, copy the properties from the template content. |
IStyle |
findStyle(java.lang.String styleClass)
find the named style. |
java.lang.String |
getACL()
|
IContent |
getContent(InstanceID id)
return the content in this report. |
org.eclipse.birt.report.engine.ir.Report |
getDesign()
get the report design used to create this report content. |
java.util.List |
getErrors()
get the error list which occurs in the generation. |
IPageContent |
getPageContent(long pageNumber)
The page content in the report content. |
IContent |
getRoot()
return root content |
TOCNode |
getTOC()
Deprecated. This method shoule be substituted by: getTOCTree( format, locale ).getTOCTree( ); |
ITOCTree |
getTOCTree(java.lang.String format,
com.ibm.icu.util.ULocale locale)
Gets the toc tree of this report content. |
long |
getTotalPage()
|
void |
setACL(java.lang.String acl)
|
Method Detail |
---|
org.eclipse.birt.report.engine.ir.Report getDesign()
java.util.List getErrors()
TOCNode getTOC()
getTOCTree( format, locale ).getTOCTree( );
ITOCTree getTOCTree(java.lang.String format, com.ibm.icu.util.ULocale locale)
IContent getRoot()
long getTotalPage()
IPageContent getPageContent(long pageNumber)
pageNumber
- page number
IContent getContent(InstanceID id)
id
- content id
IStyle findStyle(java.lang.String styleClass)
styleClass
- style name.
IHyperlinkAction createActionContent()
IStyle createStyle()
ICellContent createCellContent()
IContainerContent createContainerContent()
IPageContent createPageContent()
ITableContent createTableContent()
ITableGroupContent createTableGroupContent()
ITableBandContent createTableBandContent()
IListContent createListContent()
IListGroupContent createListGroupContent()
IListBandContent createListBandContent()
IRowContent createRowContent()
ITextContent createTextContent()
ITextContent createTextContent(IContent conent)
content
- the content template.
IForeignContent createForeignContent()
IImageContent createImageContent()
IImageContent createImageContent(IContent conent)
content
- the content template.
ILabelContent createLabelContent()
IAutoTextContent createAutoTextContent()
ILabelContent createLabelContent(IContent conent)
content
- the content template.
IDataContent createDataContent()
IDataContent createDataContent(IContent conent)
content
- the content template.
java.lang.String getACL()
void setACL(java.lang.String acl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |