Class TableRenderBox

  • All Implemented Interfaces:
    Cloneable

    public class TableRenderBox
    extends BlockRenderBox
    A table render box contains table header, table footer and the table body. The table body itself may also contain table header cells - which get repeated after pagebreaks.

    Tables contain more than just rows, in fact, they are separated into three sections.

    Author:
    Thomas Morgner
    • Method Detail

      • isPredefinedColumnsValidated

        public boolean isPredefinedColumnsValidated()
      • setPredefinedColumnsValidated

        public void setPredefinedColumnsValidated​(boolean predefinedColumnsValidated)
      • isStructureValidated

        public boolean isStructureValidated()
      • setStructureValidated

        public void setStructureValidated​(boolean structureValidated)
      • isDisplayEmptyCells

        public boolean isDisplayEmptyCells()
      • isCollapsingBorderModel

        public boolean isCollapsingBorderModel()
      • isAutoLayout

        public boolean isAutoLayout()
      • clone

        public Object clone()
        Description copied from class: RenderNode
        Clones this node. Be aware that cloning can get you into deep trouble, as the relations this node has may no longer be valid.
        Overrides:
        clone in class RenderNode