org.itsnat.comp.list
Interface ItsNatListCellUI

All Superinterfaces:
ItsNatUserData

public interface ItsNatListCellUI
extends ItsNatUserData

Contains visual information of a list child.

This interface is the "componentized" version of a master ListElementInfo and follows a similar philosophy.

Author:
Jose Maria Arranz Santamaria
See Also:
ItsNatListUI.getItsNatListCellUIAt(int), ItsNatListUI.getItsNatListCellUIFromNode(org.w3c.dom.Node)

Method Summary
 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.
 
Methods inherited from interface org.itsnat.core.ItsNatUserData
containsUserValueName, getUserValue, getUserValueNames, removeUserValue, setUserValue
 

Method Detail

getItsNatListUI

ItsNatListUI getItsNatListUI()
Returns the parent list UI this object belongs to.

Returns:
the parent list UI.

getIndex

int getIndex()
Returns the element index.

Returns:
the element index.

getElement

org.w3c.dom.Element getElement()
Returns the DOM element object parent of this cell.

Returns:
the DOM element.

getContentElement

org.w3c.dom.Element getContentElement()
Returns the content element of this list element.

Current implementation delegates to ItsNatListUI.getContentElementAt(int).

Returns:
the content element of this list element.


Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.