| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--org.apache.ecs.GenericElement
        |
        +--org.apache.ecs.ElementAttributes
              |
              +--org.apache.ecs.ConcreteElement
                    |
                    +--org.apache.ecs.MultiPartElement
                          |
                          +--org.apache.ecs.xhtml.object
This class creates an <object> tag.
| Fields inherited from class org.apache.ecs.ConcreteElement | 
lineSeparator, registry, registryList | 
| Fields inherited from class org.apache.ecs.ElementAttributes | 
attribute_equality_sign, attribute_filter, attribute_quote, attribute_quote_char, filter_attribute_state | 
| Fields inherited from class org.apache.ecs.GenericElement | 
__text, _defaultFilter, begin_end_modifier, begin_end_modifier_defined, begin_start_modifier, begin_start_modifier_defined, case_type, codeset, element, element_type, end_element, end_end_modifier, end_end_modifier_defined, end_modifier_defined, end_start_modifier, end_start_modifier_defined, end_tag, filter, filter_state, position, pretty_print, start_modifier_defined, start_tag, tabLevel, VERSION | 
| Fields inherited from interface org.apache.ecs.Attributes | 
NO_ATTRIBUTE_VALUE | 
| Fields inherited from interface org.apache.ecs.Element | 
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE | 
| Constructor Summary | |
object()
Default constructor.  | 
|
| Method Summary | |
(package private)  void | 
Private initializer.  | 
 object | 
addElement(Element element)
Add an element to the element  | 
 object | 
addElement(java.lang.String element)
Add an element to the element  | 
 object | 
addElement(java.lang.String hashcode,
           Element element)
Adds an Element to the element.  | 
 object | 
addElement(java.lang.String hashcode,
           java.lang.String element)
Adds an Element to the element.  | 
 object | 
removeElement(java.lang.String hashcode)
Removes an Element from the element.  | 
 object | 
setAlign(java.lang.String alignment)
Set the horizontal or vertical alignment of this object. Convience variables are in the AlignTypes interface.  | 
 object | 
setArchive(java.lang.String url)
Space seperated archive list.  | 
 object | 
setBorder(double border)
Suggested link border width.  | 
 object | 
setBorder(int border)
Suggested link border width.  | 
 object | 
setBorder(java.lang.String border)
Suggested link border width.  | 
 object | 
setClassId(java.lang.String url)
Identifies an implementation.  | 
 object | 
setCodeBase(java.lang.String url)
Determines the base path to resolve relative urls specified by classid.  | 
 object | 
setCodeType(java.lang.String codetype)
Sets the Internet content type for the code.  | 
 object | 
setData(java.lang.String url)
This attribute specifies the location of the data to be rendered.  | 
 object | 
setDeclare(boolean declare)
Sets the declare attribute.  | 
 object | 
setHeight(double height)
Suggested height of object.  | 
 object | 
setHeight(int height)
Suggested height of object.  | 
 object | 
setHeight(java.lang.String height)
Suggested height of object.  | 
 object | 
setHSpace(double hspace)
Suggested horizontal gutter.  | 
 object | 
setHSpace(int hspace)
Suggested horizontal gutter.  | 
 object | 
setHSpace(java.lang.String hspace)
Suggested horizontal gutter.  | 
 Element | 
setLang(java.lang.String lang)
Sets the lang="" and xml:lang="" attributes  | 
 object | 
setName(java.lang.String name)
Set the name of this object.  | 
 void | 
setOnClick(java.lang.String script)
The onclick event occurs when the pointing device button is clicked over an element.  | 
 void | 
setOnDblClick(java.lang.String script)
The ondblclick event occurs when the pointing device button is double clicked over an element.  | 
 void | 
setOnKeyDown(java.lang.String script)
The onkeydown event occurs when a key is pressed down over an element.  | 
 void | 
setOnKeyPress(java.lang.String script)
The onkeypress event occurs when a key is pressed and released over an element.  | 
 void | 
setOnKeyUp(java.lang.String script)
The onkeyup event occurs when a key is released over an element.  | 
 void | 
setOnMouseDown(java.lang.String script)
The onmousedown event occurs when the pointing device button is pressed over an element.  | 
 void | 
setOnMouseMove(java.lang.String script)
The onmousemove event occurs when the pointing device is moved while it is over an element.  | 
 void | 
setOnMouseOut(java.lang.String script)
The onmouseout event occurs when the pointing device is moved away from an element.  | 
 void | 
setOnMouseOver(java.lang.String script)
The onmouseover event occurs when the pointing device is moved onto an element.  | 
 void | 
setOnMouseUp(java.lang.String script)
The onmouseup event occurs when the pointing device button is released over an element.  | 
 object | 
setShapes(boolean shape)
Object has shaped hypertext links.  | 
 object | 
