Uses of Class
com.gargoylesoftware.htmlunit.html.HtmlTextArea
-
Packages that use HtmlTextArea Package Description com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of HtmlTextArea in com.gargoylesoftware.htmlunit.html
Methods in com.gargoylesoftware.htmlunit.html that return HtmlTextArea Modifier and Type Method Description HtmlTextAreaHtmlForm. getTextAreaByName(java.lang.String name)Returns the firstHtmlTextAreaelement in this form that has the specified name.Methods in com.gargoylesoftware.htmlunit.html that return types with arguments of type HtmlTextArea Modifier and Type Method Description java.util.List<HtmlTextArea>HtmlForm. getTextAreasByName(java.lang.String name)Returns all theHtmlTextAreaelements in this form that have the specified name.Methods in com.gargoylesoftware.htmlunit.html with parameters of type HtmlTextArea Modifier and Type Method Description protected voidHtmlSerializer. appendTextArea(HtmlSerializer.HtmlSerializerTextBuilder builder, HtmlTextArea htmlTextArea)Deprecated.ProcessHtmlTextArea.
-