public class SubmitTag extends AbstractUITag
Submit
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected String |
afterNotifyTopics |
protected String |
ajaxAfterValidation |
protected String |
align |
protected String |
beforeNotifyTopics |
protected String |
errorNotifyTopics |
protected String |
errorText |
protected String |
executeScripts |
protected String |
formFilter |
protected String |
formId |
protected String |
handler |
protected String |
highlightColor |
protected String |
highlightDuration |
protected String |
href |
protected String |
indicator |
protected String |
listenTopics |
protected String |
loadingText |
protected String |
method |
protected String |
notifyTopics |
protected String |
parseContent |
protected String |
separateScripts |
protected String |
showErrorTransportText |
protected String |
showLoadingText |
protected String |
src |
protected String |
targets |
protected String |
transport |
protected String |
type |
protected String |
validate |
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, disabled, dynamicAttributes, errorPosition, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, requiredLabel, requiredPosition, tabindex, template, templateDir, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value
component
Constructor and Description |
---|
SubmitTag() |
Modifier and Type | Method and Description |
---|---|
Component |
getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
String |
getType() |
protected void |
populateParams() |
void |
setAfterNotifyTopics(String afterNotifyTopics) |
void |
setAjaxAfterValidation(String ajaxAfterValidation) |
void |
setAlign(String align) |
void |
setBeforeNotifyTopics(String beforeNotifyTopics) |
void |
setErrorNotifyTopics(String errorNotifyTopics) |
void |
setErrorText(String errorText) |
void |
setExecuteScripts(String executeScripts) |
void |
setFormFilter(String formFilter) |
void |
setFormId(String formId) |
void |
setHandler(String handler) |
void |
setHighlightColor(String highlightColor) |
void |
setHighlightDuration(String highlightDuration) |
void |
setHref(String href) |
void |
setIndicator(String indicator) |
void |
setListenTopics(String listenTopics) |
void |
setLoadingText(String loadingText) |
void |
setMethod(String method) |
void |
setNotifyTopics(String notifyTopics) |
void |
setParseContent(String parseContent) |
void |
setSeparateScripts(String separateScripts) |
void |
setShowErrorTransportText(String showErrorTransportText) |
void |
setShowLoadingText(String showLoadingText) |
void |
setSrc(String src) |
void |
setTargets(String targets) |
void |
setTransport(String transport) |
void |
setType(String type) |
void |
setValidate(String validate) |
setAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDisabled, setDynamicAttribute, setErrorPosition, setId, setJavascriptTooltip, setKey, setLabel, setLabelposition, setLabelSeparator, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequiredLabel, setRequiredPosition, setTabindex, setTemplate, setTemplateDir, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValue
doEndTag, doStartTag, getComponent
findString, findValue, findValue, getBody, getStack, toString
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
protected String method
protected String align
protected String type
protected String href
protected String listenTopics
protected String notifyTopics
protected String loadingText
protected String errorText
protected String executeScripts
protected String handler
protected String formId
protected String formFilter
protected String src
protected String showErrorTransportText
protected String indicator
protected String showLoadingText
protected String targets
protected String beforeNotifyTopics
protected String afterNotifyTopics
protected String errorNotifyTopics
protected String highlightColor
protected String highlightDuration
protected String validate
protected String ajaxAfterValidation
protected String separateScripts
protected String transport
protected String parseContent
public Component getBean(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
getBean
in class ComponentTagSupport
protected void populateParams()
populateParams
in class AbstractUITag
public void setMethod(String method)
public void setAlign(String align)
public String getType()
public void setType(String type)
public void setHref(String href)
public void setErrorText(String errorText)
public void setLoadingText(String loadingText)
public void setListenTopics(String listenTopics)
public void setExecuteScripts(String executeScripts)
public void setHandler(String handler)
public void setFormFilter(String formFilter)
public void setFormId(String formId)
public void setSrc(String src)
public void setTargets(String targets)
public void setNotifyTopics(String notifyTopics)
public void setShowErrorTransportText(String showErrorTransportText)
public void setIndicator(String indicator)
public void setShowLoadingText(String showLoadingText)
public void setAfterNotifyTopics(String afterNotifyTopics)
public void setBeforeNotifyTopics(String beforeNotifyTopics)
public void setErrorNotifyTopics(String errorNotifyTopics)
public void setHighlightColor(String highlightColor)
public void setHighlightDuration(String highlightDuration)
public void setValidate(String validate)
public void setAjaxAfterValidation(String ajaxAfterValidation)
public void setSeparateScripts(String separateScripts)
public void setTransport(String transport)
public void setParseContent(String parseContent)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.