Uses of Class
org.eclipse.birt.report.model.api.GroupHandle
Packages that use GroupHandle
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 GroupHandle in org.eclipse.birt.report.model.api
Subclasses of GroupHandle in org.eclipse.birt.report.model.apiModifier and TypeClassDescriptionclass
Represents a group in a list.class
Represent a handle to a table group.Methods in org.eclipse.birt.report.model.api with parameters of type GroupHandleModifier and TypeMethodDescriptionstatic String
ModuleUtil.validteGroupName
(GroupHandle groupHandle, String groupName) Validates the given group name. -
Uses of GroupHandle in org.eclipse.birt.report.model.api.validators
Methods in org.eclipse.birt.report.model.api.validators with parameters of type GroupHandleModifier and TypeMethodDescriptionGroupNameValidator.validateForRenamingGroup
(ListingHandle element, GroupHandle group, String groupName) Validates whether the group can be renamed to the given name.