public class InputTag extends CoreAttributes
| Modifier and Type | Method and Description |
|---|---|
String |
getAccept()
Specifies the types of files that the server accepts (only for type="file")
|
String |
getAccesskey()
Specifies a keyboard shortcut to access an element
|
String |
getAlign()
Specifies the alignment of an image input (only for type="image")
|
String |
getAlt()
Specifies an alternate text for an image (only for type="image")
|
String |
getChecked()
Specifies that an element should be preselected when the page loads (for type="checkbox" or type="radio")
|
String |
getDir()
Specifies the text direction for the content in an element
|
String |
getDisabled()
Specifies that an element should be disabled
|
String |
getIsmap()
getIsmap.
|
String |
getLang()
Specifies a language code for the content in an element
|
String |
getMaxlength()
Specifies the maximum number of characters allowed in an element
|
String |
getNameAttribute()
Specifies the name of an element
|
String |
getOnblur()
Script to be run when an element loses focus
|
String |
getOnchange()
Script to be run when an element change
|
String |
getOnclick()
Script to be run on a mouse click
|
String |
getOndblclick()
Script to be run on a mouse double-click
|
String |
getOnfocus()
Script to be run when an element gets focus
|
String |
getOnkeydown()
Script to be run when a key is pressed
|
String |
getOnkeypress()
Script to be run when a key is pressed and released
|
String |
getOnkeyup()
Script to be run when a key is released
|
String |
getOnmousedown()
Script to be run when mouse button is pressed
|
String |
getOnmousemove()
Script to be run when mouse pointer moves
|
String |
getOnmouseout()
Script to be run when mouse pointer moves out of an element
|
String |
getOnmouseover()
Script to be run when mouse pointer moves over an element
|
String |
getOnmouseup()
Script to be run when mouse button is released
|
String |
getOnselect()
Script to be run when an element is selected
|
String |
getReadonly()
Specifies that an input field should be read-only
|
String |
getSize()
Specifies the width, in characters, of an element
|
String |
getSrc()
Specifies the URL of the image to use as a submit button (only for type="image")
|
String |
getTabindex()
Specifies the tab order of an element
|
String |
getType()
Specifies the type of an element
|
String |
getUsemap()
getUsemap.
|
String |
getValue()
Specifies the value of an element
|
getClassAttribute, getIdAttribute, getStyle, getTitlecompareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toStringpublic String getType()
public String getNameAttribute()
public String getValue()
public String getChecked()
public String getDisabled()
public String getReadonly()
public String getSize()
public String getMaxlength()
public String getSrc()
public String getAlt()
public String getTabindex()
public String getAccesskey()
public String getOnfocus()
public String getOnblur()
public String getOnselect()
public String getOnchange()
public String getAccept()
public String getAlign()
public String getLang()
public String getDir()
public String getOnclick()
public String getOndblclick()
public String getOnmousedown()
public String getOnmouseup()
public String getOnmouseover()
public String getOnmousemove()
public String getOnmouseout()
public String getOnkeypress()
public String getOnkeydown()
public String getOnkeyup()
Copyright © 2012. All Rights Reserved.