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 |
---|---|
org.w3c.dom.Element |
getCellContentElement()
Returns the content element of this table cell.
|
org.w3c.dom.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.
|
org.w3c.dom.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, setUserValue
ItsNatTableUI getItsNatTableUI()
org.w3c.dom.Element getRowElement()
int getRowIndex()
org.w3c.dom.Element getCellElement()
int getColumnIndex()
org.w3c.dom.Element getCellContentElement()
Current implementation delegates to ItsNatTableUI.getCellContentElementAt(int,int)
.
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.