public class InconsistentColumnsValidator
extends org.eclipse.birt.report.model.validators.AbstractElementValidator
GridItem
and TableItem
.Constructor and Description |
---|
InconsistentColumnsValidator() |
Modifier and Type | Method and Description |
---|---|
static InconsistentColumnsValidator |
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 the page size is invalid.
|
public static InconsistentColumnsValidator 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 report designelement
- the master page to validateSemanticException
.Copyright © 2008 Actuate Corp. All rights reserved.