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

Packages that use optgroup
org.apache.ecs.xhtml   
 

Uses of optgroup in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return optgroup
 optgroup optgroup.setLabel(java.lang.String label)
          sets the label="" attribute
 optgroup optgroup.setValue(java.lang.String value)
          Sets the value="" attribute
 optgroup optgroup.setDisabled(boolean disabled)
          Sets the disabled value
 optgroup optgroup.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 optgroup optgroup.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 optgroup optgroup.addElement(Element element)
          Adds an Element to the element.
 optgroup optgroup.addElement(java.lang.String element)
          Adds an Element to the element.
 optgroup optgroup.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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