Uses of Class
com.facilita.fc.web.HtmlElement
-
Packages that use HtmlElement Package Description com.facilita.fc.web The eggPlant Performance Web Java API makes it easy to perform load tests against web sites and services, by providing classes and methods that simulate the behaviour of a web browser sending/receiving HTTP(s) requests to/from a web server. -
-
Uses of HtmlElement in com.facilita.fc.web
Subclasses of HtmlElement in com.facilita.fc.web Modifier and Type Class Description classFileElementRepresents anInputElementwhich is a file select control.classFormRepresents an HTML form.classImageButtonElementRepresents anInputElementwhich is an image.classInputElementRepresents an HTML input element within an HTML form.classOptionElementRepresents an HTML option element within an HTML form.classSelectElementRepresents an HTML select element within an HTML form.classTextAreaElementRepresents an HTML textarea element within an HTML form.Methods in com.facilita.fc.web that return HtmlElement Modifier and Type Method Description HtmlElementFileElement. clone()HtmlElementHtmlElement. clone()Creates a copy of this HTML element.HtmlElementImageButtonElement. clone()HtmlElementInputElement. clone()HtmlElementOptionElement. clone()HtmlElementSelectElement. clone()HtmlElementTextAreaElement. clone()HtmlElementForm. getHtmlElement(int index)Gets the nthHtmlElementobject in this form.HtmlElementForm. getHtmlElement(java.lang.String name)Gets theHtmlElementwith the specifiedname.HtmlElementForm. getHtmlElement(java.lang.String name, java.lang.String value)Methods in com.facilita.fc.web with parameters of type HtmlElement Modifier and Type Method Description voidForm. addElement(HtmlElement element)Appends the specifiedHtmlElementto the end of thisForm.static longHtmlElement. getCPtr(HtmlElement obj)For internal use only.voidForm. insertElement(int index, HtmlElement element)Inserts the specifiedHtmlElementinto the form.static InputElementInputElement. makeFrom(HtmlElement htmlElement)For internal use only.static SelectElementSelectElement. makeFrom(HtmlElement htmlElement)For internal use only.static TextAreaElementTextAreaElement. makeFrom(HtmlElement htmlElement)For internal use only.
-