Class AbstractTopicsBean

java.lang.Object
org.apache.struts2.components.Component
org.apache.struts2.components.UIBean
org.apache.struts2.components.ClosingUIBean
com.jgeppert.struts2.jquery.components.AbstractTopicsBean
Direct Known Subclasses:
AbstractRemoteBean, Accordion, DatePicker, Menu, Progressbar, Slider, TabbedPanel

public abstract class AbstractTopicsBean extends org.apache.struts2.components.ClosingUIBean
Author:
Johannes Geppert
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     
    protected String
     
    protected String
     
    protected String
     
    protected String
     
    protected String
     
    protected String
     
    protected String
     
    protected String
     
    protected String
     
    protected String
     
    static final String
     

    Fields inherited from class org.apache.struts2.components.UIBean

    accesskey, ATTR_FIELD_VALUE, ATTR_NAME_VALUE, ATTR_VALUE, 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, uiStaticContentPath, uiThemeExpansionToken, value

    Fields inherited from class org.apache.struts2.components.Component

    actionMapper, COMPONENT_STACK, devMode, escapeHtmlBody, parameters, performClearTagStateForTagPoolingServers, stack, standardAttributesMap, throwExceptionOnELFailure
  • Constructor Summary

    Constructors
    Constructor
    Description
    AbstractTopicsBean(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
    addNumberParameterIfPresent(String parameterKey, String parameterValue)
     
    protected void
    addParameterIfPresent(String parameterKey, String parameterValue)
     
    protected void
    addParameterIfPresent(String parameterKey, String parameterValue, Class<?> clazz)
     
    void
     
    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)
     

    Methods inherited from class org.apache.struts2.components.ClosingUIBean

    getDefaultOpenTemplate, setOpenTemplate, start

    Methods inherited from class org.apache.struts2.components.UIBean

    addFormParameter, applyValueParameter, buildTemplateName, copyParams, enableAncestorFormCustomOnsubmit, end, ensureAttributeSafelyNotEscaped, escape, evaluateNameValue, evaluateParams, getDefaultTemplate, getId, getTemplate, getTemplateDir, getTheme, getTooltipConfig, getValueClassType, lazyEvaluation, 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, setStaticContentPath, setStyle, setTabindex, setTemplate, setTemplateDir, setTemplateEngineManager, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setUIThemeExpansionToken, setValue

    Methods inherited from class org.apache.struts2.components.Component

    addAllParameters, addParameter, completeExpression, determineActionURL, determineNamespace, end, escapeHtmlBody, fieldError, findAncestor, findString, findString, findValue, findValue, findValue, getAttributes, getComponentStack, getNamespace, getParameters, getPerformClearTagStateForTagPoolingServers, getStack, getStandardAttributes, isAcceptableExpression, isValidTagAttribute, popComponentStack, setActionMapper, setDevMode, setEscapeHtmlBody, setNotExcludedAcceptedPatterns, setPerformClearTagStateForTagPoolingServers, setThrowExceptionsOnELFailure, setUrlHelper, stripExpression, toString, usesBody

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PARAM_JQUERY_ACTION

      public static final String PARAM_JQUERY_ACTION
      See Also:
    • onBeforeTopics

      protected String onBeforeTopics
    • onAfterValidationTopics

      protected String onAfterValidationTopics
    • onCompleteTopics

      protected String onCompleteTopics
    • onSuccessTopics

      protected String onSuccessTopics
    • onErrorTopics

      protected String onErrorTopics
    • onAlwaysTopics

      protected String onAlwaysTopics
    • onChangeTopics

      protected String onChangeTopics
    • onEnableTopics

      protected String onEnableTopics
    • onDisableTopics

      protected String onDisableTopics
    • onBlurTopics

      protected String onBlurTopics
    • onFocusTopics

      protected String onFocusTopics
  • Constructor Details

    • AbstractTopicsBean

      public AbstractTopicsBean(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
  • Method Details

    • evaluateExtraParams

      public void evaluateExtraParams()
      Overrides:
      evaluateExtraParams in class org.apache.struts2.components.UIBean
    • addParameterIfPresent

      protected void addParameterIfPresent(String parameterKey, String parameterValue)
    • addParameterIfPresent

      protected void addParameterIfPresent(String parameterKey, String parameterValue, Class<?> clazz)
    • addNumberParameterIfPresent

      protected void addNumberParameterIfPresent(String parameterKey, String parameterValue)
    • addGeneratedIdParam

      protected void addGeneratedIdParam(String prefix)
    • setOnBeforeTopics

      public void setOnBeforeTopics(String onBeforeTopics)
    • setOnAfterValidationTopics

      public void setOnAfterValidationTopics(String onAfterValidationTopics)
    • setOnCompleteTopics

      public void setOnCompleteTopics(String onCompleteTopics)
    • setOnSuccessTopics

      public void setOnSuccessTopics(String onSuccessTopics)
    • setOnErrorTopics

      public void setOnErrorTopics(String onErrorTopics)
    • setOnAlwaysTopics

      public void setOnAlwaysTopics(String onAlwaysTopics)
    • setOnChangeTopics

      public void setOnChangeTopics(String onChangeTopics)
    • setOnEnableTopics

      public void setOnEnableTopics(String onEnableTopics)
    • setOnDisableTopics

      public void setOnDisableTopics(String onDisableTopics)
    • setOnBlurTopics

      public void setOnBlurTopics(String onBlurTopics)
    • setOnFocusTopics

      public void setOnFocusTopics(String onFocusTopics)