public abstract class ElementDetailHandle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DesignElementHandle |
elementHandle
The handle to the report element.
|
Constructor and Description |
---|
ElementDetailHandle(DesignElementHandle element)
Constructs a detail handle given a handle to a report element.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.birt.report.model.elements.ReportDesign |
getDesign()
Deprecated.
|
org.eclipse.birt.report.model.core.DesignElement |
getElement()
Returns the design element.
|
DesignElementHandle |
getElementHandle()
Returns a handle to the design element.
|
org.eclipse.birt.report.model.core.Module |
getModule()
Returns the module
|
protected final DesignElementHandle elementHandle
public ElementDetailHandle(DesignElementHandle element)
element
- a handle to a report elementpublic org.eclipse.birt.report.model.elements.ReportDesign getDesign()
public org.eclipse.birt.report.model.core.Module getModule()
public org.eclipse.birt.report.model.core.DesignElement getElement()
public DesignElementHandle getElementHandle()
Copyright © 2008 Actuate Corp. All rights reserved.