Uses of Interface
org.eclipse.birt.report.model.api.metadata.IElementPropertyDefn
Packages that use IElementPropertyDefn
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
Represents the fundamental data structures of the user-defined property
and the interface of UI listener.
Defines the elements, properties, types, structures and slots
in the Report Object Model.
Defines the elements, properties, types, structures and slots
in the Report Object Model.
-
Uses of IElementPropertyDefn in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return IElementPropertyDefnModifier and TypeMethodDescriptionComplexValueHandle.getPropertyDefn()
DesignElementHandle.getPropertyDefn
(String propName) Gets the property data for either a system-defined or user-defined property.GroupPropertyHandle.getPropertyDefn()
Return the property definition.MemberHandle.getPropertyDefn()
PropertyHandleImpl.getPropertyDefn()
StructureHandle.getPropertyDefn()
abstract IElementPropertyDefn
ValueHandle.getPropertyDefn()
Gets the property definition. -
Uses of IElementPropertyDefn in org.eclipse.birt.report.model.api.core
Classes in org.eclipse.birt.report.model.api.core that implement IElementPropertyDefnModifier and TypeClassDescriptionfinal class
Represents a user-defined property. -
Uses of IElementPropertyDefn in org.eclipse.birt.report.model.api.metadata
Methods in org.eclipse.birt.report.model.api.metadata that return IElementPropertyDefnModifier and TypeMethodDescriptionIElementDefn.getProperty
(String propName) Gets a property definition given a property name.Methods in org.eclipse.birt.report.model.api.metadata that return types with arguments of type IElementPropertyDefnModifier and TypeMethodDescriptionIElementDefn.getContents()
Returns the property definitions for this element that can hold other elements.IElementDefn.getExpressions()
Returns the expression property definition list of this element definition and parent definition.IElementDefn.getLocalExpressions()
Returns the expression property definition list of this element definition.IElementDefn.getLocalMethods()
Returns the method definition list of this element definition.IElementDefn.getLocalProperties()
Returns properties definitions as a list.IElementDefn.getMethods()
Returns the method definition list of this element definition and parent definition.IElementDefn.getProperties()
Returns the properties defined on this element. -
Uses of IElementPropertyDefn in org.eclipse.birt.report.model.metadata
Classes in org.eclipse.birt.report.model.metadata that implement IElementPropertyDefnModifier and TypeClassDescriptionclass
org.eclipse.birt.report.model.metadata.ElementPropertyDefn
Meta-data information for a property.