webwork.view.taglib.ui
Class SelectTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
webwork.view.taglib.WebWorkBodyTagSupport
webwork.view.taglib.ui.ComponentTag
webwork.view.taglib.ui.AbstractHTMLComponentTag
webwork.view.taglib.ui.AbstractHTMLListTag
webwork.view.taglib.ui.SelectTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, ParamTag.Parametric, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class SelectTag
- extends AbstractHTMLListTag
Select list tag.
- Version:
- $Revision: 1.7 $
- Author:
- Rickard Öberg (rickard@dreambean.com)
- See Also:
- Serialized Form
Fields inherited from class webwork.view.taglib.ui.ComponentTag |
labelAttr, labelPositionAttr, log, nameAttr, params, templateAttr, templateDir, templateSuffix, theme, themeAttr, valueAttr |
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from class webwork.view.taglib.ui.ComponentTag |
addParameter, getParameters, getTemplateDir, getTemplateSuffix, getTheme, memberOf, setLabel, setLabelposition, setName, setTemplate, setTheme, setValue |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent |
sizeAttr
protected java.lang.String sizeAttr
multipleAttr
protected java.lang.String multipleAttr
headerKeyAttr
protected java.lang.String headerKeyAttr
headerValueAttr
protected java.lang.String headerValueAttr
SelectTag
public SelectTag()
getTemplate
public java.lang.String getTemplate()
- Overrides:
getTemplate
in class ComponentTag
setSize
public void setSize(java.lang.String aSize)
setMultiple
public void setMultiple(java.lang.String multiple)
setHeaderKey
public void setHeaderKey(java.lang.String headerKey)
setHeaderValue
public void setHeaderValue(java.lang.String headerValue)
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class AbstractHTMLListTag
- Throws:
javax.servlet.jsp.JspException
Copyright © 2001-2003 WebWork All Rights Reserved.