|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DesignElementHandle | |
---|---|
org.eclipse.birt.report.model.api | Tool-writer's interface for the BIRT design model (also known as the "Design Engine.") |
org.eclipse.birt.report.model.api.core | Represents the fundamental data structures of the user-defined property and the interface of UI listener. |
org.eclipse.birt.report.model.api.css | |
org.eclipse.birt.report.model.api.extension | Defines the fundamental interfaces for those extensions from the reportitem extension point. |
org.eclipse.birt.report.model.api.impl | |
org.eclipse.birt.report.model.api.olap | |
org.eclipse.birt.report.model.api.simpleapi | Report element representations in the BIRT simple API environment. |
org.eclipse.birt.report.model.api.util | Utility classes. |
org.eclipse.birt.report.model.api.validators | Provides the validation classes for semantic check on multiple properties. |
Uses of DesignElementHandle in org.eclipse.birt.report.model.api |
---|
Subclasses of DesignElementHandle in org.eclipse.birt.report.model.api | |
---|---|
class |
AccessControlHandle
Describes the privilege to access resources. |
class |
AutoTextHandle
Represents a autotext report item. |
class |
CascadingParameterGroupHandle
Represents the group of cascading parameters. |
class |
CellHandle
Represents a cell within a table or grid. |
class |
ColumnHandle
Represents a column within a table. |
class |
ContentElementHandle
|
class |
CssSharedStyleHandle
Css shared style handle. |
class |
DataGroupHandle
|
class |
DataItemHandle
Represents a data item element. |
class |
DataSetHandle
Abstract handle for data set elements. |
class |
DataSourceHandle
This abstract class represents a data source element: a connection to an external data provider such as an SQL database. |
class |
ExtendedItemHandle
Represents an extended element. |
class |
FilterConditionElementHandle
|
class |
FreeFormHandle
Represents a free-form element. |
class |
GraphicMasterPageHandle
Represents a graphic master page in the design. |
class |
GridHandle
Represents a grid item in the design. |
class |
GroupHandle
Represents both list and table groups in the design. |
class |
ImageHandle
Represents an image report item. |
class |
JointDataSetHandle
Provides API to operate a joint data set. |
class |
LabelHandle
Represents a label report item. |
class |
LibraryHandle
Represents the handle of library element. |
class |
LineHandle
Represents the line item. |
class |
ListGroupHandle
Represents a group in a list. |
class |
ListHandle
Represents a list report item. |
class |
ListingHandle
Represents slots and common properties in the two list-oriented elements: table and list. |
class |
MasterPageHandle
Represents a master page. |
class |
MemberValueHandle
CrosstabMemberValueHandle |
class |
ModuleHandle
Abstract module handle which provides the common functionalities of report design and library. |
class |
MultiLineDataHandle
Deprecated. by TextDataHandle |
class |
MultiViewsHandle
Represents a multiple view element. |
class |
OdaDataSetHandle
Represents an extended data set. |
class |
OdaDataSourceHandle
Represents a extended data source. |
class |
ParameterGroupHandle
Represents a group of parameters. |
class |
ParameterHandle
Represents the various parameter types. |
class |
PrivateStyleHandle
Represents the "private style" for an element. |
class |
RectangleHandle
Represents a rectangle element. |
class |
ReportDesignHandle
Represents the overall report design. |
class |
ReportElementHandle
Abstract base class for working with all elements except the report design. |
class |
ReportItemHandle
Represents a report item: any element that can appear within a section of the report. |
class |
RowHandle
Represents one row in a Grid or Table. |
class |
ScalarParameterHandle
Represents a scalar (single-value) report parameter. |
class |
ScriptDataSetHandle
Represents a script data set item. |
class |
ScriptDataSourceHandle
Represents a script data source. |
class |
SharedStyleHandle
Represents a named, shared style. |
class |
SimpleMasterPageHandle
Represents a simple master page. |
class |
SortElementHandle
|
class |
StyleHandle
Represents the style properties for either a shared style or an element with a IStyleModel. |
class |
TableGroupHandle
Represent a handle to a table group. |
class |
TableHandle
Represents a table element. |
class |
TemplateDataSetHandle
Handle for template data sets. |
class |
TemplateElementHandle
Abstract handle for template elements. |
class |
TemplateParameterDefinitionHandle
Represents a template parameter definition element. |
class |
TemplateReportItemHandle
Handle for template report items. |
class |
TextDataHandle
Represents a multi-line data item element. |
class |
TextItemHandle
Represents a text data item. |
class |
ThemeHandle
Represents a theme in the library. |
class |
ValueAccessControlHandle
Describes the privilege to access resources. |
class |
VariableElementHandle
Represents a variable. |
Fields in org.eclipse.birt.report.model.api declared as DesignElementHandle | |
---|---|
protected DesignElementHandle |
ElementDetailHandle.elementHandle
The handle to the report element. |
Methods in org.eclipse.birt.report.model.api that return DesignElementHandle | |
---|---|
DesignElementHandle |
ModuleHandle.findElement(java.lang.String name)
Finds a named element in the name space in this module and the included moduled. |
DesignElementHandle |
SlotHandle.get(int posn)
Returns a handle to the content element at the given position. |
DesignElementHandle |
DesignElementHandle.getContainer()
Returns a handle to the element that contains this element. |
DesignElementHandle |
PropertyHandle.getContent(int posn)
Gets the content at the given position. |
DesignElementHandle |
DesignElementHandle.getContent(java.lang.String propName,
int index)
Gets a handle to the content element at the given position. |
DesignElementHandle |
ReportItemHandle.getCurrentView()
Returns the view that is being used. |
DesignElementHandle |
MultiViewsHandle.getCurrentView()
Returns the view that is being used. |
DesignElementHandle |
TemplateParameterDefinitionHandle.getDefaultElement()
Gets the default element of this template parameter definition. |
DesignElementHandle |
TemplateElementHandle.getDefaultElement()
Gets the default element of this template element. |
DesignElementHandle |
ModuleHandle.getElementByID(long id)
Finds the handle to an element by a given element ID. |
DesignElementHandle |
ElementDetailHandle.getElementHandle()
Returns a handle to the design element. |
DesignElementHandle |
PrivateStyleHandle.getElementHandle()
Returns a handle to the element that owns this private style. |
DesignElementHandle |
DesignElementHandle.getElementProperty(java.lang.String propName)
Returns the value of an element reference property. |
DesignElementHandle |
DesignElementHandle.getExtends()
Returns a handle to the element that this element extends. |
DesignElementHandle |
ContentElementHandle.getExtends()
|
DesignElementHandle |
PrivateStyleHandle.getExtends()
This method is not defined for private styles. |
DesignElementHandle |
DesignElementHandle.getHostViewHandle()
Return the direct host element handle for this view element. |
DesignElementHandle |
ElementFactory.newElement(java.lang.String elementTypeName,
java.lang.String name)
Creates a design element specified by the element type name. |
DesignElementHandle |
ElementFactory.newElementFrom(DesignElementHandle baseElement,
java.lang.String name)
Creates one new element based on the given element. |
Methods in org.eclipse.birt.report.model.api with parameters of type DesignElementHandle | |
---|---|
void |
PropertyHandle.add(DesignElementHandle content)
Adds a report item to the property with the given element handle. |
void |
SlotHandle.add(DesignElementHandle content)
Adds a report item to the slot with the given element handle. |
void |
PropertyHandle.add(DesignElementHandle content,
int newPos)
Adds a report item to this property at the given position. |
void |
SlotHandle.add(DesignElementHandle content,
int newPos)
Adds a report item to the slot at the given position. |
void |
DesignElementHandle.add(java.lang.String propName,
DesignElementHandle content)
Adds a report item to the property with the given element handle. |
void |
DesignElementHandle.add(java.lang.String propName,
DesignElementHandle content,
int newPos)
Adds a report item to this property at the given position. |
void |
DesignElementHandle.addElement(DesignElementHandle child,
int slotId)
Adds a report item to the end of the given slot. |
void |
DesignElementHandle.addElement(DesignElementHandle child,
int slotId,
int pos)
Adds a report item to the given slot at the given position. |
void |
ReportItemHandle.addView(DesignElementHandle viewElement)
Adds a new element as the view. |
void |
MultiViewsHandle.addView(DesignElementHandle viewElement)
Adds a new element as the view. |
void |
DesignVisitor.apply(DesignElementHandle handle)
Applies this visitor to the given element. |
boolean |
PropertyHandle.canContain(DesignElementHandle content)
Determines if the given slot can contain the content . |
boolean |
SlotHandle.canContain(DesignElementHandle content)
Determines if the given slot can contain the content . |
boolean |
DesignElementHandle.canContain(int slotId,
DesignElementHandle content)
Determines if the given slot can contain the content . |
boolean |
DesignElementHandle.canContain(java.lang.String propName,
DesignElementHandle content)
Determines if the given slot can contain the content . |
void |
DesignElementHandle.copyPropertyTo(java.lang.String propName,
DesignElementHandle targetHandle)
Copies all properties to the target element. |
static ActionHandle |
ModuleUtil.deserializeAction(java.io.InputStream streamData,
DesignElementHandle element)
Deserialize an input stream into an Action. |
static ActionHandle |
ModuleUtil.deserializeAction(java.lang.String strData,
DesignElementHandle element)
Deserialize a string into an ActionHandle, notice that the handle is faked, the action is not in the design tree, the operation to the handle is not able to be undoned. |
void |
PropertyHandle.drop(DesignElementHandle content)
Drops a content element from the slot, and unresolve any reference property which refers the element to drop. |
void |
SlotHandle.drop(DesignElementHandle content)
Drops a content element from the slot, and unresolve any reference property which refers the element to drop. |
void |
DesignElementHandle.drop(java.lang.String propName,
DesignElementHandle content)
Drops a content element from the container, and unresolve any reference property which refers the element to drop. |
void |
PropertyHandle.dropAndClear(DesignElementHandle content)
Drops a content element from the slot, and clear any reference property which refers the element to drop. |
void |
SlotHandle.dropAndClear(DesignElementHandle content)
Drops a content element from the slot, and clear any reference property which refers the element to drop. |
void |
DesignElementHandle.dropAndClear(java.lang.String propName,
DesignElementHandle content)
Drops a content element from the container, and clear any reference property which refers the element to drop. |
void |
ReportItemHandle.dropView(DesignElementHandle viewElement)
Deletes the given view. |
void |
MultiViewsHandle.dropView(DesignElementHandle viewElement)
Deletes the given view. |
int |
DesignElementHandle.findContentSlot(DesignElementHandle content)
Finds the slot within this element that contains the given element. |
int |
PrivateStyleHandle.findContentSlot(DesignElementHandle content)
This method is not defined for private styles. |
int |
SlotHandle.findPosn(DesignElementHandle content)
Returns the position of the given content in this slot. |
static long |
ModuleUtil.gerSerializedID(DesignElementHandle element)
Returns the serialized id for the given element. |
static java.lang.String |
ModuleUtil.getExternalizedValue(DesignElementHandle element,
java.lang.String key,
java.lang.String value,
com.ibm.icu.util.ULocale locale)
Returns externalized message for the given locale. |
protected boolean |
EmptyGroupElementHandle.isInGroup(DesignElementHandle element)
|
protected abstract boolean |
GroupElementHandle.isInGroup(DesignElementHandle element)
Checks whether the element is a member of
GroupElementHandle . |
protected boolean |
SimpleGroupElementHandle.isInGroup(DesignElementHandle element)
|
static boolean |
ModuleUtil.isValidElementName(DesignElementHandle elementHandle)
checks is the name value is valid for the design element. |
static boolean |
ModuleUtil.isValidElementName(DesignElementHandle elementHandle,
java.lang.String propName,
java.lang.String nameValue)
checks if the name of the element is valid. |
void |
SlotHandle.move(DesignElementHandle content,
DesignElementHandle newContainer,
int toSlot)
Moves a content element into a slot in another container element. |
void |
SlotHandle.move(DesignElementHandle content,
DesignElementHandle newContainer,
int toSlot,
int newPos)
Moves a content element into a slot in another container element at the specified position. |
void |
PropertyHandle.move(DesignElementHandle content,
DesignElementHandle newContainer,
java.lang.String propName)
Moves a content element into a slot in another container element. |
void |
PropertyHandle.move(DesignElementHandle content,
DesignElementHandle newContainer,
java.lang.String propName,
int newPos)
Moves a content element into a slot in another container element at the specified position. |
void |
DesignElementHandle.move(java.lang.String fromPropName,
DesignElementHandle content,
DesignElementHandle newContainer,
java.lang.String toPropName)
Moves a content element from this element into a property in another container element. |
void |
DesignElementHandle.move(java.lang.String fromPropName,
DesignElementHandle content,
DesignElementHandle newContainer,
java.lang.String toPropName,
int newPos)
Moves a content element into a property in another container element at the specified position. |
void |
DesignElementHandle.moveTo(DesignElementHandle newContainer,
int toSlot)
Moves this element to a new location within the design. |
void |
PrivateStyleHandle.moveTo(DesignElementHandle newContainer,
int toSlot)
This method is not defined for private styles. |
void |
DesignElementHandle.moveTo(DesignElementHandle newContainer,
java.lang.String toPropName)
Moves this element to a property in another container element. |
void |
DesignElementHandle.moveTo(DesignElementHandle newContainer,
java.lang.String toPropName,
int newPos)
Moves this element to a property in another container element at the specified position. |
static ComputedColumn |
StructureFactory.newComputedColumn(DesignElementHandle element,
java.lang.String newName)
Creates a bound data column name with the unique column name. |
DesignElementHandle |
ElementFactory.newElementFrom(DesignElementHandle baseElement,
java.lang.String name)
Creates one new element based on the given element. |
java.util.List |
PropertyHandle.paste(DesignElementHandle content)
Pastes a report item to this property. |
java.util.List |
SlotHandle.paste(DesignElementHandle content)
Pastes a report item to the slot. |
java.util.List |
PropertyHandle.paste(DesignElementHandle content,
int newPos)
Pastes a report item to the slot. |
java.util.List |
SlotHandle.paste(DesignElementHandle content,
int newPos)
Pastes a report item to the slot. |
java.util.List |
DesignElementHandle.paste(java.lang.String propName,
DesignElementHandle content)
Pastes a report item to this property. |
java.util.List |
DesignElementHandle.paste(java.lang.String propName,
DesignElementHandle content,
int newPos)
Pastes a report item to the slot. |
void |
ModuleHandle.rename(DesignElementHandle elementHandle)
Checks the element name in name space of this report. |
void |
ModuleHandle.rename(DesignElementHandle containerHandle,
DesignElementHandle elementHandle)
Checks element name is unique in container. |
void |
ReportItemHandle.setCurrentView(DesignElementHandle viewElement)
Sets the view to be used. |
void |
DesignElementHandle.setExtends(DesignElementHandle parent)
Sets this element to extend the given element. |
void |
ContentElementHandle.setExtends(DesignElementHandle parent)
|
void |
PrivateStyleHandle.setExtends(DesignElementHandle parent)
This method is not defined for private styles. |
void |
PropertyHandle.shift(DesignElementHandle content,
int toPosn)
Moves the position of a content element within the slot. |
void |
SlotHandle.shift(DesignElementHandle content,
int toPosn)
Moves the position of a content element within the slot. |
void |
DesignElementHandle.shift(java.lang.String propName,
DesignElementHandle content,
int toPosn)
Moves the position of a content element within this container. |
protected void |
DesignVisitor.visitContents(DesignElementHandle obj,
java.lang.String propName)
Visits the content of this property. |
protected void |
DesignVisitor.visitDesignElement(DesignElementHandle obj)
Visits the design element. |
Constructors in org.eclipse.birt.report.model.api with parameters of type DesignElementHandle | |
---|---|
ActionHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef ref)
Construct an handle to deal with the action structure. |
|
CachedMetaDataHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef ref)
Constructors a handle given an element handle that defines the property and a member reference to the metadata property. |
|
ColorHandle(DesignElementHandle element,
org.eclipse.birt.report.model.metadata.ElementPropertyDefn thePropDefn)
Constructs a color handle for a element property. |
|
ColorHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef memberRef)
Constructs a color handle for a member in a structure. |
|
ComplexValueHandle(DesignElementHandle element,
org.eclipse.birt.report.model.metadata.ElementPropertyDefn thePropDefn)
Constructs a handle given an element handle and definition of a property. |
|
ComplexValueHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef theMemberRef)
Constructs a handle given an element handle and member reference. |
|
DimensionHandle(DesignElementHandle element,
org.eclipse.birt.report.model.metadata.ElementPropertyDefn thePropDefn)
Constructs a dimension handle for a element property. |
|
DimensionHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef memberRef)
Constructs a dimension handle for a member of a structure. |
|
ElementDetailHandle(DesignElementHandle element)
Constructs a detail handle given a handle to a report element. |
|
FactoryPropertyHandle(DesignElementHandle element,
org.eclipse.birt.report.model.metadata.ElementPropertyDefn prop)
Constructs a factory property handle with the given DesignElementHandle and the definition of the property. |
|
FontHandle(DesignElementHandle handle)
Constructs a font family handle for an element property. |
|
FontHandle(DesignElementHandle handle,
org.eclipse.birt.report.model.core.MemberRef memberRef)
Constructs a font family handle for a structure member. |
|
FormatValueHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef ref)
Construct an handle to deal with the action structure. |
|
MemberHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef ref)
Constructs a member handle with the given element handle and the member reference. |
|
OdaDesignerStateHandle(DesignElementHandle elementHandle,
org.eclipse.birt.report.model.core.MemberRef memberRef)
Constructs the handle of Oda Designer state. |
|
PropertyHandle(DesignElementHandle element,
org.eclipse.birt.report.model.metadata.ElementPropertyDefn prop)
Constructs the handle for a top-level property with the given element handle and the definition of the property. |
|
PropertyHandle(DesignElementHandle element,
java.lang.String propName)
Constructs the handle for a top-level property with the given element handle and property name. |
|
RuleHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef ref)
Construct an handle to deal with the action structure. |
|
SimpleValueHandle(DesignElementHandle element)
Constructs a handle with the given handle to an design element. |
|
SlotHandle(DesignElementHandle element,
int slotID)
Constructs a handle for the slot with the given design element handle and the id of the slot. |
|
StructureHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef ref)
Constructs a handle for a structure within a list property of a given element. |
|
TOCHandle(DesignElementHandle element,
org.eclipse.birt.report.model.core.MemberRef ref)
Construct an handle to deal with the toc structure. |
|
UserPropertyDefnHandle(DesignElementHandle element,
java.lang.String propName)
Constructs a handle for the user-defined property with the given element handle and the name of the user-defined property. |
|
UserPropertyDefnHandle(DesignElementHandle element,
UserPropertyDefn prop)
Constructs a handle for the user-defined property with the given element handle and the user-defined property. |
|
ValueHandle(DesignElementHandle element)
Constructs a value handle with the given element handle. |
Uses of DesignElementHandle in org.eclipse.birt.report.model.api.core |
---|
Methods in org.eclipse.birt.report.model.api.core that return DesignElementHandle | |
---|---|
DesignElementHandle |
IDesignElement.getHandle(org.eclipse.birt.report.model.core.Module module)
Returns an API handle for this element. |
Methods in org.eclipse.birt.report.model.api.core with parameters of type DesignElementHandle | |
---|---|
void |
Listener.elementChanged(DesignElementHandle focus,
NotificationEvent ev)
Notifies the listener about a Design Engine event. |
Uses of DesignElementHandle in org.eclipse.birt.report.model.api.css |
---|
Methods in org.eclipse.birt.report.model.api.css that return DesignElementHandle | |
---|---|
DesignElementHandle |
CssStyleSheetHandle.getContainerHandle()
Gets container handle. |
Uses of DesignElementHandle in org.eclipse.birt.report.model.api.extension |
---|
Methods in org.eclipse.birt.report.model.api.extension that return DesignElementHandle | |
---|---|
DesignElementHandle |
IllegalContentInfo.getContent()
|
DesignElementHandle |
IElementCommand.getElementHandle()
Gets the extendedItem handle from the extension user. |
Methods in org.eclipse.birt.report.model.api.extension with parameters of type DesignElementHandle | |
---|---|
IReportItem |
IReportItemFactory.newReportItem(DesignElementHandle extendedItemHandle)
Creates a new instance of the extended element given a handle to the BIRT report element that represents the extended element. |
abstract IReportItem |
ReportItemFactory.newReportItem(DesignElementHandle extendedItemHandle)
|
Uses of DesignElementHandle in org.eclipse.birt.report.model.api.impl |
---|
Methods in org.eclipse.birt.report.model.api.impl with parameters of type DesignElementHandle | |
---|---|
IDesignElement |
SimpleElementFactory.getElement(DesignElementHandle handle)
|
Uses of DesignElementHandle in org.eclipse.birt.report.model.api.olap |
---|
Subclasses of DesignElementHandle in org.eclipse.birt.report.model.api.olap | |
---|---|
class |
CubeHandle
Represents a cube. |
class |
DimensionHandle
Represents a dimension element in the cube element. |
class |
HierarchyHandle
Represents a Hierarchy. |
class |
LevelHandle
Represents a level element. |
class |
MeasureGroupHandle
Handle class for MeasureGroup. |
class |
MeasureHandle
This class represents a measure element. |
class |
OdaCubeHandle
Represents a cube. |
class |
OdaDimensionHandle
Represents a dimension element in the cube element. |
class |
OdaHierarchyHandle
Represents a Hierarchy. |
class |
OdaLevelHandle
Represents a level element. |
class |
OdaMeasureGroupHandle
Handle class for MeasureGroup. |
class |
OdaMeasureHandle
This class represents a measure element. |
class |
TabularCubeHandle
Represents a cube. |
class |
TabularDimensionHandle
Represents a dimension element in the cube element. |
class |
TabularHierarchyHandle
Represents a Hierarchy. |
class |
TabularLevelHandle
Represents a level element. |
class |
TabularMeasureGroupHandle
Handle class for MeasureGroup. |
class |
TabularMeasureHandle
This class represents a measure element. |
Uses of DesignElementHandle in org.eclipse.birt.report.model.api.simpleapi |
---|
Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type DesignElementHandle | |
---|---|
IDesignElement |
ISimpleElementFactory.getElement(DesignElementHandle handle)
Creates the IDesignElement instance. |
Uses of DesignElementHandle in org.eclipse.birt.report.model.api.util |
---|
Methods in org.eclipse.birt.report.model.api.util that return DesignElementHandle | |
---|---|
DesignElementHandle |
IElementCopy.getHandle(ModuleHandle handle)
Gets the element which keeps the "extends" relationship and unlocalized information, it should be only used to validate copy/paste actions. |
Methods in org.eclipse.birt.report.model.api.util with parameters of type DesignElementHandle | |
---|---|
static boolean |
ElementExportUtil.canExport(DesignElementHandle elementToExport)
Checks whether the given element can be exported into one library. |
static boolean |
ElementExportUtil.canExport(DesignElementHandle elementToExport,
boolean ignoreName)
Checks whether the given element can be exported into one library. |
static boolean |
ElementExportUtil.canExport(DesignElementHandle elementToExport,
LibraryHandle targetLibraryHandle,
boolean canOverride)
Checks whether the given element can be exported into one library. |
static boolean |
CopyUtil.canPaste(IElementCopy copy,
DesignElementHandle container,
int slotID)
/** Checks whether the given copy can be pasted into the given slot of the specified element. |
static boolean |
CopyUtil.canPaste(IElementCopy copy,
DesignElementHandle container,
java.lang.String propName)
/** Checks whether the given copy can be pasted into the given slot of the specified element. |
static IElementCopy |
CopyUtil.copy(DesignElementHandle source)
Returns the copy of the current element. |
static void |
ElementExportUtil.exportElement(DesignElementHandle elementToExport,
LibraryHandle targetLibraryHandle,
boolean canOverride)
Exports the given element into one library. |
static void |
ElementExportUtil.exportElement(DesignElementHandle elementToExport,
java.lang.String libraryFileName,
boolean canOverride)
Exports the given element into one library file. |
static java.util.List |
CopyUtil.paste(IElementCopy copy,
DesignElementHandle container,
int slotID)
Pastes a report item to the slot. |
static java.util.List |
CopyUtil.paste(IElementCopy copy,
DesignElementHandle container,
int slotID,
int newPos)
Pastes a report item to the slot. |
static java.util.List |
CopyUtil.paste(IElementCopy copy,
DesignElementHandle container,
java.lang.String propName)
Pastes a report item to the slot. |
static java.util.List |
CopyUtil.paste(IElementCopy copy,
DesignElementHandle container,
java.lang.String propName,
int newPos)
Pastes a report item to the slot. |
static java.lang.Object |
PropertyValueValidationUtil.validateProperty(DesignElementHandle element,
java.lang.String propName,
java.lang.Object propValue)
Validates a value to be stored for the given property. |
Uses of DesignElementHandle in org.eclipse.birt.report.model.api.validators |
---|
Methods in org.eclipse.birt.report.model.api.validators with parameters of type DesignElementHandle | |
---|---|
void |
IValidationListener.elementValidated(DesignElementHandle targetElement,
ValidationEvent ev)
Notifies the element is validated. |
java.util.List |
StructureListValidator.validateForAdding(DesignElementHandle element,
IPropertyDefn propDefn,
java.util.List list,
IStructure toAdd)
Validates whether a new structure can be added to structure list. |
java.util.List |
SimpleListValidator.validateForAdding(DesignElementHandle element,
IPropertyDefn propDefn,
java.util.List list,
java.lang.Object toAdd)
Validates whether a new item can be added to the simple value list. |
java.util.List |
StructureListValidator.validateForRenaming(DesignElementHandle element,
IPropertyDefn propDefn,
java.util.List list,
IStructure toRenamed,
IPropertyDefn memberDefn,
java.lang.String newName)
Validates whether a structure can be renamed to the given name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |