public class DataColumnNameValidator
extends org.eclipse.birt.report.model.validators.AbstractElementValidator
DataItem
.Modifier and Type | Method and Description |
---|---|
static ComputedColumn |
getColumn(java.util.List columns,
java.lang.String name)
Gets the column with the given expression bound the given list.
|
static DataColumnNameValidator |
getInstance()
Returns the singleton validator instance.
|
java.util.List |
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 DataColumnNameValidator getInstance()
public java.util.List 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 master page to validateSemanticException
.public static ComputedColumn getColumn(java.util.List columns, java.lang.String name)
columns
- the binding columnsname
- the column binding nameCopyright © 2008 Actuate Corp. All rights reserved.