Methods Summary |
---|
public java.lang.String | getAccessKey()A single character access key to give access to the form control. See
the accesskey attribute definition in HTML 4.0.
|
public org.w3c.dom.html.HTMLFormElement | getForm()Returns the FORM element containing this control. Returns
null if this control is not within the context of a form.
|
public java.lang.String | getHtmlFor()This attribute links this label with another form control by
id attribute. See the for attribute definition in HTML
4.0.
|
public void | setAccessKey(java.lang.String accessKey)
|
public void | setHtmlFor(java.lang.String htmlFor)
|