|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.Node
org.kde.koala.Element
org.kde.koala.HTMLElement
org.kde.koala.HTMLButtonElement
public class HTMLButtonElement
Push button. See the BUTTON element definition in HTML 4.0.
Constructor Summary | |
---|---|
|
HTMLButtonElement()
|
protected |
HTMLButtonElement(java.lang.Class dummy)
|
|
HTMLButtonElement(HTMLButtonElement other)
|
|
HTMLButtonElement(Node other)
|
Method Summary | |
---|---|
java.lang.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. |
java.lang.String |
name()
Form control or object name when submitted with a form. |
void |
setAccessKey(java.lang.String arg1)
see accessKey |
void |
setDisabled(boolean arg1)
see disabled |
void |
setName(java.lang.String arg1)
see name |
void |
setTabIndex(long arg1)
see tabIndex |
void |
setValue(java.lang.String arg1)
see value |
long |
tabIndex()
Index that represents the element's position in the tabbing order. |
java.lang.String |
type()
The type of button. |
java.lang.String |
value()
The current form control value. |
Methods inherited from class org.kde.koala.HTMLElement |
---|
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title |
Methods inherited from class org.kde.koala.Node |
---|
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected HTMLButtonElement(java.lang.Class dummy)
public HTMLButtonElement()
public HTMLButtonElement(HTMLButtonElement other)
public HTMLButtonElement(Node other)
Method Detail |
---|
public HTMLFormElement formElement()
FORM
element containing this
control. Returns null if this control is not within the context
of a form.
public java.lang.String accessKey()
public void setAccessKey(java.lang.String arg1)
public boolean disabled()
public void setDisabled(boolean arg1)
public java.lang.String name()
public void setName(java.lang.String arg1)
public long tabIndex()
public void setTabIndex(long arg1)
public java.lang.String type()
public java.lang.String value()
public void setValue(java.lang.String arg1)
public void blur()
public void focus()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |