org.kde.koala

Class HTMLButtonElement

public class HTMLButtonElement extends HTMLElement

Push button. See the BUTTON element definition in HTML 4.0.

UNKNOWN: Push button.

Constructor Summary
protected HTMLButtonElement(Class dummy)
HTMLButtonElement()
HTMLButtonElement(HTMLButtonElement other)
HTMLButtonElement(Node other)
Method Summary
StringaccessKey()
A single character access key to give access to the form control.
voidblur()
Removes keyboard focus from this element.
booleandisabled()
The control is unavailable in this context.
voidfocus()
Gives keyboard focus to this element.
HTMLFormElementformElement()
Returns the FORM element containing this control.
Stringname()
Form control or object name when submitted with a form.
voidsetAccessKey(String arg1)
see accessKey
voidsetDisabled(boolean arg1)
see disabled
voidsetName(String arg1)
see name
voidsetTabIndex(long arg1)
see tabIndex
voidsetValue(String arg1)
see value
longtabIndex()
Index that represents the element's position in the tabbing order.
Stringtype()
The type of button.
Stringvalue()
The current form control value.

Constructor Detail

HTMLButtonElement

protected HTMLButtonElement(Class dummy)

HTMLButtonElement

public HTMLButtonElement()

HTMLButtonElement

public HTMLButtonElement(HTMLButtonElement other)

HTMLButtonElement

public HTMLButtonElement(Node other)

Method Detail

accessKey

public String accessKey()
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0.

UNKNOWN: A single character access key to give access to the form control.

blur

public void blur()
Removes keyboard focus from this element.

UNKNOWN: Removes keyboard focus from this element.

disabled

public boolean disabled()
The control is unavailable in this context. See the disabled attribute definition in HTML 4.0.

UNKNOWN: The control is unavailable in this context.

focus

public void focus()
Gives keyboard focus to this element.

UNKNOWN: Gives keyboard focus to this element.

formElement

public HTMLFormElement formElement()
Returns the 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.

name

public String name()
Form control or object name when submitted with a form. See the name attribute definition in HTML 4.0.

UNKNOWN: Form control or object name when submitted with a form.

setAccessKey

public void setAccessKey(String arg1)
see accessKey

UNKNOWN: see accessKey

setDisabled

public void setDisabled(boolean arg1)
see disabled

UNKNOWN: see disabled

setName

public void setName(String arg1)
see name

UNKNOWN: see name

setTabIndex

public void setTabIndex(long arg1)
see tabIndex

UNKNOWN: see tabIndex

setValue

public void setValue(String arg1)
see value

UNKNOWN: see value

tabIndex

public long tabIndex()
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0.

UNKNOWN: Index that represents the element's position in the tabbing order.

type

public String type()
The type of button. See the type attribute definition in HTML 4.0.

UNKNOWN: The type of button.

value

public String value()
The current form control value. See the value attribute definition in HTML 4.0.

UNKNOWN: The current form control value.