Class TableLayoutErrorsListener<E>

java.lang.Object
ro.sync.ecss.extensions.commons.table.support.errorscanner.TableLayoutErrorsListener<E>
Type Parameters:
E - Table elements.

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

    • TableLayoutErrorsListener

      public TableLayoutErrorsListener()
  • Method Details

    • add

      public abstract void add(E element, E table, TableLayoutProblem problem, 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.