org.kde.koala
public class HTMLButtonElement extends HTMLElement
UNKNOWN: Push button.
Constructor Summary | |
---|---|
protected | HTMLButtonElement(Class dummy) |
HTMLButtonElement() | |
HTMLButtonElement(HTMLButtonElement other) | |
HTMLButtonElement(Node other) |
Method Summary | |
---|---|
String | accessKey()
A single character access key to give access to the form
control. |
void | blur()
Removes keyboard focus from this element. |
boolean | disabled()
The control is unavailable in this context. |
void | focus()
Gives keyboard focus to this element. |
HTMLFormElement | formElement()
Returns the FORM element containing this
control. |
String | name()
Form control or object name when submitted with a form. |
void | setAccessKey(String arg1)
see accessKey |
void | setDisabled(boolean arg1)
see disabled |
void | setName(String arg1)
see name |
void | setTabIndex(long arg1)
see tabIndex |
void | setValue(String arg1)
see value |
long | tabIndex()
Index that represents the element's position in the tabbing
order. |
String | type()
The type of button. |
String | value()
The current form control value. |
UNKNOWN: A single character access key to give access to the form control.
UNKNOWN: Removes keyboard focus from this element.
UNKNOWN: The control is unavailable in this context.
UNKNOWN: Gives keyboard focus to this element.
FORM
element containing this
control. Returns null if this control is not within the context
of a form.UNKNOWN: Returns the FORM
element containing this control.
UNKNOWN: Form control or object name when submitted with a form.
UNKNOWN: see accessKey
UNKNOWN: see disabled
UNKNOWN: see name
UNKNOWN: see tabIndex
UNKNOWN: see value
UNKNOWN: Index that represents the element's position in the tabbing order.
UNKNOWN: The type of button.
UNKNOWN: The current form control value.