org.eclipse.birt.report.engine.content
Interface IGroupContent

All Superinterfaces:
IContainerContent, IContent, IElement
All Known Subinterfaces:
IListGroupContent, ITableGroupContent

public interface IGroupContent
extends IContainerContent


Field Summary
 
Fields inherited from interface org.eclipse.birt.report.engine.content.IContent
AUTOTEXT_CONTENT, CELL_CONTENT, CONTAINER_CONTENT, DATA_CONTENT, DOCUMENT_EXTENSION, FOREIGN_CONTENT, GROUP_CONTENT, IMAGE_CONTENT, LABEL_CONTENT, LAYOUT_EXTENSION, LIST_BAND_CONTENT, LIST_CONTENT, LIST_GROUP_CONTENT, PAGE_CONTENT, ROW_CONTENT, SERIALIZE_CONTENT, TABLE_BAND_CONTENT, TABLE_CONTENT, TABLE_GROUP_CONTENT, TEXT_CONTENT
 
Method Summary
 IBandContent getFooter()
           
 java.lang.String getGroupID()
           
 int getGroupLevel()
           
 IBandContent getHeader()
           
 boolean isHeaderRepeat()
           
 void setGroupID(java.lang.String groupId)
           
 void setHeaderRepeat(boolean repeat)
           
 
Methods inherited from interface org.eclipse.birt.report.engine.content.IContent
accept, getBookmark, getContentType, getExtension, getGenerateBy, getHeight, getHelpText, getHyperlinkAction, getInlineStyle, getInstanceID, getName, getReportContent, getStyleClass, getTOC, getWidth, getX, getY, readContent, setBookmark, setExtension, setGenerateBy, setHeight, setHelpText, setHyperlinkAction, setInlineStyle, setInstanceID, setName, setReportContent, setStyleClass, setTOC, setWidth, setX, setY, writeContent
 
Methods inherited from interface org.eclipse.birt.report.engine.content.IElement
getChildren, getParent, setParent
 

Method Detail

isHeaderRepeat

public boolean isHeaderRepeat()

setHeaderRepeat

public void setHeaderRepeat(boolean repeat)

getHeader

public IBandContent getHeader()

getFooter

public IBandContent getFooter()

getGroupID

public java.lang.String getGroupID()

setGroupID

public void setGroupID(java.lang.String groupId)

getGroupLevel

public int getGroupLevel()


Copyright © 2005 Actuate Corp. All rights reserved.