Interface ContainerElement

All Superinterfaces:
TableElement
All Known Implementing Classes:
FlowElement, VerticalFlowElement

public interface ContainerElement extends TableElement
A TableElement that contains other elements (provides the addElement() method).
Since:
1.1
  • Method Details

    • addElement

      void addElement(TableElement element)
      Adds a sub-element to the container element.
      Parameters:
      element - the element (null not permitted).