setStandBy(java.lang.String cdata)
Message to show while the object is loading.  | 
 object | 
setTabIndex(int number)
Set the elements position in the tabbing order.  | 
 object | 
setTabIndex(java.lang.String number)
Set the elements position in the tabbing order.  | 
 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 | 
setUseMap(java.lang.String url)
Location of image map to use.  | 
 object | 
setVSpace(double vspace)
Suggested vertical gutter.  | 
 object | 
setVSpace(int vspace)
Suggested vertical gutter.  | 
 object | 
setVSpace(java.lang.String vspace)
Suggested vertical gutter.  | 
 object | 
setWidth(double width)
Suggested width of object.  | 
 object | 
setWidth(int width)
Suggested width of object.  | 
 object | 
setWidth(java.lang.String width)
Suggested width of object.  | 
| Methods inherited from class org.apache.ecs.ConcreteElement | 
addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, keys, output, output, output, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry | 
| Methods inherited from class java.lang.Object | 
equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait | 
| Constructor Detail | 
public object()
| Method Detail | 
void() 
 in class MultiPartElementpublic object setDeclare(boolean declare)
declare - declare on or offpublic object setClassId(java.lang.String url)
url - location of classid.public object setCodeType(java.lang.String codetype)
codetype - Sets the Internet content type for the code.public object setCodeBase(java.lang.String url)
url - base path to resolve relative urls specified by classid.public object setData(java.lang.String url)
url - this attribute specifies the location of the data to be rendered.public object setType(java.lang.String type)
type - a mime type for the data specifed by the data attribute.public object setArchive(java.lang.String url)
url - Space seperate archive list.public object setStandBy(java.lang.String cdata)
cdata - the message to show while the object is loading.public object setBorder(java.lang.String border)
border - suggested link border width.public object setBorder(int border)
border - suggested link border width.public object setBorder(double border)
border - suggested link border width.public object setHeight(java.lang.String height)
height - suggested link height.public object setHeight(int height)
height - suggested link height.public object setHeight(double height)
height - suggested link height.public object setWidth(java.lang.String width)
height - suggested link width.public object setWidth(int width)
height - suggested link width.public object setWidth(double width)
height - suggested link width.public object setHSpace(java.lang.String hspace)
hspace - suggested horizontal gutter.public object setHSpace(int hspace)
hspace - suggested horizontal gutter.public object setHSpace(double hspace)
hspace - suggested horizontal gutter.public object setVSpace(java.lang.String vspace)
hspace - suggested vertical gutter.public object setVSpace(int vspace)
hspace - suggested vertical gutter.public object setVSpace(double vspace)
hspace - suggested vertical gutter.public object setAlign(java.lang.String alignment)
alignment - Set the horizontal or vertical alignment of this object.public object setUseMap(java.lang.String url)
url - location of image map to use.public object setShapes(boolean shape)
shape - does the object have shaped hypertext links?public object setName(java.lang.String name)
name - set the name of this object.public object setTabIndex(int number)
number - set the elements position in the tabbing order.public object setTabIndex(java.lang.String number)
number - set the elements position in the tabbing order.public Element setLang(java.lang.String lang)
setLang in class ElementAttributeslang - the lang="" and xml:lang="" attributes
public object addElement(java.lang.String hashcode,
                         Element element)
hashcode - name of element for hash tableelement - Adds an Element to the element.
public object addElement(java.lang.String hashcode,
                         java.lang.String element)
hashcode - name of element for hash tableelement - Adds an Element to the element.public object addElement(java.lang.String element)
element - a string representation of the elementpublic object addElement(Element element)
element - an element to addpublic object removeElement(java.lang.String hashcode)
hashcode - the name of the element to be removed.public void setOnClick(java.lang.String script)
setOnClick in interface MouseEventsThe - scriptpublic void setOnDblClick(java.lang.String script)
setOnDblClick in interface MouseEventsThe - scriptpublic void setOnMouseDown(java.lang.String script)
setOnMouseDown in interface MouseEventsThe - scriptpublic void setOnMouseUp(java.lang.String script)
setOnMouseUp in interface MouseEventsThe - scriptpublic void setOnMouseOver(java.lang.String script)
setOnMouseOver in interface MouseEventsThe - scriptpublic void setOnMouseMove(java.lang.String script)
setOnMouseMove in interface MouseEventsThe - scriptpublic void setOnMouseOut(java.lang.String script)
setOnMouseOut in interface MouseEventsThe - scriptpublic void setOnKeyPress(java.lang.String script)
setOnKeyPress in interface KeyEventsThe - scriptpublic void setOnKeyDown(java.lang.String script)
setOnKeyDown in interface KeyEventsThe - scriptpublic void setOnKeyUp(java.lang.String script)
setOnKeyUp in interface KeyEventsThe - script
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||