public interface ItsNatListCellUI extends ItsNatUserData
This interface is the "componentized" version of a master
ListElementInfo
and
follows a similar philosophy.
ItsNatListUI.getItsNatListCellUIAt(int)
,
ItsNatListUI.getItsNatListCellUIFromNode(org.w3c.dom.Node)
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
getContentElement()
Returns the content element of this list element.
|
org.w3c.dom.Element |
getElement()
Returns the DOM element object parent of this cell.
|
int |
getIndex()
Returns the element index.
|
ItsNatListUI |
getItsNatListUI()
Returns the parent list UI this object belongs to.
|
containsUserValueName, getUserValue, getUserValueNames, removeUserValue, setUserValue
ItsNatListUI getItsNatListUI()
int getIndex()
org.w3c.dom.Element getElement()
org.w3c.dom.Element getContentElement()
Current implementation delegates to ItsNatListUI.getContentElementAt(int)
.
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.