public class SubmitTag extends AbstractRemoteTag implements ButtonTag
Submit,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected String |
button |
protected String |
buttonIcon |
protected String |
buttonIconSecondary |
protected String |
buttonText |
protected String |
clearForm |
protected String |
formFilter |
protected String |
iframe |
protected String |
onClickTopics |
protected String |
openDialog |
protected String |
openDialogTitle |
protected String |
parentTheme |
protected String |
replaceTarget |
protected String |
resetForm |
protected String |
src |
protected String |
type |
protected String |
validate |
protected String |
validateFunction |
dataType, effect, effectDuration, effectMode, effectOptions, errorElementId, errorText, formIds, href, indicator, listenTopics, loadingText, onEffectCompleteTopics, requestType, targets, timeoutonAfterValidationTopics, onAlwaysTopics, onBeforeTopics, onBlurTopics, onChangeTopics, onCompleteTopics, onDisableTopics, onEnableTopics, onErrorTopics, onFocusTopics, onSuccessTopicsaccesskey, 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| Constructor and Description |
|---|
SubmitTag() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts2.components.Component |
getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
populateParams() |
void |
setButton(String button) |
void |
setButtonIcon(String buttonIcon) |
void |
setButtonIconSecondary(String buttonIconSecondary) |
void |
setButtonText(String buttonText) |
void |
setClearForm(String clearForm) |
void |
setFormFilter(String formFilter) |
void |
setIframe(String iframe) |
void |
setOnClickTopics(String onClickTopics) |
void |
setOpenDialog(String openDialog) |
void |
setOpenDialogTitle(String openDialogTitle) |
void |
setParentTheme(String parentTheme) |
void |
setReplaceTarget(String replaceTarget) |
void |
setResetForm(String resetForm) |
void |
setSrc(String src) |
void |
setType(String type) |
void |
setValidate(String validate) |
void |
setValidateFunction(String validateFunction) |
setDataType, setEffect, setEffectDuration, setEffectMode, setEffectOptions, setErrorElementId, setErrorText, setFormIds, setHref, setIndicator, setListenTopics, setLoadingText, setOnEffectCompleteTopics, setRequestType, setTargets, setTimeoutsetOnAfterValidationTopics, setOnAlwaysTopics, setOnBeforeTopics, setOnBlurTopics, setOnChangeTopics, setOnCompleteTopics, setOnDisableTopics, setOnEnableTopics, setOnErrorTopics, setOnFocusTopics, setOnSuccessTopicssetAccesskey, setClass, 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, setStyle, setTabindex, setTemplate, setTemplateDir, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValuedoEndTag, doStartTag, getComponentfindString, findValue, findValue, getBody, getStack, toStringdoAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValueprotected String src
protected String type
protected String clearForm
protected String resetForm
protected String iframe
protected String onClickTopics
protected String openDialog
protected String openDialogTitle
protected String parentTheme
protected String button
protected String buttonIcon
protected String buttonIconSecondary
protected String buttonText
protected String validateFunction
protected String validate
protected String formFilter
protected String replaceTarget
public org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
getBean in class org.apache.struts2.views.jsp.ComponentTagSupportprotected void populateParams()
populateParams in class AbstractRemoteTagpublic void setOnClickTopics(String onClickTopics)
public void setType(String type)
public void setSrc(String src)
public void setClearForm(String clearForm)
public void setResetForm(String resetForm)
public void setIframe(String iframe)
public void setOpenDialog(String openDialog)
public void setOpenDialogTitle(String openDialogTitle)
public void setParentTheme(String parentTheme)
public void setButtonIcon(String buttonIcon)
setButtonIcon in interface ButtonTagpublic void setButtonIconSecondary(String buttonIconSecondary)
setButtonIconSecondary in interface ButtonTagpublic void setButtonText(String buttonText)
setButtonText in interface ButtonTagpublic void setValidateFunction(String validateFunction)
public void setValidate(String validate)
public void setFormFilter(String formFilter)
public void setReplaceTarget(String replaceTarget)
Copyright © 2017. All rights reserved.