BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.InputElement

Packages that use InputElement
weblogic.html   
 

Uses of InputElement in weblogic.html
 

Methods in weblogic.html that return InputElement
 InputElement InputElement.setAccept(java.lang.String filetype)
          Sets the ACCEPT attribute for FieldType.filetype InputElement.
 InputElement InputElement.setAlign(AlignType val)
          Sets the alignment of an InputElement.
 InputElement InputElement.setChecked(boolean val)
          Sets the CHECKED attribute of an InputElement.
 InputElement InputElement.setTabindex(java.lang.String tabindex)
          Sets the TABINDEX attribute for an InputElement.
 InputElement InputElement.setTabindex(int tabindex)
          Sets the tabbing order for an InputElement, which defines the order in which page elements get the focus when a user navigates the page with a keyboard.
 InputElement InputElement.setType(FieldType val)
          Sets the type of an InputElement.
 InputElement InputElement.setBorder(int val)
          Sets the BORDER attribute of an InputElement.
 InputElement InputElement.setHeight(int val)
          Sets the HEIGHT attribute of an InputElement.
 InputElement InputElement.setMaxlen(int val)
          Sets the MAXLENGTH attribute of an InputElement.
 InputElement InputElement.setName(java.lang.String val)
          Sets the NAME attribute of an InputElement.
 InputElement InputElement.setOnBlur(java.lang.String val)
          Sets the ONBLUR attribute of an InputElement.
 InputElement InputElement.setOnChange(java.lang.String val)
          Sets the ONCHANGE attribute of an InputElement.
 InputElement InputElement.setOnClick(java.lang.String val)
          Sets the ONCLICK attribute of an InputElement.
 InputElement InputElement.setOnFocus(java.lang.String val)
          Sets the ONFOCUS attribute of an InputElement.
 InputElement InputElement.setOnSelect(java.lang.String val)
          Sets the ONSELECT attribute of an InputElement.
 InputElement InputElement.setSize(int val)
          Sets the SIZE attribute of an InputElement.
 InputElement InputElement.setSource(java.lang.String val)
          Sets the SRC attribute of an InputElement to a string enclosed in double quotes.
 InputElement InputElement.setUnquotedSrc(HtmlElement src)
          Sets the SRC attribute of an InputElement to an HtmlElement without double quotes.
 InputElement InputElement.setValue(java.lang.String val)
          Sets the VALUE attribute of an InputElement.
 InputElement InputElement.setValue(int val)
          Sets the VALUE attribute of an InputElement.
 InputElement InputElement.setWidth(int val)
          Sets the WIDTH attribute of an InputElement.
 


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