|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwatij.BaseHtmlFinder
watij.BaseContainer
watij.runtime.ie.IEContainer
watij.runtime.ie.IEHtmlElement
watij.runtime.ie.IESelectList
public class IESelectList
| Constructor Summary | |
|---|---|
IESelectList(org.w3c.dom.Element element,
IHTMLDocument2 ihtmlDocument2)
|
|
| Method Summary | |
|---|---|
void |
clearSelection()
|
java.util.List<java.lang.String> |
getAllContents()
|
java.util.List<java.lang.String> |
getSelectedItems()
|
void |
select(java.lang.String item)
|
void |
selectValue(java.lang.String item)
|
java.lang.String |
type()
|
java.lang.String |
value()
|
| Methods inherited from class watij.runtime.ie.IEHtmlElement |
|---|
assertEnabled, className, click, dblClick, disabled, element, elements, enabled, exists, find, fireAfterSetEvents, fireBeforeSetEvents, fireEvent, flash, focus, get, getOLEObject, html, htmlElement, id, ihtmlDocument2, ihtmlElement, innerText, name, show, style, tag, text, title, toList, toString |
| Methods inherited from class watij.runtime.ie.IEContainer |
|---|
debug, document, getOLEDocument, html, htmlElementFactory |
| Methods inherited from class watij.BaseContainer |
|---|
decendants, elements, htmlElements, xpath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface watij.elements.HtmlElement |
|---|
className, click, dblClick, disabled, enabled, exists, fireEvent, flash, focus, getOLEObject, html, id, innerText, name, show, style, text, title |
| Methods inherited from interface watij.Container |
|---|
decendants, element, getOLEDocument, xpath |
| Constructor Detail |
|---|
public IESelectList(org.w3c.dom.Element element,
IHTMLDocument2 ihtmlDocument2)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public java.lang.String value()
throws java.lang.Exception
value in interface HtmlElementvalue in class IEHtmlElementjava.lang.Exception
public java.lang.String type()
throws java.lang.Exception
type in interface HtmlElementtype in class IEHtmlElementjava.lang.Exception
public void clearSelection()
throws java.lang.Exception
clearSelection in interface SelectListjava.lang.Exception
public java.util.List<java.lang.String> getAllContents()
throws java.lang.Exception
getAllContents in interface SelectListjava.lang.Exception
public java.util.List<java.lang.String> getSelectedItems()
throws java.lang.Exception
getSelectedItems in interface SelectListjava.lang.Exception
public void select(java.lang.String item)
throws java.lang.Exception
select in interface SelectListjava.lang.Exception
public void selectValue(java.lang.String item)
throws java.lang.Exception
selectValue in interface SelectListjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||