org.mozilla.jrex.dom.html2
Class JRexHTMLLabelElementImpl
java.lang.Object
org.mozilla.jrex.dom.JRexNodeImpl
org.mozilla.jrex.dom.JRexElementImpl
org.mozilla.jrex.dom.html2.JRexHTMLElementImpl
org.mozilla.jrex.dom.html2.JRexHTMLLabelElementImpl
- All Implemented Interfaces:
- Element, HTMLElement, HTMLLabelElement, Node
- public class JRexHTMLLabelElementImpl
- extends JRexHTMLElementImpl
- implements HTMLLabelElement
A class implementing org.w3c.dom.html2.HTMLLabelElement interface.
- Version:
- 1.0
- Author:
- C.N.Medappa
- See Also:
HTMLLabelElement
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Method Summary |
String |
getAccessKey()
A single character access key to give access to the form control. |
HTMLFormElement |
getForm()
Returns the FORM element containing this control. |
String |
getHtmlFor()
This attribute links this label with another form control by
id attribute. |
void |
setAccessKey(String accessKey)
A single character access key to give access to the form control. |
void |
setHtmlFor(String htmlFor)
This attribute links this label with another form control by
id attribute. |
Methods inherited from class org.mozilla.jrex.dom.JRexElementImpl |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from class org.mozilla.jrex.dom.JRexNodeImpl |
appendChild, cloneNode, equals, finalize, getAttributes, getChildNodes, getEventTarget, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, hashCode, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix, toString |
Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
getForm
public HTMLFormElement getForm()
- Description copied from interface:
HTMLLabelElement
- Returns the
FORM
element containing this control. Returns
null
if this control is not within the context of a
form.
- Specified by:
getForm
in interface HTMLLabelElement
getAccessKey
public String getAccessKey()
- Description copied from interface:
HTMLLabelElement
- A single character access key to give access to the form control. See
the accesskey attribute definition in HTML 4.01.
- Specified by:
getAccessKey
in interface HTMLLabelElement
setAccessKey
public void setAccessKey(String accessKey)
- Description copied from interface:
HTMLLabelElement
- A single character access key to give access to the form control. See
the accesskey attribute definition in HTML 4.01.
- Specified by:
setAccessKey
in interface HTMLLabelElement
getHtmlFor
public String getHtmlFor()
- Description copied from interface:
HTMLLabelElement
- This attribute links this label with another form control by
id
attribute. See the for attribute definition in HTML
4.01.
- Specified by:
getHtmlFor
in interface HTMLLabelElement
setHtmlFor
public void setHtmlFor(String htmlFor)
- Description copied from interface:
HTMLLabelElement
- This attribute links this label with another form control by
id
attribute. See the for attribute definition in HTML
4.01.
- Specified by:
setHtmlFor
in interface HTMLLabelElement
Copyright © 2004 C.N.Medappa. All Rights Reserved.