| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
| org.eclipse.birt.report.model.api.validators |
Provides the validation classes for semantic check on multiple properties.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ListHandle
Represents a list report item.
|
class |
TableHandle
Represents a table element.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<SemanticException> |
GroupNameValidator.validate(ListingHandle element)
Validates whether the given element contains the duplicate group name.
|
java.util.List<SemanticException> |
GroupNameValidator.validateForAddingGroup(ListingHandle element,
java.lang.String groupName)
Validates whether the group with the given name can be added into the
given listing element.
|
java.util.List<SemanticException> |
GroupNameValidator.validateForRenamingGroup(ListingHandle element,
GroupHandle group,
java.lang.String groupName)
Validates whether the group can be renamed to the given name.
|
Copyright © 2008 Actuate Corp. All rights reserved.