public class DataColumnNameValidator
extends org.eclipse.birt.report.model.validators.AbstractElementValidator
DataItem.| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 org.eclipse.birt.report.model.validators.AbstractElementValidatormodule - 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.