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 boolean | getDisabled()The control is unavailable in this context. See the disabled
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 | getName()Form control or object name when submitted with a form. See the name
attribute definition in HTML 4.0.
|
public int | getTabIndex()Index that represents the element's position in the tabbing order. See
the tabindex attribute definition in HTML 4.0.
|
public java.lang.String | getType()The type of button. See the type attribute definition in HTML 4.0.
|
public java.lang.String | getValue()The current form control value. See the value attribute definition in
HTML 4.0.
|
public void | setAccessKey(java.lang.String accessKey)
|
public void | setDisabled(boolean disabled)
|
public void | setName(java.lang.String name)
|
public void | setTabIndex(int tabIndex)
|
public void | setValue(java.lang.String value)
|