public class InputTransferSelect extends ListUIBean
<-- minimum configuration --> <s:inputtransferselect label="Favourite Cartoons Characters" name="cartoons" list="{'Popeye', 'He-Man', 'Spiderman'}" />
Modifier and Type | Field and Description |
---|---|
protected String |
addLabel |
protected String |
allowRemoveAll |
protected String |
allowUpDown |
protected String |
buttonCssClass |
protected String |
buttonCssStyle |
protected String |
downLabel |
protected String |
headerKey |
protected String |
headerValue |
protected String |
leftTitle |
protected String |
multiple |
protected String |
removeAllLabel |
protected String |
removeLabel |
protected String |
rightTitle |
protected String |
size |
protected String |
upLabel |
list, listCssClass, listCssStyle, listKey, listTitle, listValue, throwExceptionOnNullValueAttribute
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
actionMapper, COMPONENT_STACK, parameters, stack, throwExceptionOnELFailure
Constructor and Description |
---|
InputTransferSelect(ValueStack stack,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
contains, getValueClassType, setList, setListCssClass, setListCssStyle, setListKey, setListTitle, setListValue, setThrowExceptionOnNullValueAttribute
addFormParameter, buildTemplateName, copyParams, enableAncestorFormCustomOnsubmit, end, ensureAttributeSafelyNotEscaped, escape, evaluateNameValue, evaluateParams, getId, getStandardAttributes, getTemplate, getTemplateDir, getTheme, getTooltipConfig, 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, setValue
addAllParameters, addParameter, altSyntax, completeExpressionIfAltSyntax, determineActionURL, determineNamespace, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, getStack, popComponentStack, setActionMapper, setThrowExceptionsOnELFailure, setUrlHelper, start, stripExpressionIfAltSyntax, toString, usesBody
protected String size
protected String multiple
protected String allowRemoveAll
protected String allowUpDown
protected String leftTitle
protected String rightTitle
protected String buttonCssClass
protected String buttonCssStyle
protected String addLabel
protected String removeLabel
protected String removeAllLabel
protected String upLabel
protected String downLabel
protected String headerKey
protected String headerValue
public InputTransferSelect(ValueStack stack, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
protected String getDefaultTemplate()
UIBean
getDefaultTemplate
in class UIBean
public void evaluateExtraParams()
evaluateExtraParams
in class ListUIBean
public String getSize()
public void setSize(String size)
public String getMultiple()
public void setMultiple(String multiple)
public String getAllowRemoveAll()
public void setAllowRemoveAll(String allowRemoveAll)
public String getAllowUpDown()
public void setAllowUpDown(String allowUpDown)
public String getLeftTitle()
public void setLeftTitle(String leftTitle)
public String getRightTitle()
public void setRightTitle(String rightTitle)
public String getButtonCssClass()
public void setButtonCssClass(String buttonCssClass)
public String getButtonCssStyle()
public void setButtonCssStyle(String buttonCssStyle)
public String getAddLabel()
public void setAddLabel(String addLabel)
public String getRemoveLabel()
public void setRemoveLabel(String removeLabel)
public String getRemoveAllLabel()
public void setRemoveAllLabel(String removeAllLabel)
public String getUpLabel()
public void setUpLabel(String upLabel)
public String getDownLabel()
public void setDownLabel(String downLabel)
public String getHeaderKey()
public void setHeaderKey(String headerKey)
public String getHeaderValue()
public void setHeaderValue(String headerValue)
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.