Class LayoutGroup


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

      • 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 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