org.itsnat.comp.list
Interface ItsNatHTMLSelectUI

All Superinterfaces:
ItsNatComponentUI, ItsNatElementComponentUI, ItsNatHTMLElementComponentUI, ItsNatListUI

public interface ItsNatHTMLSelectUI
extends ItsNatHTMLElementComponentUI, ItsNatListUI

Is the base interface of the User Interface of an HTML <select> based component.

Author:
Jose Maria Arranz Santamaria

Method Summary
 org.w3c.dom.html.HTMLOptionElement getHTMLOptionElementAt(int index)
          Returns the child option element at the specified index.
 ItsNatHTMLSelect getItsNatHTMLSelect()
          Returns the associated component object.
 
Methods inherited from interface org.itsnat.comp.ItsNatHTMLElementComponentUI
getItsNatHTMLElementComponent
 
Methods inherited from interface org.itsnat.comp.list.ItsNatListUI
getContentElementAt, getElementAt, getItsNatList, getItsNatListCellUIAt, getItsNatListCellUIFromNode, getLength, isEmpty, isUsePatternMarkupToRender, setUsePatternMarkupToRender
 
Methods inherited from interface org.itsnat.comp.ItsNatElementComponentUI
getItsNatElementComponent
 
Methods inherited from interface org.itsnat.comp.ItsNatComponentUI
getItsNatComponent
 

Method Detail

getItsNatHTMLSelect

ItsNatHTMLSelect getItsNatHTMLSelect()
Returns the associated component object.

Returns:
the component object.

getHTMLOptionElementAt

org.w3c.dom.html.HTMLOptionElement getHTMLOptionElementAt(int index)
Returns the child option element at the specified index.

This method calls ItsNatListUI.getElementAt(int).

Parameters:
index - index of the option element to search.
Returns:
the option element in this position or null if index is out of range.
See Also:
ItsNatListUI.getElementAt(int)


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