Uses of Class
org.apache.ecs.xhtml.option

Packages that use option
org.apache.ecs.xhtml   
 

Uses of option in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return option
 option option.setLabel(java.lang.String label)
          Sets the label="" attribute
 option option.setValue(java.lang.String value)
          Sets the value="" attribute
 option option.setValue(int value)
          Sets the value="" attribute
 option option.setValue(double value)
          Sets the value="" attribute
 option option.setSelected(boolean selected)
          Sets the selected value
 option option.setDisabled(boolean disabled)
          Sets the disabled value
 option option.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 option option.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 option option.addElement(Element element)
          Adds an Element to the element.
 option option.addElement(java.lang.String element)
          Adds an Element to the element.
 option[] option.addElement(java.lang.String[] element)
          Creates a group of options.
 option option.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 

Methods in org.apache.ecs.xhtml with parameters of type option
 select select.addElement(option[] element)
          Adds a group of elements to the select element.
 

Constructors in org.apache.ecs.xhtml with parameters of type option
select(java.lang.String name, option[] element)
          Basic Constructor.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.