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
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.