Uses of Class
org.eclipse.birt.report.model.api.ListingHandle
Packages that use ListingHandle
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
Provides the validation classes for semantic check on multiple properties.
-
Uses of ListingHandle in org.eclipse.birt.report.model.api
Subclasses of ListingHandle in org.eclipse.birt.report.model.apiModifier and TypeClassDescriptionclass
Represents a list report item.class
Represents a table element. -
Uses of ListingHandle in org.eclipse.birt.report.model.api.validators
Methods in org.eclipse.birt.report.model.api.validators with parameters of type ListingHandleModifier and TypeMethodDescriptionGroupNameValidator.validate
(ListingHandle element) Validates whether the given element contains the duplicate group name.GroupNameValidator.validateForAddingGroup
(ListingHandle element, String groupName) Validates whether the group with the given name can be added into the given listing element.GroupNameValidator.validateForRenamingGroup
(ListingHandle element, GroupHandle group, String groupName) Validates whether the group can be renamed to the given name.