|
||||||||
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.HTMLLabelElement
public class HTMLLabelElement
Form field label text. See the LABEL element definition in HTML 4.0.
Constructor Summary | |
---|---|
|
HTMLLabelElement()
|
protected |
HTMLLabelElement(java.lang.Class dummy)
|
|
HTMLLabelElement(HTMLLabelElement other)
|
|
HTMLLabelElement(Node other)
|
Method Summary | |
---|---|
java.lang.String |
accessKey()
A single character access key to give access to the form control. |
java.lang.String |
htmlFor()
This attribute links this label with another form control by id attribute. |
void |
setAccessKey(java.lang.String arg1)
see accessKey |
void |
setHtmlFor(java.lang.String arg1)
see htmlFor |
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 HTMLLabelElement(java.lang.Class dummy)
public HTMLLabelElement()
public HTMLLabelElement(HTMLLabelElement other)
public HTMLLabelElement(Node other)
Method Detail |
---|
public java.lang.String accessKey()
public void setAccessKey(java.lang.String arg1)
public java.lang.String htmlFor()
id
attribute. See the
for attribute definition in HTML 4.0.
public void setHtmlFor(java.lang.String arg1)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |