public interface ItsNatListStructure
ItsNatComponentManager.createDefaultItsNatListStructure()
,
ItsNatList.getItsNatListStructure()
,
ElementListStructure
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
getContentElement(ItsNatList list,
int index,
org.w3c.dom.Element itemElem)
Returns the content element of an item element.
|
org.w3c.dom.Element getContentElement(ItsNatList list, int index, org.w3c.dom.Element itemElem)
Default implementation delegates to the default ElementListStructure
.
list
- the list component, may be used to provide contextual information. Default implementation ignores it.index
- the list item index.itemElem
- the element containing the list item markup in this position.
Is a hint, if provided should be obtained by calling list.getItsNatListUI().getElementAt(index)
.ItsNatListCellRenderer
,
ItsNatListCellEditor
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.