watij.elements
Interface HtmlElementFactory

All Known Implementing Classes:
IEHtmlElementFactory

public interface HtmlElementFactory


Method Summary
 Button button(org.w3c.dom.Element element)
           
 Checkbox checkbox(org.w3c.dom.Element element)
           
 Div div(org.w3c.dom.Element element)
           
 FileField fileField(org.w3c.dom.Element element)
           
 Form form(org.w3c.dom.Element element)
           
 Frame frame(org.w3c.dom.Element element)
           
 Hidden hidden(org.w3c.dom.Element element)
           
 HtmlElement htmlElement(org.w3c.dom.Element element)
           
 IFrame iframe(org.w3c.dom.Element element)
           
 Image image(org.w3c.dom.Element element)
           
 Label label(org.w3c.dom.Element element)
           
 Link link(org.w3c.dom.Element element)
           
 Option option(org.w3c.dom.Element element)
           
 Radio radio(org.w3c.dom.Element element)
           
 SelectList selectList(org.w3c.dom.Element element)
           
 Span span(org.w3c.dom.Element element)
           
 Table table(org.w3c.dom.Element element)
           
 TableBody tableBody(org.w3c.dom.Element element)
           
 TableCell tableCell(org.w3c.dom.Element element)
           
 TableRow tableRow(org.w3c.dom.Element element)
           
 TextArea textArea(org.w3c.dom.Element element)
           
 TextField textField(org.w3c.dom.Element element)
           
 

Method Detail

htmlElement

HtmlElement htmlElement(org.w3c.dom.Element element)
                        throws java.lang.Exception
Throws:
java.lang.Exception

button

Button button(org.w3c.dom.Element element)
              throws java.lang.Exception
Throws:
java.lang.Exception

checkbox

Checkbox checkbox(org.w3c.dom.Element element)
                  throws java.lang.Exception
Throws:
java.lang.Exception

div

Div div(org.w3c.dom.Element element)
        throws java.lang.Exception
Throws:
java.lang.Exception

fileField

FileField fileField(org.w3c.dom.Element element)
                    throws java.lang.Exception
Throws:
java.lang.Exception

form

Form form(org.w3c.dom.Element element)
          throws java.lang.Exception
Throws:
java.lang.Exception

frame

Frame frame(org.w3c.dom.Element element)
            throws java.lang.Exception
Throws:
java.lang.Exception

hidden

Hidden hidden(org.w3c.dom.Element element)
              throws java.lang.Exception
Throws:
java.lang.Exception

iframe

IFrame iframe(org.w3c.dom.Element element)
              throws java.lang.Exception
Throws:
java.lang.Exception

image

Image image(org.w3c.dom.Element element)
            throws java.lang.Exception
Throws:
java.lang.Exception

label

Label label(org.w3c.dom.Element element)
            throws java.lang.Exception
Throws:
java.lang.Exception

link

Link link(org.w3c.dom.Element element)
          throws java.lang.Exception
Throws:
java.lang.Exception

option

Option option(org.w3c.dom.Element element)
              throws java.lang.Exception
Throws:
java.lang.Exception

radio

Radio radio(org.w3c.dom.Element element)
            throws java.lang.Exception
Throws:
java.lang.Exception

selectList

SelectList selectList(org.w3c.dom.Element element)
                      throws java.lang.Exception
Throws:
java.lang.Exception

span

Span span(org.w3c.dom.Element element)
          throws java.lang.Exception
Throws:
java.lang.Exception

table

Table table(org.w3c.dom.Element element)
            throws java.lang.Exception
Throws:
java.lang.Exception

tableBody

TableBody tableBody(org.w3c.dom.Element element)
                    throws java.lang.Exception
Throws:
java.lang.Exception

tableCell

TableCell tableCell(org.w3c.dom.Element element)
                    throws java.lang.Exception
Throws:
java.lang.Exception

tableRow

TableRow tableRow(org.w3c.dom.Element element)
                  throws java.lang.Exception
Throws:
java.lang.Exception

textArea

TextArea textArea(org.w3c.dom.Element element)
                  throws java.lang.Exception
Throws:
java.lang.Exception

textField

TextField textField(org.w3c.dom.Element element)
                    throws java.lang.Exception
Throws:
java.lang.Exception