org.kde.koala
Class HTMLFrameSetElement

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

public class HTMLFrameSetElement
extends HTMLElement

Create a grid of frames. See the FRAMESET element definition in HTML 4.0.


Constructor Summary
  HTMLFrameSetElement()
           
protected HTMLFrameSetElement(java.lang.Class dummy)
           
  HTMLFrameSetElement(HTMLFrameSetElement other)
           
  HTMLFrameSetElement(Node other)
           
 
Method Summary
 java.lang.String cols()
          The number of columns of frames in the frameset.
 java.lang.String rows()
          The number of rows of frames in the frameset.
 void setCols(java.lang.String arg1)
          see cols
 void setRows(java.lang.String arg1)
          see rows
 
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

HTMLFrameSetElement

protected HTMLFrameSetElement(java.lang.Class dummy)

HTMLFrameSetElement

public HTMLFrameSetElement()

HTMLFrameSetElement

public HTMLFrameSetElement(HTMLFrameSetElement other)

HTMLFrameSetElement

public HTMLFrameSetElement(Node other)
Method Detail

cols

public java.lang.String cols()
The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.0.


setCols

public void setCols(java.lang.String arg1)
see cols


rows

public java.lang.String rows()
The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.0.


setRows

public void setRows(java.lang.String arg1)
see rows