Class TableLayoutErrorsListener<E>
java.lang.Object
ro.sync.ecss.extensions.commons.table.support.errorscanner.TableLayoutErrorsListener<E>
- Type Parameters:
E
- Table elements.
Listener to table layout problems
- Since:
- 18
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(E element, E table, TableLayoutProblem problem) A table layout problem encountered.abstract void
add
(E element, E table, TableLayoutProblem problem, Object... additionalMessageInfo) A table layout problem encountered.
-
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 tableproblem
- Specific table layout problem.additionalMessageInfo
- Additional message information.
-
add
A table layout problem encountered.- Parameters:
element
- The element that generated the layout problem.table
- The scanned table.problem
- Specific table layout problem.
-