|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts2.components.Component
org.apache.struts2.components.UIBean
org.apache.struts2.components.ClosingUIBean
com.jgeppert.struts2.jquery.components.AbstractTopicsBean
com.jgeppert.struts2.jquery.components.AbstractRemoteBean
com.jgeppert.struts2.jquery.components.AbstractContainer
com.jgeppert.struts2.jquery.components.AbstractFormElement
com.jgeppert.struts2.jquery.components.AbstractFormListElement
public abstract class AbstractFormListElement
| Field Summary | |
|---|---|
protected java.lang.Object |
list
|
protected java.lang.String |
listKey
|
protected java.lang.String |
listValue
|
protected boolean |
throwExceptionOnNullValueAttribute
|
| Fields inherited from class com.jgeppert.struts2.jquery.components.AbstractFormElement |
|---|
parentTheme |
| Fields inherited from class com.jgeppert.struts2.jquery.components.AbstractRemoteBean |
|---|
dataType, effect, effectDuration, effectMode, effectOptions, errorElementId, errorText, formIds, href, indicator, listenTopics, loadingText, onEffectCompleteTopics, requestType, targets, timeout |
| Fields inherited from class com.jgeppert.struts2.jquery.components.AbstractTopicsBean |
|---|
onAfterValidationTopics, onAlwaysTopics, onBeforeTopics, onBlurTopics, onChangeTopics, onCompleteTopics, onDisableTopics, onEnableTopics, onErrorTopics, onFocusTopics, onSuccessTopics |
| Fields inherited from class org.apache.struts2.components.UIBean |
|---|
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, defaultTemplateDir, defaultUITheme, disabled, dynamicAttributes, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, request, required, requiredposition, response, standardAttributesMap, tabindex, template, templateDir, templateEngineManager, templateSuffix, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value |
| Fields inherited from class org.apache.struts2.components.Component |
|---|
actionMapper, COMPONENT_STACK, parameters, stack, throwExceptionOnELFailure |
| Constructor Summary | |
|---|---|
AbstractFormListElement(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
|
| Method Summary | |
|---|---|
boolean |
contains(java.lang.Object obj1,
java.lang.Object obj2)
|
void |
evaluateExtraParams()
|
protected java.lang.Class |
getValueClassType()
|
void |
setList(java.lang.Object list)
|
void |
setListKey(java.lang.String listKey)
|
void |
setListValue(java.lang.String listValue)
|
void |
setThrowExceptionOnNullValueAttribute(boolean throwExceptionOnNullValueAttribute)
|
| Methods inherited from class com.jgeppert.struts2.jquery.components.AbstractFormElement |
|---|
setParentTheme |
| Methods inherited from class com.jgeppert.struts2.jquery.components.AbstractRemoteBean |
|---|
setDataType, setEffect, setEffectDuration, setEffectMode, setEffectOptions, setErrorElementId, setErrorText, setFormIds, setHref, setIndicator, setListenTopics, setLoadingText, setOnEffectCompleteTopics, setRequestType, setTargets, setTimeout |
| Methods inherited from class com.jgeppert.struts2.jquery.components.AbstractTopicsBean |
|---|
setOnAfterValidationTopics, setOnAlwaysTopics, setOnBeforeTopics, setOnBlurTopics, setOnChangeTopics, setOnDisableTopics, setOnEnableTopics, setOnFocusTopics |
| Methods inherited from class org.apache.struts2.components.ClosingUIBean |
|---|
getDefaultOpenTemplate, setOpenTemplate, start |
| Methods inherited from class org.apache.struts2.components.UIBean |
|---|
addFormParameter, buildTemplateName, copyParams, enableAncestorFormCustomOnsubmit, end, ensureAttributeSafelyNotEscaped, escape, evaluateNameValue, evaluateParams, getDefaultTemplate, getId, getStandardAttributes, getTemplate, getTemplateDir, getTheme, getTooltipConfig, mergeTemplate, populateComponentHtmlId, setAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDefaultTemplateDir, setDefaultUITheme, setDisabled, setDynamicAttributes, setId, setJavascriptTooltip, setKey, setLabel, setLabelposition, setLabelSeparator, setName, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setRequired, setRequiredposition, setTabindex, setTemplate, setTemplateDir, setTemplateEngineManager, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValue |
| Methods inherited from class org.apache.struts2.components.Component |
|---|
addAllParameters, addParameter, altSyntax, altSyntax, completeExpressionIfAltSyntax, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, popComponentStack, setActionMapper, setThrowExceptionsOnELFailure, setUrlHelper, stripExpressionIfAltSyntax, stripExpressionIfAltSyntax, toString, usesBody |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean throwExceptionOnNullValueAttribute
protected java.lang.Object list
protected java.lang.String listKey
protected java.lang.String listValue
| Constructor Detail |
|---|
public AbstractFormListElement(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
| Method Detail |
|---|
public void evaluateExtraParams()
evaluateExtraParams in class AbstractFormElement
public boolean contains(java.lang.Object obj1,
java.lang.Object obj2)
protected java.lang.Class getValueClassType()
getValueClassType in class org.apache.struts2.components.UIBeanpublic void setList(java.lang.Object list)
public void setListKey(java.lang.String listKey)
public void setListValue(java.lang.String listValue)
public void setThrowExceptionOnNullValueAttribute(boolean throwExceptionOnNullValueAttribute)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||