public interface ItsNatTableCellUI extends ItsNatUserData
This interface is the "componentized" version of a master
TableCellElementInfo and
follows a similar philosophy.
ItsNatTableUI.getItsNatTableCellUIAt(int,int),
ItsNatTableUI.getItsNatTableCellUIFromNode(org.w3c.dom.Node)| Modifier and Type | Method and Description |
|---|---|
Element |
getCellContentElement()
Returns the content element of this table cell.
|
Element |
getCellElement()
Returns the cell DOM element.
|
int |
getColumnIndex()
Returns the column index of the cell.
|
ItsNatTableUI |
getItsNatTableUI()
Returns the parent table UI this object belongs to.
|
Element |
getRowElement()
Returns the row DOM element (top) parent of the cell.
|
int |
getRowIndex()
Returns the row index of the cell.
|
containsUserValueName, getUserValue, getUserValueNames, removeUserValue, setUserValueItsNatTableUI getItsNatTableUI()
Element getRowElement()
int getRowIndex()
Element getCellElement()
int getColumnIndex()
Element getCellContentElement()
Current implementation delegates to ItsNatTableUI.getCellContentElementAt(int,int).
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.