The interface inherits from {@link ElementListFree} and java.util.List
indirectly and supports both types of iterators. List
and Iterator
methods accept and return DOM Element objects. They see the table as a list of rows.
The table can work in master and slave modes, see {@link ElementListFree#isMaster()}. If in master mode direct DOM structural changes (add/remove/replace a row, column, cell) must be avoided.
In a "free" table the number of columns may not be the same between rows.
@see ElementGroupManager#createElementTableFree(Element,boolean) @author Jose Maria Arranz Santamaria
|
|
|
|
|
|