Class LayoutGroup
- java.lang.Object
-
- org.eclipse.birt.report.model.api.elements.table.LayoutGroup
-
public class LayoutGroup extends java.lang.Object
The table group model for aTableGroup
element.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LayoutGroup(LayoutTable table, int groupLevel)
Constructs aLayoutGroup
with the given table and the group level.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableGroupHandle
getGroup()
Returns the corresponding handle of the table group.LayoutSlot
getLayoutSlotFooter()
Returns the layout slot of the HEADER_FOOTER.LayoutSlot
getLayoutSlotHeader()
Returns the layout slot of the HEADER_SLOT.
-
-
-
Constructor Detail
-
LayoutGroup
protected LayoutGroup(LayoutTable table, int groupLevel)
Constructs aLayoutGroup
with the given table and the group level.- Parameters:
table
- the layout tablegroupLevel
- the level of the group
-
-
Method Detail
-
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
-
-