|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPropertyDefn | |
---|---|
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.metadata | Defines the elements, properties, types, structures and slots in the Report Object Model. |
org.eclipse.birt.report.model.api.validators | Provides the validation classes for semantic check on multiple properties. |
org.eclipse.birt.report.model.metadata | Defines the elements, properties, types, structures and slots in the Report Object Model. |
Uses of IPropertyDefn in org.eclipse.birt.report.model.api |
---|
Methods in org.eclipse.birt.report.model.api that return IPropertyDefn | |
---|---|
IPropertyDefn |
PropertyHandle.getDefn()
|
protected IPropertyDefn |
ComplexValueHandle.getDefn()
Returns a definition for the handle. |
IPropertyDefn |
MemberHandle.getDefn()
|
abstract IPropertyDefn |
SimpleValueHandle.getDefn()
Gets the generic property definition. |
Uses of IPropertyDefn in org.eclipse.birt.report.model.api.core |
---|
Classes in org.eclipse.birt.report.model.api.core that implement IPropertyDefn | |
---|---|
class |
UserPropertyDefn
Represents a user-defined property. |
Uses of IPropertyDefn in org.eclipse.birt.report.model.api.metadata |
---|
Subinterfaces of IPropertyDefn in org.eclipse.birt.report.model.api.metadata | |
---|---|
interface |
IElementPropertyDefn
Interface of the Meta-data information for an element property or an extension model property. |
Methods in org.eclipse.birt.report.model.api.metadata that return IPropertyDefn | |
---|---|
IPropertyDefn |
IObjectDefn.findProperty(java.lang.String propName)
Gets a property definition given the property name. |
IPropertyDefn |
IStructureDefn.getMember(java.lang.String name)
Gets a structure member by name. |
Constructors in org.eclipse.birt.report.model.api.metadata with parameters of type IPropertyDefn | |
---|---|
PropertyValueException(org.eclipse.birt.report.model.core.DesignElement obj,
IPropertyDefn propDefn,
IPropertyDefn memberDefn,
java.lang.Object value,
java.lang.String errCode)
Constructs an exception given the definition of the property, the structure member definition, an invalid value and its error code. |
|
PropertyValueException(org.eclipse.birt.report.model.core.DesignElement obj,
IPropertyDefn propDefn,
java.lang.Object value,
java.lang.String errCode)
Constructs an exception given the definition of the property, an invalid value and its error code. |
Uses of IPropertyDefn in org.eclipse.birt.report.model.api.validators |
---|
Methods in org.eclipse.birt.report.model.api.validators with parameters of type IPropertyDefn | |
---|---|
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. |
Uses of IPropertyDefn in org.eclipse.birt.report.model.metadata |
---|
Classes in org.eclipse.birt.report.model.metadata that implement IPropertyDefn | |
---|---|
class |
org.eclipse.birt.report.model.metadata.ElementPropertyDefn
|
class |
org.eclipse.birt.report.model.metadata.PropertyDefn
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |