BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.ButtonElement

Packages that use ButtonElement
weblogic.html   
 

Uses of ButtonElement in weblogic.html
 

Methods in weblogic.html that return ButtonElement
 ButtonElement ButtonElement.setName(java.lang.String val)
          Sets the NAME attribute of a ButtonElement.
 ButtonElement ButtonElement.setTabindex(java.lang.String tabindex)
          Sets the TABINDEX attribute for a ButtonElement.
 ButtonElement ButtonElement.setTabindex(int tabindex)
          Sets the tabbing order for a ButtonElement, which defines the order in which page elements get the focus when a user navigates the page with a keyboard.
 ButtonElement ButtonElement.setType(FieldType val)
          Sets the type of an ButtonElement.
 ButtonElement ButtonElement.setContents(HtmlElement contents)
          Sets the contents of a ButtonElement.
 ButtonElement ButtonElement.setDisabled(boolean disable)
          Disables the button.
 ButtonElement ButtonElement.setOnBlur(java.lang.String val)
          Sets the ONBLUR attribute of a ButtonElement.
 ButtonElement ButtonElement.setOnFocus(java.lang.String val)
          Sets the ONFOCUS attribute of a ButtonElement.
 ButtonElement ButtonElement.setValue(java.lang.String val)
          Sets the VALUE attribute of a ButtonElement.
 


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