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

Packages that use select
org.apache.ecs.xhtml   
 

Uses of select in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return select
 select select.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 select select.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 select select.addElement(Element element)
          Adds an Element to the Element.
 select select.addElement(option[] element)
          Adds a group of elements to the select element.
 select select.addElement(java.lang.String element)
          Adds an Element to the Element.
 select select.addElement(java.lang.String[] element)
          Creates a group of option elements and adds them to this select.
 select select.setName(java.lang.String name)
          Sets the name="" attribute
 select select.setSize(java.lang.String size)
          Sets the size="" attribute
 select select.setSize(int size)
          Sets the size="" attribute
 select select.setMultiple(boolean multiple)
          Sets the multiple value
 select select.setTabindex(java.lang.String index)
          Sets the tabindex="" attribute
 select select.setTabindex(int index)
          Sets the tabindex="" attribute
 select select.setDisabled(boolean disabled)
          Sets the disabled value
 select select.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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