public class FormTag extends CoreAttributes
| Modifier and Type | Method and Description |
|---|---|
String |
getAccept()
Specifies the types of files that the server accepts (that can be submitted through a file upload)
|
String |
getAcceptCharset()
Specifies a list of character encodings that the server accepts
|
String |
getAction()
Specifies where to send the form-data when a form is submitted
|
String |
getDir()
Specifies the text direction for the content in an element
|
String |
getEnctype()
Specifies how the form-data should be encoded when submitting it to the server (only for method="post")
|
String |
getLang()
Specifies a language code for the content in an element
|
String |
getMethod()
Specifies the HTTP method to use when sending form-data
|
String |
getNameAttribute()
Specifies the name of a form
|
String |
getOnclick()
Script to be run on a mouse click
|
String |
getOndblclick()
Script to be run on a mouse double-click
|
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 |
getOnreset()
Script to be run when a form is reset
|
String |
getOnsubmit()
Script to be run when a form is submitted
|
String |
getTarget()
Specifies where to display the response that is received after submitting the form
|
getClassAttribute, getIdAttribute, getStyle, getTitlecompareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toStringpublic String getAction()
public String getMethod()
public String getEnctype()
public String getAccept()
public String getNameAttribute()
public String getOnsubmit()
public String getOnreset()
public String getTarget()
public String getAcceptCharset()
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.