org.apache.struts2.views.jsp.ui
Class InputTransferSelectTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts2.views.jsp.StrutsBodyTagSupport
org.apache.struts2.views.jsp.ComponentTagSupport
org.apache.struts2.views.jsp.ui.AbstractUITag
org.apache.struts2.views.jsp.ui.AbstractListTag
org.apache.struts2.views.jsp.ui.InputTransferSelectTag
- All Implemented Interfaces:
- Serializable, BodyTag, DynamicAttributes, IterationTag, JspTag, Tag
public class InputTransferSelectTag
- extends AbstractListTag
InputTransferSelect jsp tag.
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts2.views.jsp.ui.AbstractUITag |
accesskey, cssClass, cssErrorClass, cssErrorStyle, cssStyle, disabled, dynamicAttributes, id, javascriptTooltip, key, label, labelPosition, labelSeparator, name, onblur, onchange, onclick, ondblclick, onfocus, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onselect, required, requiredposition, tabindex, template, templateDir, theme, title, tooltip, tooltipConfig, tooltipCssClass, tooltipDelay, tooltipIconPath, value |
Methods inherited from class org.apache.struts2.views.jsp.ui.AbstractUITag |
setAccesskey, setCssClass, setCssErrorClass, setCssErrorStyle, setCssStyle, setDisabled, setDynamicAttribute, 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, setTheme, setTitle, setTooltip, setTooltipConfig, setTooltipCssClass, setTooltipDelay, setTooltipIconPath, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
size
protected String size
multiple
protected String multiple
allowRemoveAll
protected String allowRemoveAll
allowUpDown
protected String allowUpDown
leftTitle
protected String leftTitle
rightTitle
protected String rightTitle
buttonCssClass
protected String buttonCssClass
buttonCssStyle
protected String buttonCssStyle
addLabel
protected String addLabel
removeLabel
protected String removeLabel
removeAllLabel
protected String removeAllLabel
upLabel
protected String upLabel
downLabel
protected String downLabel
headerKey
protected String headerKey
headerValue
protected String headerValue
InputTransferSelectTag
public InputTransferSelectTag()
getBean
public Component getBean(ValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
- Specified by:
getBean
in class ComponentTagSupport
populateParams
protected void populateParams()
- Overrides:
populateParams
in class AbstractListTag
getSize
public String getSize()
setSize
public void setSize(String size)
getMultiple
public String getMultiple()
setMultiple
public void setMultiple(String multiple)
getAllowRemoveAll
public String getAllowRemoveAll()
setAllowRemoveAll
public void setAllowRemoveAll(String allowRemoveAll)
getAllowUpDown
public String getAllowUpDown()
setAllowUpDown
public void setAllowUpDown(String allowUpDown)
getLeftTitle
public String getLeftTitle()
setLeftTitle
public void setLeftTitle(String leftTitle)
getRightTitle
public String getRightTitle()
setRightTitle
public void setRightTitle(String rightTitle)
getButtonCssClass
public String getButtonCssClass()
setButtonCssClass
public void setButtonCssClass(String buttonCssClass)
getButtonCssStyle
public String getButtonCssStyle()
setButtonCssStyle
public void setButtonCssStyle(String buttonCssStyle)
getAddLabel
public String getAddLabel()
setAddLabel
public void setAddLabel(String addLabel)
getRemoveLabel
public String getRemoveLabel()
setRemoveLabel
public void setRemoveLabel(String removeLabel)
getRemoveAllLabel
public String getRemoveAllLabel()
setRemoveAllLabel
public void setRemoveAllLabel(String removeAllLabel)
getUpLabel
public String getUpLabel()
setUpLabel
public void setUpLabel(String upLabel)
getDownLabel
public String getDownLabel()
setDownLabel
public void setDownLabel(String downLabel)
getHeaderKey
public String getHeaderKey()
setHeaderKey
public void setHeaderKey(String headerKey)
getHeaderValue
public String getHeaderValue()
setHeaderValue
public void setHeaderValue(String headerValue)
Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.