public class CellOverlappingValidator
extends org.eclipse.birt.report.model.validators.AbstractElementValidator
TableRow
.Constructor and Description |
---|
CellOverlappingValidator() |
Modifier and Type | Method and Description |
---|---|
static CellOverlappingValidator |
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 CellOverlappingValidator 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.