|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.Node
org.kde.koala.Element
org.kde.koala.HTMLElement
org.kde.koala.HTMLParamElement
public class HTMLParamElement
Parameters fed to the OBJECT
element. See the
PARAM element definition in HTML 4.0.
Constructor Summary | |
---|---|
|
HTMLParamElement()
|
protected |
HTMLParamElement(java.lang.Class dummy)
|
|
HTMLParamElement(HTMLParamElement other)
|
|
HTMLParamElement(Node other)
|
Method Summary | |
---|---|
java.lang.String |
name()
The name of a run-time parameter. |
void |
setName(java.lang.String arg1)
see name |
void |
setType(java.lang.String arg1)
see type |
void |
setValue(java.lang.String arg1)
see value |
void |
setValueType(java.lang.String arg1)
see valueType |
java.lang.String |
type()
Content type for the value attribute when
valuetype has the value "ref". |
java.lang.String |
value()
The value of a run-time parameter. |
java.lang.String |
valueType()
Information about the meaning of the value
attribute value. |
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.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 |
---|
protected HTMLParamElement(java.lang.Class dummy)
public HTMLParamElement()
public HTMLParamElement(HTMLParamElement other)
public HTMLParamElement(Node other)
Method Detail |
---|
public java.lang.String name()
public void setName(java.lang.String arg1)
public java.lang.String type()
value
attribute when
valuetype
has the value "ref". See the
type attribute definition in HTML 4.0.
public void setType(java.lang.String arg1)
public java.lang.String value()
public void setValue(java.lang.String arg1)
public java.lang.String valueType()
value
attribute value. See the
valuetype attribute definition in HTML 4.0.
public void setValueType(java.lang.String arg1)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |