Uses of Class
org.apache.ecs.html.Option

Packages that use Option
org.apache.ecs.html   
 

Uses of Option in org.apache.ecs.html
 

Methods in org.apache.ecs.html 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.html with parameters of type Option
 Select Select.addElement(Option[] element)
          Adds a group of elements to the select element.
 

Constructors in org.apache.ecs.html with parameters of type Option
Select(java.lang.String name, Option[] element)
          Constructor sets the name attribute and adds all the option elements in the array.
 



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