java.lang.Object
org.eclipse.birt.report.model.api.elements.table.LayoutGroup

public class LayoutGroup extends Object
The table group model for a TableGroup element.
  • Constructor Details

    • LayoutGroup

      protected LayoutGroup(LayoutTable table, int groupLevel)
      Constructs a LayoutGroup with the given table and the group level.
      Parameters:
      table - the layout table
      groupLevel - the level of the group
  • Method Details

    • getGroup

      public TableGroupHandle getGroup()
      Returns the corresponding handle of the table group.
      Returns:
      the corresponding handle of the table group
    • getLayoutSlotHeader

      public LayoutSlot getLayoutSlotHeader()
      Returns the layout slot of the HEADER_SLOT.
      Returns:
      the layout slot of the HEADER_SLOT
    • getLayoutSlotFooter

      public LayoutSlot getLayoutSlotFooter()
      Returns the layout slot of the HEADER_FOOTER.
      Returns:
      the layout slot of the HEADER_FOOTER