public class ElementReferenceValidator
extends org.eclipse.birt.report.model.validators.AbstractPropertyValidator
DesignElement,
except StyledElement.STYLE_PROP. The
StyledElement.STYLE_PROP value should be validated with
StyleReferenceValidator.| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
NAME
Name of this validator.
|
| 构造器和说明 |
|---|
ElementReferenceValidator() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ElementReferenceValidator |
getInstance()
Returns the singleton validator instance.
|
java.util.List<SemanticException> |
validate(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.core.DesignElement element,
java.lang.String propName)
Validates the element reference value can refer to an actual element.
|
public static final java.lang.String NAME
public static ElementReferenceValidator getInstance()
public java.util.List<SemanticException> validate(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.core.DesignElement element, java.lang.String propName)
validate 在类中 org.eclipse.birt.report.model.validators.AbstractPropertyValidatormodule - the moduleelement - the element holding the element reference propertypropName - the name of the element reference propertySemanticException.Copyright © 2008 Actuate Corp. All rights reserved.