org.kde.koala
Class HTMLObjectElement

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.Element
          extended by org.kde.koala.HTMLElement
              extended by org.kde.koala.HTMLObjectElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLObjectElement
extends HTMLElement

Generic embedded object. Note. In principle, all properties on the object element are read-write but in some environments some properties may be read-only once the underlying object is instantiated. See the OBJECT element definition in HTML 4.0.


Constructor Summary
  HTMLObjectElement()
           
protected HTMLObjectElement(java.lang.Class dummy)
           
  HTMLObjectElement(HTMLObjectElement other)
           
  HTMLObjectElement(Node other)
           
 
Method Summary
 java.lang.String align()
          Aligns this object (vertically or horizontally) with respect to its surrounding text.
 java.lang.String archive()
          Space-separated list of archives.
 java.lang.String border()
          Width of border around the object.
 java.lang.String code()
          Applet class file.
 java.lang.String codeBase()
          Base URI for classid , data , and archive attributes.
 java.lang.String codeType()
          Content type for data downloaded via classid attribute.
 Document contentDocument()
          Introduced in DOM Level 2 Returns the document this iframe contains, if there is any and it is available, a Null document otherwise.
 java.lang.String data()
          A URI specifying the location of the object's data.
 boolean declare()
          Declare (for future reference), but do not instantiate, this object.
 HTMLFormElement formElement()
          Returns the FORM element containing this control.
 long getHspace()
          Horizontal space, in pixels, to the left and right of this image, applet, or object.
 long getVspace()
          Vertical space, in pixels, above and below this image, applet, or object.
 java.lang.String height()
          Override height.
 java.lang.String name()
          Form control or object name when submitted with a form.
 void setAlign(java.lang.String arg1)
          see align
 void setArchive(java.lang.String arg1)
          see archive
 void setBorder(java.lang.String arg1)
          see border
 void setCode(java.lang.String arg1)
          see code
 void setCodeBase(java.lang.String arg1)
          see codeBase
 void setCodeType(java.lang.String arg1)
          see codeType
 void setData(java.lang.String arg1)
          see data
 void setDeclare(boolean arg1)
          see declare
 void setHeight(java.lang.String arg1)
          see height
 void setHspace(long arg1)
          see hspace
 void setName(java.lang.String arg1)
          see name
 void setStandby(java.lang.String arg1)
          see standby
 void setTabIndex(long arg1)
          see tabIndex
 void setType(java.lang.String arg1)
          see type
 void setUseMap(java.lang.String arg1)
          see useMap
 void setVspace(long arg1)
          see vspace
 void setWidth(java.lang.String arg1)
          see width
 java.lang.String standby()
          Message to render while loading the object.
 long tabIndex()
          Index that represents the element's position in the tabbing order.
 java.lang.String type()
          Content type for data downloaded via data attribute.
 java.lang.String useMap()
          Use client-side image map.
 java.lang.String width()
          Override width.
 
Methods inherited from class org.kde.koala.HTMLElement
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title
 
Methods inherited from class org.kde.koala.Element
contentEditable, form, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, isHTMLElement, khtmlMalformedPrefix, khtmlMalformedQualifiedName, khtmlValidAttrName, khtmlValidPrefix, khtmlValidQualifiedName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentEditable, style, tagName
 
Methods inherited from class org.kde.koala.Node
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLObjectElement

protected HTMLObjectElement(java.lang.Class dummy)

HTMLObjectElement

public HTMLObjectElement()

HTMLObjectElement

public HTMLObjectElement(HTMLObjectElement other)

HTMLObjectElement

public HTMLObjectElement(Node other)
Method Detail

formElement

public HTMLFormElement formElement()
Returns the FORM element containing this control. Returns null if this control is not within the context of a form.


code

public java.lang.String code()
Applet class file. See the code attribute for HTMLAppletElement.


setCode

public void setCode(java.lang.String arg1)
see code


align

public java.lang.String align()
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setAlign

public void setAlign(java.lang.String arg1)
see align


archive

public java.lang.String archive()
Space-separated list of archives. See the archive attribute definition in HTML 4.0.


setArchive

public void setArchive(java.lang.String arg1)
see archive


border

public java.lang.String border()
Width of border around the object. See the border attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setBorder

public void setBorder(java.lang.String arg1)
see border


codeBase

public java.lang.String codeBase()
Base URI for classid , data , and archive attributes. See the codebase attribute definition in HTML 4.0.


setCodeBase

public void setCodeBase(java.lang.String arg1)
see codeBase


codeType

public java.lang.String codeType()
Content type for data downloaded via classid attribute. See the codetype attribute definition in HTML 4.0.


setCodeType

public void setCodeType(java.lang.String arg1)
see codeType


data

public java.lang.String data()
A URI specifying the location of the object's data. See the data attribute definition in HTML 4.0.


setData

public void setData(java.lang.String arg1)
see data


declare

public boolean declare()
Declare (for future reference), but do not instantiate, this object. See the declare attribute definition in HTML 4.0.


setDeclare

public void setDeclare(boolean arg1)
see declare


height

public java.lang.String height()
Override height. See the height attribute definition in HTML 4.0.


setHeight

public void setHeight(java.lang.String arg1)
see height


getHspace

public long getHspace()
Horizontal space, in pixels, to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setHspace

public void setHspace(long arg1)
see hspace


name

public java.lang.String name()
Form control or object name when submitted with a form. See the name attribute definition in HTML 4.0.


setName

public void setName(java.lang.String arg1)
see name


standby

public java.lang.String standby()
Message to render while loading the object. See the standby attribute definition in HTML 4.0.


setStandby

public void setStandby(java.lang.String arg1)
see standby


tabIndex

public long tabIndex()
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0.


setTabIndex

public void setTabIndex(long arg1)
see tabIndex


type

public java.lang.String type()
Content type for data downloaded via data attribute. See the type attribute definition in HTML 4.0.


setType

public void setType(java.lang.String arg1)
see type


useMap

public java.lang.String useMap()
Use client-side image map. See the usemap attribute definition in HTML 4.0.


setUseMap

public void setUseMap(java.lang.String arg1)
see useMap


getVspace

public long getVspace()
Vertical space, in pixels, above and below this image, applet, or object. See the vspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setVspace

public void setVspace(long arg1)
see vspace


width

public java.lang.String width()
Override width. See the width attribute definition in HTML 4.0.


setWidth

public void setWidth(java.lang.String arg1)
see width


contentDocument

public Document contentDocument()
Introduced in DOM Level 2 Returns the document this iframe contains, if there is any and it is available, a Null document otherwise. The attribute is read-only.

Returns:
The content Document if available.