public class ExtensionValidator
extends org.eclipse.birt.report.model.validators.AbstractElementValidator
IReportItem
.
IReportItem.validate()
.
TableItem
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
Name of this validator.
|
Constructor and Description |
---|
ExtensionValidator() |
Modifier and Type | Method and Description |
---|---|
static ExtensionValidator |
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 whether any cell in the given row overlaps others.
|
public static final java.lang.String NAME
public static ExtensionValidator getInstance()
public java.util.List<SemanticException> validate(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.core.DesignElement element)
validate
in class org.eclipse.birt.report.model.validators.AbstractElementValidator
module
- the moduleelement
- the row to validateSemanticException
.Copyright © 2008 Actuate Corp. All rights reserved.