Class LayoutGroup
java.lang.Object
org.eclipse.birt.report.model.api.elements.table.LayoutGroup
The table group model for a
TableGroup
element.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
LayoutGroup
(LayoutTable table, int groupLevel) Constructs aLayoutGroup
with the given table and the group level. -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()
Returns the corresponding handle of the table group.Returns the layout slot of the HEADER_FOOTER.Returns the layout slot of the HEADER_SLOT.
-
Constructor Details
-
LayoutGroup
Constructs aLayoutGroup
with the given table and the group level.- Parameters:
table
- the layout tablegroupLevel
- the level of the group
-
-
Method Details
-
getGroup
Returns the corresponding handle of the table group.- Returns:
- the corresponding handle of the table group
-
getLayoutSlotHeader
Returns the layout slot of the HEADER_SLOT.- Returns:
- the layout slot of the HEADER_SLOT
-