Uses of Interface
watij.elements.SelectList

Packages that use SelectList
watij   
watij.elements   
watij.runtime.ie   
 

Uses of SelectList in watij
 

Methods in watij that return SelectList
 SelectList BaseHtmlFinder.selectList(Finder finder)
           
 SelectList HtmlFinder.selectList(Finder finder)
           
 SelectList BaseHtmlFinder.selectList(int index)
           
 SelectList HtmlFinder.selectList(int index)
           
 SelectList BaseHtmlFinder.selectList(java.lang.String value)
           
 SelectList HtmlFinder.selectList(java.lang.String value)
           
 SelectList BaseHtmlFinder.selectList(Symbol how, java.lang.String what)
           
 SelectList HtmlFinder.selectList(Symbol how, java.lang.String what)
           
 

Uses of SelectList in watij.elements
 

Methods in watij.elements that return SelectList
protected  SelectList SelectLists.get(org.w3c.dom.Element element)
           
 SelectList HtmlElementFactory.selectList(org.w3c.dom.Element element)
           
 SelectList IEHtmlElementFactory.selectList(org.w3c.dom.Element element)
           
 

Uses of SelectList in watij.runtime.ie
 

Classes in watij.runtime.ie that implement SelectList
 class IESelectList