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

Packages that use Input
org.apache.ecs.html   
 

Uses of Input in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return Input
 Input Input.setType(java.lang.String type)
          Sets the TYPE="" attribute
 Input Input.setSrc(java.lang.String src)
          Sets the SRC="" attribute
 Input Input.setBorder(int border)
          Sets the BORDER="" attribute
 Input Input.setAlt(java.lang.String alt)
          Sets the ALT="" attribute
 Input Input.setName(java.lang.String name)
          Sets the NAME="" attribute
 Input Input.setValue(java.lang.String value)
          Sets the VALUE="" attribute
 Input Input.setValue(int value)
          Sets the VALUE="" attribute
 Input Input.setValue(java.lang.Integer value)
          Sets the VALUE="" attribute
 Input Input.setValue(double value)
          Sets the VALUE="" attribute
 Input Input.setAccept(java.lang.String accept)
          Sets the ACCEPT="" attribute
 Input Input.setSize(java.lang.String size)
          Sets the SIZE="" attribute
 Input Input.setSize(int size)
          Sets the SIZE="" attribute
 Input Input.setMaxlength(java.lang.String maxlength)
          Sets the MAXLENGTH="" attribute
 Input Input.setMaxlength(int maxlength)
          Sets the MAXLENGTH="" attribute
 Input Input.setUsemap(java.lang.String usemap)
          Sets the USEMAP="" attribute
 Input Input.setTabindex(java.lang.String index)
          Sets the TABINDEX="" attribute
 Input Input.setTabindex(int index)
          Sets the TABINDEX="" attribute
 Input Input.setChecked(boolean checked)
          Sets the checked value
 Input Input.setReadOnly(boolean readonly)
          Sets the readonly value
 Input Input.setDisabled(boolean disabled)
          Sets the disabled value
 Input Input.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Input Input.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 Input Input.addElement(Element element)
          Adds an Element to the element.
 Input Input.addElement(java.lang.String element)
          Adds an Element to the element.
 Input Input.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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