watij.runtime.ie
Class IETextArea

java.lang.Object
  extended by watij.BaseHtmlFinder
      extended by watij.BaseContainer
          extended by watij.runtime.ie.IEContainer
              extended by watij.runtime.ie.IEHtmlElement
                  extended by watij.runtime.ie.IETextField
                      extended by watij.runtime.ie.IETextArea
All Implemented Interfaces:
Container, HtmlElement, TextArea, TextField, HtmlFinder

public class IETextArea
extends IETextField
implements TextArea

Created by IntelliJ IDEA. User: Date: Apr 16, 2006 Time: 10:29:55 PM To change this template use File | Settings | File Templates.


Constructor Summary
IETextArea(org.w3c.dom.Element element, IHTMLDocument2 ihtmlDocument2)
           
 
Method Summary
 java.lang.String get()
           
 java.lang.String getContents()
           
protected  IHTMLTextAreaElement ihtmlTextAreaElement()
           
 int maxLength()
           
 boolean readOnly()
           
 void set(java.lang.String value)
           
 int size()
           
 java.lang.String value()
           
 
Methods inherited from class watij.runtime.ie.IETextField
append, assertNotReadOnly, clear, dragContentsTo, verifyContains
 
Methods inherited from class watij.runtime.ie.IEHtmlElement
assertEnabled, className, click, dblClick, disabled, element, elements, enabled, exists, find, fireAfterSetEvents, fireBeforeSetEvents, fireEvent, flash, focus, getOLEObject, html, htmlElement, id, ihtmlDocument2, ihtmlElement, innerText, name, show, style, tag, text, title, toList, toString, type
 
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 watij.BaseHtmlFinder
bodies, bodies, bodies, body, body, body, button, button, button, button, buttons, buttons, buttons, cell, cell, cell, cells, cells, cells, checkbox, checkbox, checkbox, checkbox, checkbox, checkboxes, checkboxes, checkboxes, div, div, div, divs, divs, divs, fileField, fileField, fileField, fileFields, fileFields, fileFields, form, form, form, form, forms, forms, forms, frame, frame, frame, frame, frames, frames, frames, hidden, hidden, hidden, hiddens, hiddens, hiddens, htmlElement, htmlElement, htmlElement, htmlElements, htmlElements, image, image, image, images, images, images, label, label, label, label, labels, labels, labels, link, link, link, link, links, links, links, option, option, option, options, options, options, radio, radio, radio, radio, radio, radios, radios, radios, row, row, row, rows, rows, rows, selectList, selectList, selectList, selectList, selectLists, selectLists, selectLists, span, span, span, spans, spans, spans, table, table, table, tables, tables, tables, textField, textField, textField, textFields, textFields, textFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface watij.elements.TextField
append, assertNotReadOnly, clear, dragContentsTo, verifyContains
 
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, type
 
Methods inherited from interface watij.Container
decendants, element, getOLEDocument, xpath
 
Methods inherited from interface watij.HtmlFinder
bodies, bodies, bodies, body, body, body, button, button, button, button, buttons, buttons, buttons, cell, cell, cell, cells, cells, cells, checkbox, checkbox, checkbox, checkbox, checkbox, checkboxes, checkboxes, checkboxes, div, div, div, divs, divs, divs, fileField, fileField, fileField, fileFields, fileFields, fileFields, form, form, form, form, forms, forms, forms, frame, frame, frame, frame, frames, frames, frames, hidden, hidden, hidden, hiddens, hiddens, hiddens, htmlElement, htmlElement, htmlElement, htmlElements, htmlElements, htmlElements, image, image, image, images, images, images, label, label, label, label, labels, labels, labels, link, link, link, link, links, links, links, option, option, option, options, options, options, radio, radio, radio, radio, radio, radios, radios, radios, row, row, row, rows, rows, rows, selectList, selectList, selectList, selectList, selectLists, selectLists, selectLists, span, span, span, spans, spans, spans, table, table, table, tables, tables, tables, textField, textField, textField, textFields, textFields, textFields
 

Constructor Detail

IETextArea

public IETextArea(org.w3c.dom.Element element,
                  IHTMLDocument2 ihtmlDocument2)
           throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

ihtmlTextAreaElement

protected IHTMLTextAreaElement ihtmlTextAreaElement()
                                             throws java.lang.Exception
Throws:
java.lang.Exception

get

public java.lang.String get()
                     throws java.lang.Exception
Specified by:
get in interface TextField
Overrides:
get in class IETextField
Throws:
java.lang.Exception

set

public void set(java.lang.String value)
         throws java.lang.Exception
Specified by:
set in interface TextField
Overrides:
set in class IETextField
Throws:
java.lang.Exception

value

public java.lang.String value()
                       throws java.lang.Exception
Specified by:
value in interface HtmlElement
Specified by:
value in interface TextArea
Overrides:
value in class IEHtmlElement
Throws:
java.lang.Exception

size

public int size()
         throws java.lang.Exception
Specified by:
size in interface TextField
Overrides:
size in class IETextField
Throws:
java.lang.Exception

getContents

public java.lang.String getContents()
                             throws java.lang.Exception
Specified by:
getContents in interface TextField
Overrides:
getContents in class IETextField
Throws:
java.lang.Exception

maxLength

public int maxLength()
              throws java.lang.Exception
Specified by:
maxLength in interface TextField
Overrides:
maxLength in class IETextField
Throws:
java.lang.Exception

readOnly

public boolean readOnly()
                 throws java.lang.Exception
Specified by:
readOnly in interface TextField
Overrides:
readOnly in class IETextField
Throws:
java.lang.Exception