BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.SelectElement

Packages that use SelectElement
weblogic.html   
 

Uses of SelectElement in weblogic.html
 

Methods in weblogic.html that return SelectElement
 SelectElement SelectElement.setSize(int val)
          Sets the size of a SelectElement.
 SelectElement SelectElement.setName(java.lang.String val)
          Sets the name of a SelectElement.
 SelectElement SelectElement.setMultipleSelect(boolean multiple)
          Sets the MULTIPLE attribute to the specified boolean.
 SelectElement SelectElement.setMultipleSelect()
          Sets a SelectElement to allow multiple selections.
 SelectElement SelectElement.setSingleSelect()
          Sets a SelectElement to allow only one selection.
 SelectElement SelectElement.setTabindex(java.lang.String tabindex)
          Sets the TABINDEX attribute for a SelectElement.
 SelectElement SelectElement.setTabindex(int tabindex)
          Sets the tabbing order for a SelectElement, which defines the order in which page elements get the focus when a user navigates the page with a keyboard.
 SelectElement SelectElement.setOnFocus(java.lang.String val)
          Sets the ONFOCUS attribute.
 SelectElement SelectElement.setOnBlur(java.lang.String val)
          Sets the ONBLUR attribute.
 SelectElement SelectElement.setOnChange(java.lang.String val)
          Sets the ONCHANGE attribute.
 SelectElement SelectElement.addElement(java.lang.String val)
          Adds a string selection to a SelectElement.
 SelectElement SelectElement.addElement(java.lang.String text, java.lang.String val)
          Adds a string selection and an associated value to a SelectElement.
 SelectElement SelectElement.addElement(OptionElement val)
          Adds an OptionElement to a SelectElement.
 SelectElement SelectElement.selectElementByText(java.lang.String val)
          Selects the specified text in a SelectElement.
 SelectElement SelectElement.selectElementByValue(java.lang.String val)
          Selects the specified value in a SelectElement.
 


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