|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.stjs.javascript.dom.Node
org.stjs.javascript.dom.Element
org.stjs.javascript.dom.Input
public abstract class Input
| Field Summary | |
|---|---|
String |
accept
|
String |
accessKey
|
String |
align
|
String |
alt
|
boolean |
checked
|
boolean |
defaultChecked
|
String |
defaultValue
|
boolean |
disabled
|
Form |
form
|
int |
maxLength
|
String |
name
|
boolean |
readOnly
|
String |
size
|
String |
src
|
int |
tabIndex
|
String |
type
|
String |
useMap
|
String |
value
|
| Fields inherited from class org.stjs.javascript.dom.Element |
|---|
className, clientHeight, clientWidth, contentWindow, dir, document, height, id, innerHTML, lang, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, onblur, onchange, onclick, ondblclick, onerror, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, scrollHeight, scrollLeft, scrollTop, scrollWidth, sheet, styleSheet, tagName, title, width |
| Fields inherited from class org.stjs.javascript.dom.Node |
|---|
attributes, baseURI, childNodes, firstChild, hasAttributes, hasChildNodes, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, prefix, previousSibling, textContent |
| Constructor Summary | |
|---|---|
Input()
|
|
| Method Summary | |
|---|---|
void |
blur()
|
void |
click()
|
void |
focus()
|
void |
select()
|
| Methods inherited from class org.stjs.javascript.dom.Element |
|---|
getAttribute, getAttributeNode, getElementsByTagName, hasAttribute, removeAttribute, removeAttributeNode, setAttribute, setAttributeNode, setIdAttribute, setIdAttributeNode |
| Methods inherited from class org.stjs.javascript.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getFeature, getUserData, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String accept
public String accessKey
public String align
public String alt
public boolean checked
public boolean defaultChecked
public String defaultValue
public boolean disabled
public Form form
public int maxLength
public String name
public boolean readOnly
public String size
public String src
public int tabIndex
public String type
public String useMap
public String value
| Constructor Detail |
|---|
public Input()
| Method Detail |
|---|
public void blur()
public void focus()
public void select()
public void click()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||