Class GroupElementFactory
java.lang.Object
org.eclipse.birt.report.model.api.GroupElementFactory
This class is a factory class to instantiate a group element handle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GroupElementHandle
newGroupElement
(ModuleHandle moduleHandle, List selectedElements) Instantiates a group element handle with the given module handle and selected design element list.
-
Constructor Details
-
GroupElementFactory
public GroupElementFactory()
-
-
Method Details
-
newGroupElement
Instantiates a group element handle with the given module handle and selected design element list. Both the module handle and the element list can be null or empty.- Parameters:
moduleHandle
- the module handle of the selected element list, generally it is the root module of themselectedElements
- the selected design element list- Returns:
- the generated group element handle
-