Class TableGroupHandle

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

public class TableGroupHandle extends GroupHandle
Represent a handle to a table group. Like a list report item, a table report item can contain groups.
See Also:
  • TableGroup
  • Constructor Details

    • TableGroupHandle

      public TableGroupHandle(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.core.DesignElement element)
      Constructs a handle for the table group with the given design and 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