org.apache.empire.struts2.jsp.tags
Class SelectTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.apache.struts2.views.jsp.StrutsBodyTagSupport
              extended by org.apache.struts2.views.jsp.ComponentTagSupport
                  extended by org.apache.empire.struts2.jsp.tags.EmpireTagSupport
                      extended by org.apache.empire.struts2.jsp.tags.EmpireValueTagSupport
                          extended by org.apache.empire.struts2.jsp.tags.SelectTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class SelectTag
extends EmpireValueTagSupport

See Also:
Serialized Form

Field Summary
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
           
 
Fields inherited from class org.apache.empire.struts2.jsp.tags.EmpireValueTagSupport
BEAN_ITEM_ATTRIBUTE, PARENT_PROPERTY_ATTRIBUTE, RECORD_ATTRIBUTE
 
Fields inherited from class org.apache.empire.struts2.jsp.tags.EmpireTagSupport
autoResetParams, cssClass, cssStyle, log
 
Fields inherited from class org.apache.struts2.views.jsp.ComponentTagSupport
component
 
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
 
Constructor Summary
SelectTag()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.apache.empire.struts2.jsp.tags.EmpireValueTagSupport
getBean, getColumn, getColumnExpr, getColumnPropertyName, getControlType, getDefaultValue, getFullPropertyName, getItemValue, getPropertyFieldName, getRecord, getRecordData, getStringValue, getTagName, getValue, hasDefaultValue, hasValue, setColumn, setField, setParentProperty, setProperty, setPropertyNameFromValue, setRecord, setValue
 
Methods inherited from class org.apache.empire.struts2.jsp.tags.EmpireTagSupport
addStandardAttributes, 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, str
 
Methods inherited from class org.apache.struts2.views.jsp.ComponentTagSupport
getComponent
 
Methods inherited from class org.apache.struts2.views.jsp.StrutsBodyTagSupport
findString, findValue, findValue, getBody, getStack, toString
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, 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, setPageContext, setParent
 

Field Detail

name

protected String name

options

protected Options options

allownull

protected Object allownull

disabled

protected Object disabled

tabindex

protected String tabindex

onclick

protected String onclick

onchange

protected String onchange

onfocus

protected String onfocus

onblur

protected String onblur
Constructor Detail

SelectTag

public SelectTag()
Method Detail

resetParams

protected void resetParams()
Overrides:
resetParams in class EmpireValueTagSupport

getBean

public org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack,
                                                       javax.servlet.http.HttpServletRequest req,
                                                       javax.servlet.http.HttpServletResponse res)
Specified by:
getBean in class org.apache.struts2.views.jsp.ComponentTagSupport

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class org.apache.struts2.views.jsp.ComponentTagSupport
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class EmpireTagSupport
Throws:
javax.servlet.jsp.JspException

setName

public void setName(String name)

setOptions

public void setOptions(Options options)

setAllownull

public void setAllownull(Object allownull)

setDisabled

public void setDisabled(Object disabled)

setTabindex

public void setTabindex(String tabindex)

setOnclick

public void setOnclick(String onclick)

setOnchange

public void setOnchange(String onchange)

setOnfocus

public void setOnfocus(String onfocus)

setOnblur

public void setOnblur(String onblur)


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.