org.apache.html.dom
public class HTMLInputElementImpl extends HTMLElementImpl implements HTMLInputElement, HTMLFormControl
Version: $Revision: 1.9 $ $Date: 2005/04/18 01:04:17 $
See Also: org.w3c.dom.html.HTMLInputElement org.apache.xerces.dom.ElementImpl
Constructor Summary | |
---|---|
HTMLInputElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
|
Method Summary | |
---|---|
void | blur() |
void | click() |
void | focus() |
String | getAccept() |
String | getAccessKey() |
String | getAlign() |
String | getAlt() |
boolean | getChecked() |
boolean | getDefaultChecked() |
String | getDefaultValue() |
boolean | getDisabled() |
int | getMaxLength() |
String | getName() |
boolean | getReadOnly() |
String | getSize() |
String | getSrc() |
int | getTabIndex() |
String | getType() |
String | getUseMap() |
String | getValue() |
void | select() |
void | setAccept(String accept) |
void | setAccessKey(String accessKey) |
void | setAlign(String align) |
void | setAlt(String alt) |
void | setChecked(boolean checked) |
void | setDefaultChecked(boolean defaultChecked) |
void | setDefaultValue(String defaultValue) |
void | setDisabled(boolean disabled) |
void | setMaxLength(int maxLength) |
void | setName(String name) |
void | setReadOnly(boolean readOnly) |
void | setSize(String size) |
void | setSrc(String src) |
void | setTabIndex(int tabIndex) |
void | setUseMap(String useMap) |
void | setValue(String value) |
Parameters: owner The owner HTML document