| Contains the DOM Elements, row and cell, and the row and column indexes
of a cell of a DOM element table.
If the parent table (which this object belongs to) is master, this object is ever the
same instance per table cell element, supporting row and column changes (inserting or removing
rows and columns) and DOM element changes (calling
ElementTableFree.setCellElementAt(intintorg.w3c.dom.Element) ).
This feature is very interesting to save contextual
data associated to the cell element (using
ItsNatUserData ).
If the parent table is slave every object obtained is a new instance,
ItsNatUserData
can not be used.
author: Jose Maria Arranz Santamaria See Also: ElementTableBase.getTableCellElementInfoFromNode(Node) See Also: ElementTableBase.getTableCellElementInfoAt(intint) |