Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.xml.dom.DomNode
gnu.xml.dom.DomNsNode
gnu.xml.dom.DomElement
gnu.xml.dom.html2.DomHTMLElement
gnu.xml.dom.html2.DomHTMLSelectElement
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
void |
|
boolean | |
HTMLFormElement |
|
int |
|
boolean | |
String |
|
HTMLOptionsCollection | |
int | |
int |
|
int | |
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
void |
Methods inherited from class gnu.xml.dom.html2.DomHTMLElement | |
dispatchUIEvent , getBooleanHTMLAttribute , getChildElement , getClassName , getDir , getHTMLAttribute , getId , getIndex , getIntHTMLAttribute , getLang , getParentElement , getTitle , setBooleanHTMLAttribute , setClassName , setDir , setHTMLAttribute , setId , setIntHTMLAttribute , setLang , setTitle |
Methods inherited from class gnu.xml.dom.DomNsNode | |
getLocalName , getNamespaceURI , getNodeName , getPrefix , setPrefix |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
protected DomHTMLSelectElement(DomHTMLDocument owner, String namespaceURI, String name)
public void add(HTMLElement element, HTMLElement before)
- Specified by:
- add in interface HTMLSelectElement
public int getLength()
DOM L1 (NodeList) Returns the number of elements in this NodeList. (Note that many interfaces have a "Length" property, not just NodeList, and if a node subtype must implement one of those, it will also need to override getChildNodes.)
- Specified by:
- getLength in interface HTMLSelectElement
- getLength in interface NodeList
public HTMLOptionsCollection getOptions()
- Specified by:
- getOptions in interface HTMLSelectElement
public int getSelectedIndex()
- Specified by:
- getSelectedIndex in interface HTMLSelectElement
public void setDisabled(boolean disabled)
- Specified by:
- setDisabled in interface HTMLSelectElement
public void setMultiple(boolean multiple)
- Specified by:
- setMultiple in interface HTMLSelectElement
public void setSelectedIndex(int selectedIndex)
- Specified by:
- setSelectedIndex in interface HTMLSelectElement
public void setTabIndex(int tabIndex)
- Specified by:
- setTabIndex in interface HTMLSelectElement