blur
public void blur()
- blur in interface org.w3c.dom.html.HTMLInputElement
click
public void click()
- click in interface org.w3c.dom.html.HTMLInputElement
focus
public void focus()
- focus in interface org.w3c.dom.html.HTMLInputElement
getAccept
public String getAccept()
- getAccept in interface org.w3c.dom.html.HTMLInputElement
getAccessKey
public String getAccessKey()
- getAccessKey in interface org.w3c.dom.html.HTMLInputElement
getAlign
public String getAlign()
- getAlign in interface org.w3c.dom.html.HTMLInputElement
getAlt
public String getAlt()
- getAlt in interface org.w3c.dom.html.HTMLInputElement
getChecked
public boolean getChecked()
- getChecked in interface org.w3c.dom.html.HTMLInputElement
getDefaultChecked
public boolean getDefaultChecked()
- getDefaultChecked in interface org.w3c.dom.html.HTMLInputElement
getDefaultValue
public String getDefaultValue()
- getDefaultValue in interface org.w3c.dom.html.HTMLInputElement
getDisabled
public boolean getDisabled()
- getDisabled in interface org.w3c.dom.html.HTMLInputElement
getMaxLength
public int getMaxLength()
- getMaxLength in interface org.w3c.dom.html.HTMLInputElement
getName
public String getName()
- getName in interface org.w3c.dom.html.HTMLInputElement
getReadOnly
public boolean getReadOnly()
- getReadOnly in interface org.w3c.dom.html.HTMLInputElement
- getReadOnly in interface org.apache.xerces.dom.NodeImpl
getSize
public String getSize()
- getSize in interface org.w3c.dom.html.HTMLInputElement
getSrc
public String getSrc()
- getSrc in interface org.w3c.dom.html.HTMLInputElement
getTabIndex
public int getTabIndex()
- getTabIndex in interface org.w3c.dom.html.HTMLInputElement
getType
public String getType()
- getType in interface org.w3c.dom.html.HTMLInputElement
getUseMap
public String getUseMap()
- getUseMap in interface org.w3c.dom.html.HTMLInputElement
getValue
public String getValue()
- getValue in interface org.w3c.dom.html.HTMLInputElement
select
public void select()
- select in interface org.w3c.dom.html.HTMLInputElement
setAccept
public void setAccept(String accept)
- setAccept in interface org.w3c.dom.html.HTMLInputElement
setAccessKey
public void setAccessKey(String accessKey)
- setAccessKey in interface org.w3c.dom.html.HTMLInputElement
setAlign
public void setAlign(String align)
- setAlign in interface org.w3c.dom.html.HTMLInputElement
setAlt
public void setAlt(String alt)
- setAlt in interface org.w3c.dom.html.HTMLInputElement
setChecked
public void setChecked(boolean checked)
- setChecked in interface org.w3c.dom.html.HTMLInputElement
setDefaultChecked
public void setDefaultChecked(boolean defaultChecked)
- setDefaultChecked in interface org.w3c.dom.html.HTMLInputElement
setDefaultValue
public void setDefaultValue(String defaultValue)
- setDefaultValue in interface org.w3c.dom.html.HTMLInputElement
setDisabled
public void setDisabled(boolean disabled)
- setDisabled in interface org.w3c.dom.html.HTMLInputElement
setMaxLength
public void setMaxLength(int maxLength)
- setMaxLength in interface org.w3c.dom.html.HTMLInputElement
setName
public void setName(String name)
- setName in interface org.w3c.dom.html.HTMLInputElement
setReadOnly
public void setReadOnly(boolean readOnly)
- setReadOnly in interface org.w3c.dom.html.HTMLInputElement
setSize
public void setSize(String size)
- setSize in interface org.w3c.dom.html.HTMLInputElement
setSrc
public void setSrc(String src)
- setSrc in interface org.w3c.dom.html.HTMLInputElement
setTabIndex
public void setTabIndex(int tabIndex)
- setTabIndex in interface org.w3c.dom.html.HTMLInputElement
setUseMap
public void setUseMap(String useMap)
- setUseMap in interface org.w3c.dom.html.HTMLInputElement
setValue
public void setValue(String value)
- setValue in interface org.w3c.dom.html.HTMLInputElement