public class HTMLInputElementImpl extends HTMLControl implements org.w3c.dom.html.HTMLInputElement
UNSPECIFIED_ATTRIBUTE
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
Constructor and Description |
---|
HTMLInputElementImpl() |
Modifier and Type | Method and Description |
---|---|
void |
blur()
simulate blur
|
void |
doClickAction() |
void |
focus()
simulate focus;
|
String |
getAccept() |
String |
getAccessKey() |
String |
getAlign() |
String |
getAlt() |
boolean |
getChecked() |
boolean |
getDefaultChecked() |
String |
getDefaultValue() |
int |
getMaxLength() |
String |
getSize() |
String |
getSrc() |
String |
getUseMap() |
String |
getValue() |
void |
reset() |
void |
select() |
void |
setAccept(String accept) |
void |
setAccessKey(String accessKey) |
void |
setAlign(String align) |
void |
setAlt(String alt) |
void |
setAttribute(String name,
String value) |
void |
setChecked(boolean checked) |
void |
setDefaultChecked(boolean defaultChecked) |
void |
setDefaultValue(String defaultValue) |
void |
setMaxLength(int maxLength) |
void |
setSize(String size) |
void |
setSrc(String src) |
void |
setUseMap(String useMap) |
void |
setValue(String value) |
void |
silenceSubmitButton() |
getDisabled, getForm, getName, getReadOnly, getTabIndex, getType, setDisabled, setName, setReadOnly, setTabIndex
click, getAttributeWithDefault, getAttributeWithNoDefault, getBooleanAttribute, getClassName, getDir, getElementsByTagName, getId, getIntegerAttribute, getIntegerAttribute, getLang, getTitle, setAttribute, setAttribute, setClassName, setDir, setId, setLang, setTitle
addDomListener, createElement, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getElementsByTagNameNS, getNodeType, getNodeValue, getSchemaTypeInfo, handleEvent, hasAttribute, hasAttributeNS, hasAttributes, importNode, removeAttribute, removeAttributeNode, removeAttributeNS, reportPropertyChanged, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setNodeValue
getLocalName, getNamespaceURI, getNodeName, getTagName, initialize, initialize
appendChild, cloneNode, compareDocumentPosition, getBaseURI, getChildIfPermitted, getChildNodes, getElementsByTagNames, getFeature, getFirstChild, getJavaPropertyName, getLastChild, getNextSibling, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasChildNodes, initialize, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, preOrderIterator, preOrderIterator, preOrderIteratorAfterNode, preOrderIteratorAfterNode, removeChild, replaceChild, setPrefix, setTextContent, setUserData
clearCaches, createAnonymousFunctionName, get, has, newScriptingEngine, put
clearErrorMessages, discardDocumentWriteBuffer, doEvent, doEventScript, evaluateExpression, getDocumentWriteBuffer, getErrorMessages, handleScriptException, runScript, supportsScriptLanguage
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, hasInstance, hasProperty, hasProperty, isConst, isGetterOrSetter, isSealed, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
click, getDisabled, getForm, getName, getReadOnly, getTabIndex, getType, setDisabled, setName, setReadOnly, setTabIndex
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
public void blur()
blur
in interface org.w3c.dom.html.HTMLInputElement
public void focus()
focus
in interface org.w3c.dom.html.HTMLInputElement
public void doClickAction()
doClickAction
in class HTMLElementImpl
public void select()
select
in interface org.w3c.dom.html.HTMLInputElement
public String getAccept()
getAccept
in interface org.w3c.dom.html.HTMLInputElement
public String getAccessKey()
getAccessKey
in interface org.w3c.dom.html.HTMLInputElement
public String getAlign()
getAlign
in interface org.w3c.dom.html.HTMLInputElement
public String getAlt()
getAlt
in interface org.w3c.dom.html.HTMLInputElement
public boolean getChecked()
getChecked
in interface org.w3c.dom.html.HTMLInputElement
public boolean getDefaultChecked()
getDefaultChecked
in interface org.w3c.dom.html.HTMLInputElement
public String getDefaultValue()
getDefaultValue
in interface org.w3c.dom.html.HTMLInputElement
public int getMaxLength()
getMaxLength
in interface org.w3c.dom.html.HTMLInputElement
public String getSize()
getSize
in interface org.w3c.dom.html.HTMLInputElement
public String getSrc()
getSrc
in interface org.w3c.dom.html.HTMLInputElement
public String getUseMap()
getUseMap
in interface org.w3c.dom.html.HTMLInputElement
public void setAccept(String accept)
setAccept
in interface org.w3c.dom.html.HTMLInputElement
public void setAccessKey(String accessKey)
setAccessKey
in interface org.w3c.dom.html.HTMLInputElement
public void setAlign(String align)
setAlign
in interface org.w3c.dom.html.HTMLInputElement
public void setAlt(String alt)
setAlt
in interface org.w3c.dom.html.HTMLInputElement
public void setChecked(boolean checked)
setChecked
in interface org.w3c.dom.html.HTMLInputElement
public void setDefaultChecked(boolean defaultChecked)
setDefaultChecked
in interface org.w3c.dom.html.HTMLInputElement
public void setDefaultValue(String defaultValue)
setDefaultValue
in interface org.w3c.dom.html.HTMLInputElement
public void setMaxLength(int maxLength)
setMaxLength
in interface org.w3c.dom.html.HTMLInputElement
public void setSize(String size)
setSize
in interface org.w3c.dom.html.HTMLInputElement
public void setSrc(String src)
setSrc
in interface org.w3c.dom.html.HTMLInputElement
public void setUseMap(String useMap)
setUseMap
in interface org.w3c.dom.html.HTMLInputElement
public String getValue()
getValue
in interface org.w3c.dom.html.HTMLInputElement
public void setValue(String value)
setValue
in interface org.w3c.dom.html.HTMLInputElement
public void reset()
reset
in class HTMLControl
public void setAttribute(String name, String value) throws DOMException
setAttribute
in interface Element
setAttribute
in class ElementImpl
DOMException
public void silenceSubmitButton()
silenceSubmitButton
in class HTMLControl
Copyright © 2012. All Rights Reserved.