|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.sf.jiffie.IDispatch
net.sf.jiffie.BrowserDispatch
net.sf.jiffie.IHTMLDOMNode
net.sf.jiffie.ElementContainer
net.sf.jiffie.IHTMLElement
net.sf.jiffie.IHTMLOptionElement
public class IHTMLOptionElement
Implementation of the IHTMLFormElement interface.
| Field Summary |
|---|
| Fields inherited from class net.sf.jiffie.IHTMLElement |
|---|
IID |
| Constructor Summary | |
|---|---|
IHTMLOptionElement(InternetExplorer parentBrowser,
Dispatch object)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
getDefaultSelected()
Retrieves the default selected property. |
int |
getIndex()
Retrieves the ordinal position of the option. |
boolean |
getSelected()
Retrieves the selected property. |
java.lang.String |
getText()
Retrieves the text string specified by the option tag. |
java.lang.String |
getValue()
Retrieves the value which is returned to the server by this option when the form control is submitted. |
void |
setSelected(boolean selected)
Sets the selected property. |
void |
setText(java.lang.String text)
Sets the text string specified by the option tag. |
| Methods inherited from class net.sf.jiffie.IHTMLElement |
|---|
click, fireEvent, getClassName, getCurrentStyle, getID, getInnerHtml, getInnerText, getName, getOuterHtml, getOuterText, getParentElement, getStyle, getTagName, setID, setInnerHtml, setInnerText, waitWhileIncomplete |
| Methods inherited from class net.sf.jiffie.ElementContainer |
|---|
getElementById, getElementByName, getElementByNameAndTag, getElementByTag, getElementList, getElementListByName, getElementListByNameAndTag, getElementListByTag |
| Methods inherited from class net.sf.jiffie.IHTMLDOMNode |
|---|
appendChild, createNodeFromProperty, getAttributes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling |
| Methods inherited from class net.sf.jiffie.BrowserDispatch |
|---|
getElementProperty, getParentBrowser |
| Methods inherited from class net.sf.jiffie.IDispatch |
|---|
call, call, call, call, call, clone, finalize, getBooleanProperty, getDispatch, getDispatchProperty, getIntegerProperty, getStringProperty, getVariantProperty, isReleased, newDispatch, queryInterface, release, setBooleanProperty, setIntegerProperty, setStringProperty |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IHTMLOptionElement(InternetExplorer parentBrowser,
Dispatch object)
parentBrowser - parent browserobject - Jacob dispatch interface| Method Detail |
|---|
public boolean getDefaultSelected()
public boolean getSelected()
public void setSelected(boolean selected)
selected - boolean flagpublic int getIndex()
public java.lang.String getText()
public void setText(java.lang.String text)
text - text stringpublic java.lang.String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||