public class AnchorTag extends AbstractRemoteTag implements ButtonTag
Anchor,
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 |
iframe |
protected String |
onClickTopics |
protected String |
openDialog |
protected String |
openDialogTitle |
protected String |
replaceTarget |
protected String |
resetForm |
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 |
|---|
AnchorTag() |
| 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 |
setIframe(String iframe) |
void |
setOnClickTopics(String onClickTopics) |
void |
setOpenDialog(String openDialog) |
void |
setOpenDialogTitle(String openDialogTitle) |
void |
setReplaceTarget(String replaceTarget) |
void |
setResetForm(String resetForm) |
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, 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, setValuedoEndTag, doStartTag, getComponentfindString, findValue, findValue, getBody, getStack, toStringdoAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValueprotected String openDialog
protected String openDialogTitle
protected String onClickTopics
protected String button
protected String buttonIcon
protected String buttonIconSecondary
protected String buttonText
protected String validateFunction
protected String validate
protected String clearForm
protected String resetForm
protected String iframe
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 setOpenDialog(String openDialog)
public void setOpenDialogTitle(String openDialogTitle)
public void setOnClickTopics(String onClickTopics)
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 setClearForm(String clearForm)
public void setResetForm(String resetForm)
public void setIframe(String iframe)
public void setReplaceTarget(String replaceTarget)
Copyright © 2014. All Rights Reserved.