org.apache.html.dom
public class HTMLButtonElementImpl extends HTMLElementImpl implements HTMLButtonElement, HTMLFormControl
Version: $Revision: 1.9 $ $Date: 2005/04/18 00:41:07 $
See Also: org.w3c.dom.html.HTMLButtonElement org.apache.xerces.dom.ElementImpl
Constructor Summary | |
---|---|
HTMLButtonElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
|
Method Summary | |
---|---|
String | getAccessKey() |
boolean | getDisabled() |
String | getName() |
int | getTabIndex() |
String | getType() |
String | getValue() |
void | setAccessKey(String accessKey) |
void | setDisabled(boolean disabled) |
void | setName(String name) |
void | setTabIndex(int tabIndex) |
void | setValue(String value) |
Parameters: owner The owner HTML document