Uses of Interface
watij.elements.HtmlElement

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

Uses of HtmlElement in watij
 

Methods in watij that return HtmlElement
 HtmlElement WatijBrowser.active()
           
 HtmlElement BaseHtmlFinder.htmlElement(Finder finder)
           
 HtmlElement HtmlFinder.htmlElement(Finder finder)
           
 HtmlElement BaseHtmlFinder.htmlElement(int index)
           
 HtmlElement HtmlFinder.htmlElement(int index)
           
 HtmlElement BaseHtmlFinder.htmlElement(Symbol how, java.lang.String what)
           
 HtmlElement HtmlFinder.htmlElement(Symbol how, java.lang.String what)
           
 

Uses of HtmlElement in watij.elements
 

Subinterfaces of HtmlElement in watij.elements
 interface Button
          Created by IntelliJ IDEA.
 interface Checkbox
          Created by IntelliJ IDEA.
 interface Div
           
 interface FileField
           
 interface Form
           
 interface Frame
           
 interface Hidden
           
 interface IFrame
           
 interface Image
           
 interface Label
          Created by IntelliJ IDEA.
 interface Link
          Created by IntelliJ IDEA.
 interface Option
          Created by IntelliJ IDEA.
 interface Radio
          Created by IntelliJ IDEA.
 interface RadioCheckCommon
          Created by IntelliJ IDEA.
 interface SelectList
          Created by IntelliJ IDEA.
 interface Span
           
 interface Table
           
 interface TableBody
           
 interface TableCell
           
 interface TableRow
           
 interface TextArea
          Created by IntelliJ IDEA.
 interface TextField
          Created by IntelliJ IDEA.
 

Methods in watij.elements that return HtmlElement
protected  HtmlElement HtmlElements.get(org.w3c.dom.Element element)
           
 HtmlElement HtmlElementFactory.htmlElement(org.w3c.dom.Element element)
           
 HtmlElement IEHtmlElementFactory.htmlElement(org.w3c.dom.Element element)
           
 

Uses of HtmlElement in watij.runtime.ie
 

Classes in watij.runtime.ie that implement HtmlElement
 class IEButton
          Created by IntelliJ IDEA.
 class IECheckbox
          Created by IntelliJ IDEA.
 class IEDiv
           
 class IEFileField
           
 class IEForm
           
 class IEFrame
           
 class IEHidden
           
 class IEHtmlElement
           
 class IEIFrame
           
 class IEImage
           
 class IELabel
          Created by IntelliJ IDEA.
 class IELink
          Created by IntelliJ IDEA.
 class IEOption
           
 class IERadio
          Created by IntelliJ IDEA.
 class IERadioCheckCommon
          Created by IntelliJ IDEA.
 class IESelectList
           
 class IESpan
           
 class IETable
           
 class IETableBody
           
 class IETableCell
           
 class IETableRow
           
 class IETextArea
          Created by IntelliJ IDEA.
 class IETextField
           
 

Methods in watij.runtime.ie that return HtmlElement
 HtmlElement IE.active()