BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.OptionElement

Packages that use OptionElement
weblogic.html   
 

Uses of OptionElement in weblogic.html
 

Methods in weblogic.html that return OptionElement
 OptionElement SelectElement.getElementAt(int pos)
          Gets the OptionElement at the specified index position.
 OptionElement OptionElement.setValue(java.lang.String str)
          Sets the VALUE attribute of an OptionElement.
 OptionElement OptionElement.setText(java.lang.String str)
          Sets the TEXT attribute of an OptionElement.
 OptionElement OptionElement.setSelected(boolean val)
          Sets the SELECTED attribute of an OptionElement.
 

Methods in weblogic.html with parameters of type OptionElement
 SelectElement SelectElement.addElement(OptionElement val)
          Adds an OptionElement to a SelectElement.
 


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