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 |
static String |
PARAM_JQUERY_ACTION |
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, tabindex, template, templateDir, templateEngineManager, templateSuffix, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, uiThemeExpansionToken, 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 |
|---|---|
protected void |
addGeneratedIdParam(String prefix) |
protected void |
addParameterIfPresent(String parameterKey,
String parameterValue) |
protected void |
addParameterIfPresent(String parameterKey,
String parameterValue,
Class<?> clazz) |
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, getTemplate, getTemplateDir, getTheme, getTooltipConfig, getValueClassType, mergeTemplate, populateComponentHtmlId, setAccesskey, setClass, 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, setStyle, setTabindex, setTemplate, setTemplateDir, setTemplateEngineManager, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setUIThemeExpansionToken, setValueaddAllParameters, addParameter, altSyntax, completeExpressionIfAltSyntax, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, getStandardAttributes, isValidTagAttribute, popComponentStack, setActionMapper, setDevMode, setThrowExceptionsOnELFailure, setUrlHelper, stripExpressionIfAltSyntax, toString, usesBodypublic static final String PARAM_JQUERY_ACTION
protected 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.UIBeanprotected void addParameterIfPresent(String parameterKey, String parameterValue)
protected void addParameterIfPresent(String parameterKey, String parameterValue, Class<?> clazz)
protected void addGeneratedIdParam(String prefix)
public 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 © 2017. All rights reserved.