BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.FormElement

Packages that use FormElement
weblogic.html   
 

Uses of FormElement in weblogic.html
 

Methods in weblogic.html that return FormElement
 FormElement FormElement.addElement(HtmlElement val)
          Adds an HtmlElement to a FormElement.
 FormElement FormElement.addElement(java.lang.String str)
          Adds a string to a FormElement.
 FormElement FormElement.setAction(java.lang.String actionstr)
          Sets the form action, which specifies the location to which the contents of the form is to be submitted for a response.
 FormElement FormElement.setEncType(java.lang.String encstr)
          Sets the encoding attribute, which specifies the MIME content type to be used to encode the contents of the form.
 FormElement FormElement.setMethod(java.lang.String methodstr)
          Sets the form method, which is used to send the form contents.
 FormElement FormElement.setName(java.lang.String name)
          Sets the name for a FormElement.
 FormElement FormElement.setTarget(java.lang.String targetstr)
          Sets the window or frame target for a FormElement.
 FormElement FormElement.setTarget(WindowName window)
          Sets the window or frame target for a FormElement to a WindowName, which supports magic target names.
 FormElement FormElement.setOnSubmit(java.lang.String submitstr)
          Sets the ONSUBMIT attribute.
 


Documentation is available at
http://www.weblogic.com/docs51