public class SelectTag extends AbstractWikittyClosingTag
| Modifier and Type | Field and Description |
|---|---|
protected String |
descField |
protected Collection<? extends BusinessEntity> |
entityValues |
protected Integer |
size |
protected Collection<Wikitty> |
wikittyValues |
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| Constructor and Description |
|---|
SelectTag() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts2.components.Component |
getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
String |
getDescField() |
Collection<? extends BusinessEntity> |
getEntityValues() |
Integer |
getSize() |
Collection<Wikitty> |
getWikittyValues() |
protected void |
populateParams() |
void |
setDescField(String descField) |
void |
setEntityValues(Collection<? extends BusinessEntity> entityValues) |
void |
setSize(Integer size) |
void |
setWikittyValues(Collection<Wikitty> wikittyValues) |
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, setValuedoEndTag, doStartTag, getComponentfindString, findValue, findValue, getBody, getStack, toStringdoAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValueprotected Integer size
protected String descField
protected Collection<Wikitty> wikittyValues
protected Collection<? extends BusinessEntity> entityValues
public org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
getBean in class org.apache.struts2.views.jsp.ComponentTagSupportprotected void populateParams()
populateParams in class org.apache.struts2.views.jsp.ui.AbstractClosingTagpublic Integer getSize()
public void setSize(Integer size)
public String getDescField()
public void setDescField(String descField)
public Collection<Wikitty> getWikittyValues()
public void setWikittyValues(Collection<Wikitty> wikittyValues)
public Collection<? extends BusinessEntity> getEntityValues()
public void setEntityValues(Collection<? extends BusinessEntity> entityValues)
Copyright © 2011–2013 CodeLutin. All rights reserved.