Class ListGroupHandle

All Implemented Interfaces:
org.eclipse.birt.report.model.elements.interfaces.IDesignElementModel, org.eclipse.birt.report.model.elements.interfaces.IGroupElementModel

public class ListGroupHandle extends GroupHandle
Represents a group in a list. A list group represents a grouping level within a List item.
See Also:
  • ListGroup
  • Constructor Details

    • ListGroupHandle

      public ListGroupHandle(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.core.DesignElement element)
      Constructs a list group handle with the given design and the element. The application generally does not create handles directly. Instead, it uses one of the navigation methods available on other element handles.
      Parameters:
      module - the module
      element - the model representation of the element