BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.html.FieldType

Packages that use FieldType
weblogic.html The HtmlKona package is deprecated. 
 

Uses of FieldType in weblogic.html
 

Fields in weblogic.html declared as FieldType
static FieldType FieldType.button
          Deprecated. Input field is a button.
static FieldType FieldType.checkbox
          Deprecated. Input field is a checkbox.
static FieldType FieldType.file
          Deprecated. Input field is a file, for users to attach a file to the form's contents when submitted.
static FieldType FieldType.hidden
          Deprecated. Input field is a hidden field.
static FieldType FieldType.image
          Deprecated. Input field is an image.
static FieldType FieldType.password
          Deprecated. Input field is a password field that echoes a single generic character (like an asterisk) as the user types.
static FieldType FieldType.radio
          Deprecated. Input field is a radio button.
static FieldType FieldType.reset
          Deprecated. Input field is a reset button to clear the form.
static FieldType FieldType.submit
          Deprecated. Input field is a submit button.
static FieldType FieldType.text
          Deprecated. Input field is a text area.
 

Methods in weblogic.html that return FieldType
 FieldType InputElement.getType()
          Deprecated. Gets the FieldType associated with an InputElement.
 

Methods in weblogic.html with parameters of type FieldType
 InputElement InputElement.setType(FieldType val)
          Deprecated. Sets the type of an InputElement.
 ButtonElement ButtonElement.setType(FieldType val)
          Deprecated. Sets the type of an ButtonElement.
 

Constructors in weblogic.html with parameters of type FieldType
InputElement.InputElement(java.lang.String namestr, FieldType typeval)
          Deprecated. Constructs an InputElement with the specified name and of the specified type.
InputElement.InputElement(java.lang.String namestr, FieldType typeval, HtmlElement value)
          Deprecated. Constructs an InputElement with the specified name and of the specified type, set to the specified HtmlElement.
InputElement.InputElement(java.lang.String namestr, FieldType typeval, java.lang.String value, HtmlElement label)
          Deprecated. Constructs an InputElement with the specified name, type, and value, with the label set to the specified label.
InputElement.InputElement(java.lang.String namestr, FieldType typeval, java.lang.String value, java.lang.String label)
          Deprecated. Constructs an InputElement with the specified name, type, and value, with the label set to the specified label.
InputElement.InputElement(java.lang.String namestr, FieldType typeval, java.lang.String val)
          Deprecated. Constructs an InputElement with the specified name and of the specified type, set to the specified string.
ButtonElement.ButtonElement(java.lang.String name, FieldType typeval)
          Deprecated. Constructs a ButtonElement of the specified FieldType (submit, reset, or button) and the specified name.
ButtonElement.ButtonElement(java.lang.String name, FieldType typeval, HtmlElement contents)
          Deprecated. Constructs a ButtonElement with the specified name and of the specified FieldType (submit, reset, or button), set to the specified HtmlElement (for instance, an ImageElement).
ButtonElement.ButtonElement(java.lang.String name, FieldType typeval, java.lang.String contents)
          Deprecated. Constructs a ButtonElement with the specified name and of the specified FieldType (submit, reset, or button), set to the specified String contents.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.