public class SelectTag extends EmpireValueTagSupport
| Modifier and Type | Field and Description |
|---|---|
protected Object |
allownull |
protected Object |
disabled |
protected String |
name |
protected String |
onblur |
protected String |
onchange |
protected String |
onclick |
protected String |
onfocus |
protected Options |
options |
protected String |
tabindex |
BEAN_ITEM_ATTRIBUTE, PARENT_PROPERTY_ATTRIBUTE, RECORD_ATTRIBUTEautoResetParams, cssClass, cssStyle, log| Constructor and Description |
|---|
SelectTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
int |
doStartTag() |
org.apache.struts2.components.Component |
getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
resetParams() |
void |
setAllownull(Object allownull) |
void |
setDisabled(Object disabled) |
void |
setName(String name) |
void |
setOnblur(String onblur) |
void |
setOnchange(String onchange) |
void |
setOnclick(String onclick) |
void |
setOnfocus(String onfocus) |
void |
setOptions(Options options) |
void |
setTabindex(String tabindex) |
getBean, getColumn, getColumnExpr, getColumnPropertyName, getControlType, getDefaultValue, getFullPropertyName, getItemValue, getPropertyFieldName, getRecord, getRecordData, getStringValue, getTagName, getValue, hasDefaultValue, hasValue, setColumn, setField, setParentProperty, setProperty, setPropertyNameFromValue, setRecord, setValueaddStandardAttributes, checkAction, getAction, getActionItemPropertyName, getActionName, getActionURL, getAttribute, getBeanProperty, getBoolean, getId, getInt, getLocale, getObject, getObject, getPageAttribute, getPageName, getString, getString, getString, getTranslation, getTranslationFromKey, populateParams, putPageAttribute, release, removePageAttribute, setCssClass, setCssStyle, setId, strfindString, findValue, findValue, getBody, getStack, toStringdoAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValueprotected String name
protected Options options
protected Object allownull
protected Object disabled
protected String tabindex
protected String onclick
protected String onchange
protected String onfocus
protected String onblur
protected void resetParams()
resetParams in class EmpireValueTagSupportpublic 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.ComponentTagSupportpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class org.apache.struts2.views.jsp.ComponentTagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class EmpireTagSupportjavax.servlet.jsp.JspExceptionpublic void setName(String name)
public void setOptions(Options options)
public void setAllownull(Object allownull)
public void setDisabled(Object disabled)
public void setTabindex(String tabindex)
public void setOnclick(String onclick)
public void setOnchange(String onchange)
public void setOnfocus(String onfocus)
public void setOnblur(String onblur)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.