Class TableLayoutErrorsListener<E>

  • Type Parameters:
    E - Table elements.

    @API(type=INTERNAL,
         src=PUBLIC)
    public abstract class TableLayoutErrorsListener<E>
    extends java.lang.Object
    Listener to table layout problems
    Since:
    18
    • Constructor Detail

      • TableLayoutErrorsListener

        public TableLayoutErrorsListener()
    • Method Detail

      • add

        public abstract void add​(E element,
                                 E table,
                                 TableLayoutProblem problem,
                                 java.lang.Object... additionalMessageInfo)
        A table layout problem encountered.
        Parameters:
        element - The element that generated the layout problem.
        table - The scanned table
        problem - Specific table layout problem.
        additionalMessageInfo - Additional message information.
      • add

        public void add​(E element,
                        E table,
                        TableLayoutProblem problem)
        A table layout problem encountered.
        Parameters:
        element - The element that generated the layout problem.
        table - The scanned table.
        problem - Specific table layout problem.