|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateElementHandle | |
---|---|
org.eclipse.birt.report.model.api | Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") |
Uses of TemplateElementHandle in org.eclipse.birt.report.model.api |
---|
Subclasses of TemplateElementHandle in org.eclipse.birt.report.model.api | |
---|---|
class |
TemplateDataSetHandle
Handle for template data sets. |
class |
TemplateReportItemHandle
Handle for template report items. |
Methods in org.eclipse.birt.report.model.api that return TemplateElementHandle | |
---|---|
TemplateElementHandle |
DesignElementHandle.createTemplateElement(java.lang.String name)
Creates a template element handle and transforms the current element handle to the created template element. |
TemplateElementHandle |
ContentElementHandle.createTemplateElement(java.lang.String name)
|
TemplateElementHandle |
DesignElementHandle.revertToTemplate(java.lang.String name)
Creates a template element handle and transforms the current element handle to the created template element if the current element is based on a template parameter definition. |
TemplateElementHandle |
ContentElementHandle.revertToTemplate(java.lang.String name)
|
Methods in org.eclipse.birt.report.model.api with parameters of type TemplateElementHandle | |
---|---|
protected void |
DesignVisitor.visitTemplateElement(TemplateElementHandle obj)
Visits the template element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |