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

Packages that use object
org.apache.ecs.xhtml   
 

Uses of object in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return object
 object object.setDeclare(boolean declare)
          Sets the declare attribute.
 object object.setClassId(java.lang.String url)
          Identifies an implementation.
 object object.setCodeType(java.lang.String codetype)
          Sets the Internet content type for the code.
 object object.setCodeBase(java.lang.String url)
          Determines the base path to resolve relative urls specified by classid.
 object object.setData(java.lang.String url)
          This attribute specifies the location of the data to be rendered.
 object object.setType(java.lang.String type)
          This attribute specifies the Internet Media Type for the data specified by data.
This should be a mime type.
 object object.setArchive(java.lang.String url)
          Space seperated archive list.
 object object.setStandBy(java.lang.String cdata)
          Message to show while the object is loading.
 object object.setBorder(java.lang.String border)
          Suggested link border width.
 object object.setBorder(int border)
          Suggested link border width.
 object object.setBorder(double border)
          Suggested link border width.
 object object.setHeight(java.lang.String height)
          Suggested height of object.
 object object.setHeight(int height)
          Suggested height of object.
 object object.setHeight(double height)
          Suggested height of object.
 object object.setWidth(java.lang.String width)
          Suggested width of object.
 object object.setWidth(int width)
          Suggested width of object.
 object object.setWidth(double width)
          Suggested width of object.
 object object.setHSpace(java.lang.String hspace)
          Suggested horizontal gutter.
 object object.setHSpace(int hspace)
          Suggested horizontal gutter.
 object object.setHSpace(double hspace)
          Suggested horizontal gutter.
 object object.setVSpace(java.lang.String vspace)
          Suggested vertical gutter.
 object object.setVSpace(int vspace)
          Suggested vertical gutter.
 object object.setVSpace(double vspace)
          Suggested vertical gutter.
 object object.setAlign(java.lang.String alignment)
          Set the horizontal or vertical alignment of this object.
Convience variables are in the AlignTypes interface.
 object object.setUseMap(java.lang.String url)
          Location of image map to use.
 object object.setShapes(boolean shape)
          Object has shaped hypertext links.
 object object.setName(java.lang.String name)
          Set the name of this object.
 object object.setTabIndex(int number)
          Set the elements position in the tabbing order.
 object object.setTabIndex(java.lang.String number)
          Set the elements position in the tabbing order.
 object object.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 object object.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 object object.addElement(java.lang.String element)
          Add an element to the element
 object object.addElement(Element element)
          Add an element to the element
 object object.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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