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

Packages that use Button
org.apache.ecs.html   
 

Uses of Button in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return Button
 Button Button.setName(java.lang.String name)
          Set the name of this button.
 Button Button.setValue(java.lang.String value)
          Set the value of this button.
 Button Button.setType(java.lang.String type)
          Set the type of button this is.
 Button Button.setDisabled(boolean disabled)
          Is this button disabled? disabled true|false
 Button Button.setTabIndex(int number)
          Set the elements position in the tabbing order.
 Button Button.setTabIndex(java.lang.String number)
          Set the elements position in the tabbing order.
 Button Button.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Button Button.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 Button Button.addElement(Element element)
          Adds an Element to the element.
 Button Button.addElement(java.lang.String element)
          Adds an Element to the element.
 Button Button.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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