public class ThemeReferenceValidator
extends org.eclipse.birt.report.model.validators.AbstractElementValidator
IModuleModel.THEME_PROP value of Module.| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
NAME
Name of this validator.
|
| 构造器和说明 |
|---|
ThemeReferenceValidator() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ThemeReferenceValidator |
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)
Validates the theme reference value can refer to an actual theme.
|
public static final java.lang.String NAME
public static ThemeReferenceValidator getInstance()
public java.util.List<SemanticException> validate(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.core.DesignElement element)
validate 在类中 org.eclipse.birt.report.model.validators.AbstractElementValidatormodule - the moduleelement - the module element holding the theme referenceSemanticException.Copyright © 2008 Actuate Corp. All rights reserved.