public abstract class AbstractTopicsBean
extends org.apache.struts2.components.ClosingUIBean
| Modifier and Type | Field and Description |
|---|---|
protected String |
onAfterValidationTopics |
protected String |
onAlwaysTopics |
protected String |
onBeforeTopics |
protected String |
onBlurTopics |
protected String |
onChangeTopics |
protected String |
onCompleteTopics |
protected String |
onDisableTopics |
protected String |
onEnableTopics |
protected String |
onErrorTopics |
protected String |
onFocusTopics |
protected String |
onSuccessTopics |
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, defaultTemplateDir, defaultUITheme, disabled, dynamicAttributes, errorPosition, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, request, requiredLabel, requiredPosition, response, standardAttributesMap, tabindex, template, templateDir, templateEngineManager, templateSuffix, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value| Constructor and Description |
|---|
AbstractTopicsBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluateExtraParams() |
void |
setOnAfterValidationTopics(String onAfterValidationTopics) |
void |
setOnAlwaysTopics(String onAlwaysTopics) |
void |
setOnBeforeTopics(String onBeforeTopics) |
void |
setOnBlurTopics(String onBlurTopics) |
void |
setOnChangeTopics(String onChangeTopics) |
void |
setOnCompleteTopics(String onCompleteTopics) |
void |
setOnDisableTopics(String onDisableTopics) |
void |
setOnEnableTopics(String onEnableTopics) |
void |
setOnErrorTopics(String onErrorTopics) |
void |
setOnFocusTopics(String onFocusTopics) |
void |
setOnSuccessTopics(String onSuccessTopics) |
getDefaultOpenTemplate, setOpenTemplate, startaddFormParameter, buildTemplateName, copyParams, enableAncestorFormCustomOnsubmit, end, ensureAttributeSafelyNotEscaped, escape, evaluateNameValue, evaluateParams, getDefaultTemplate, getId, getStandardAttributes, getTemplate, getTemplateDir, getTheme, getTooltipConfig, getValueClassType, mergeTemplate, populateComponentHtmlId, setAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDefaultTemplateDir, setDefaultUITheme, setDisabled, setDynamicAttributes, 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, setTemplateEngineManager, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValueaddAllParameters, addParameter, altSyntax, completeExpressionIfAltSyntax, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, popComponentStack, setActionMapper, setThrowExceptionsOnELFailure, setUrlHelper, stripExpressionIfAltSyntax, toString, usesBodyprotected String onBeforeTopics
protected String onAfterValidationTopics
protected String onCompleteTopics
protected String onSuccessTopics
protected String onErrorTopics
protected String onAlwaysTopics
protected String onChangeTopics
protected String onEnableTopics
protected String onDisableTopics
protected String onBlurTopics
protected String onFocusTopics
public AbstractTopicsBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
public void evaluateExtraParams()
evaluateExtraParams in class org.apache.struts2.components.UIBeanpublic void setOnBeforeTopics(String onBeforeTopics)
public void setOnAfterValidationTopics(String onAfterValidationTopics)
public void setOnCompleteTopics(String onCompleteTopics)
public void setOnSuccessTopics(String onSuccessTopics)
public void setOnErrorTopics(String onErrorTopics)
public void setOnAlwaysTopics(String onAlwaysTopics)
public void setOnChangeTopics(String onChangeTopics)
public void setOnEnableTopics(String onEnableTopics)
public void setOnDisableTopics(String onDisableTopics)
public void setOnBlurTopics(String onBlurTopics)
public void setOnFocusTopics(String onFocusTopics)
Copyright © 2013. All Rights Reserved.