Class ListHandle

All Implemented Interfaces:
IReportItemMethodContext, org.eclipse.birt.report.model.elements.interfaces.IDesignElementModel, org.eclipse.birt.report.model.elements.interfaces.IInternalReportItemModel, org.eclipse.birt.report.model.elements.interfaces.IListingElementModel, org.eclipse.birt.report.model.elements.interfaces.IStyledElementModel

public class ListHandle extends ListingHandle
Represents a list report item. A list is traditional report structure: a data set, a set of groups and a detail line. The data set provides the data to display. The detail frame prints each row from the data set. Groups provide optional grouping levels for headings and totals.
See Also:
  • ListItem
  • Constructor Details

    • ListHandle

      public ListHandle(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.core.DesignElement element)
      Constructs a list 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