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

Packages that use Form
org.apache.ecs.html   
 

Uses of Form in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return Form
 Form Form.setAction(java.lang.String action)
          Sets the ACTION="" attribute
 Form Form.setMethod(java.lang.String method)
          Sets the METHOD="" attribute
 Form Form.setEncType(java.lang.String enctype)
          Sets the ENCTYPE="" attribute
 Form Form.setAccept(java.lang.String accept)
          Sets the ACCEPT="" attribute
 Form Form.setName(java.lang.String name)
          Sets the NAME="" attribute
 Form Form.setTarget(java.lang.String target)
          Sets the TARGET="" attribute
 Form Form.setAcceptCharset(java.lang.String acceptcharset)
          Sets the ACCEPT-CHARSET="" attribute
 Form Form.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Form Form.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 Form Form.addElement(Element element)
          Adds an Element to the element.
 Form Form.addElement(java.lang.String element)
          Adds an Element to the element.
 Form Form.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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