|
||||||||||
| 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.IHTMLFormElement
public class IHTMLFormElement
Implementation of the IHTMLFormElement interface.
| Field Summary |
|---|
| Fields inherited from class net.sf.jiffie.IHTMLElement |
|---|
IID |
| Constructor Summary | |
|---|---|
IHTMLFormElement(InternetExplorer parentBrowser,
Dispatch object)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getAction()
Retrieves the action attribute of this form. |
java.lang.String |
getDir()
Retrieves the dir attribute of this form. |
java.lang.String |
getEncoding()
Retrieves the encoding attribute of this form. |
java.lang.String |
getMethod()
Retrieves the method attribute of this form. |
java.lang.String |
getTarget()
Retrieves the target attribute of this form. |
void |
reset()
Call the reset method of the element. |
void |
submit(boolean wait)
Call the submit method of the form. |
| 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 IHTMLFormElement(InternetExplorer parentBrowser,
Dispatch object)
parentBrowser - parent browserobject - Jacob dispatch interface| Method Detail |
|---|
public java.lang.String getAction()
public java.lang.String getDir()
public java.lang.String getEncoding()
public java.lang.String getMethod()
public void reset()
public void submit(boolean wait)
throws JiffieException
wait - determines if the method blocks until the window is idle
JiffieExceptionpublic java.lang.String getTarget()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||