public abstract class ReportItemFactory extends java.lang.Object implements IReportItemFactory
| 构造器和说明 |
|---|
ReportItemFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
IStyleDeclaration[] |
getFactoryStyles(java.lang.String extensionName)
Returns the list of default styles that defined for the extension
element.
|
abstract IMessages |
getMessages()
Returns the
IMessages, which can get localized message
for the given resource key and locale. |
abstract IReportItem |
newReportItem(DesignElementHandle extendedItemHandle)
Creates a new instance of the extended element given a handle to the BIRT
report element that represents the extended element.
|
public abstract IReportItem newReportItem(DesignElementHandle extendedItemHandle)
IReportItemFactorynewReportItem 在接口中 IReportItemFactoryextendedItemHandle - the BIRT report item that represents the extended elementpublic abstract IMessages getMessages()
IReportItemFactoryIMessages, which can get localized message
for the given resource key and locale.getMessages 在接口中 IReportItemFactoryIMessagespublic IStyleDeclaration[] getFactoryStyles(java.lang.String extensionName)
IReportItemFactorygetFactoryStyles 在接口中 IReportItemFactoryextensionName - the extension name of the elementCopyright © 2008 Actuate Corp. All rights reserved.