Class CascadingParameterGroupHandle

All Implemented Interfaces:
org.eclipse.birt.report.model.elements.interfaces.ICascadingParameterGroupModel, org.eclipse.birt.report.model.elements.interfaces.IDesignElementModel, org.eclipse.birt.report.model.elements.interfaces.IIntenalCascadingParameterGroupModel, org.eclipse.birt.report.model.elements.interfaces.IParameterGroupModel

public class CascadingParameterGroupHandle extends CascadingParameterGroupHandleImpl implements org.eclipse.birt.report.model.elements.interfaces.ICascadingParameterGroupModel
Represents the group of cascading parameters. Cascading parameters are created under the group.
  • Constructor Details

    • CascadingParameterGroupHandle

      public CascadingParameterGroupHandle(org.eclipse.birt.report.model.core.Module module, org.eclipse.birt.report.model.elements.CascadingParameterGroup element)
      Constructs the handle for a group of cascading parameters with the given design and element.
      Parameters:
      module - the module
      element - the cascading parameter group element instance.