org.kde.koala
Class HTMLFrameElement

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.HTMLFrameElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLFrameElement
extends HTMLElement

Create a frame. See the FRAME element definition in HTML 4.0.


Constructor Summary
  HTMLFrameElement()
           
protected HTMLFrameElement(java.lang.Class dummy)
           
  HTMLFrameElement(HTMLFrameElement other)
           
  HTMLFrameElement(Node other)
           
 
Method Summary
 Document contentDocument()
          Introduced in DOM Level 2 Returns the document this frame contains, if there is any and it is available, a Null document otherwise.
 java.lang.String frameBorder()
          Request frame borders.
 java.lang.String longDesc()
          URI designating a long description of this image or frame.
 java.lang.String marginHeight()
          Frame margin height, in pixels.
 java.lang.String marginWidth()
          Frame margin width, in pixels.
 java.lang.String name()
          The frame name (object of the target attribute).
 boolean noResize()
          When true, forbid user from resizing frame.
 java.lang.String scrolling()
          Specify whether or not the frame should have scrollbars.
 void setFrameBorder(java.lang.String arg1)
          see frameBorder
 void setLongDesc(java.lang.String arg1)
          see longDesc
 void setMarginHeight(java.lang.String arg1)
          see marginHeight
 void setMarginWidth(java.lang.String arg1)
          see marginWidth
 void setName(java.lang.String arg1)
          see name
 void setNoResize(boolean arg1)
          see noResize
 void setScrolling(java.lang.String arg1)
          see scrolling
 void setSrc(java.lang.String arg1)
          see src
 java.lang.String src()
          A URI designating the initial frame contents.
 
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

HTMLFrameElement

protected HTMLFrameElement(java.lang.Class dummy)

HTMLFrameElement

public HTMLFrameElement()

HTMLFrameElement

public HTMLFrameElement(HTMLFrameElement other)

HTMLFrameElement

public HTMLFrameElement(Node other)
Method Detail

frameBorder

public java.lang.String frameBorder()
Request frame borders. See the frameborder attribute definition in HTML 4.0.


setFrameBorder

public void setFrameBorder(java.lang.String arg1)
see frameBorder


longDesc

public java.lang.String longDesc()
URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0.


setLongDesc

public void setLongDesc(java.lang.String arg1)
see longDesc


marginHeight

public java.lang.String marginHeight()
Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.0.


setMarginHeight

public void setMarginHeight(java.lang.String arg1)
see marginHeight


marginWidth

public java.lang.String marginWidth()
Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.0.


setMarginWidth

public void setMarginWidth(java.lang.String arg1)
see marginWidth


name

public java.lang.String name()
The frame name (object of the target attribute). See the name attribute definition in HTML 4.0.


setName

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


noResize

public boolean noResize()
When true, forbid user from resizing frame. See the noresize attribute definition in HTML 4.0.


setNoResize

public void setNoResize(boolean arg1)
see noResize


scrolling

public java.lang.String scrolling()
Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.0.


setScrolling

public void setScrolling(java.lang.String arg1)
see scrolling


src

public java.lang.String src()
A URI designating the initial frame contents. See the src attribute definition in HTML 4.0.


setSrc

public void setSrc(java.lang.String arg1)
see src


contentDocument

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

Returns:
The content Document if available.