BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.FieldType

Packages that use FieldType
weblogic.html   
 

Uses of FieldType in weblogic.html
 

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

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

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

Constructors in weblogic.html with parameters of type FieldType
ButtonElement.ButtonElement(java.lang.String name, FieldType typeval)
          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)
          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)
          Constructs a ButtonElement with the specified name and of the specified FieldType (submit, reset, or button), set to the specified String contents.
InputElement.InputElement(java.lang.String namestr, FieldType typeval)
          Constructs an InputElement with the specified name and of the specified type.
InputElement.InputElement(java.lang.String namestr, FieldType typeval, HtmlElement value)
          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)
          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)
          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)
          Constructs an InputElement with the specified name and of the specified type, set to the specified string.
 


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