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

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.FormPartTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
FormTag

public class FormPartTag
extends EmpireTagSupport

See Also:
Serialized Form

Field Summary
static java.lang.String CONTROLSIZE_ATTRIBUTE
           
static java.lang.String DISABLEDMODE_ATTRIBUTE
           
static java.lang.String NULLVALUE_ATTRIBUTE
           
static java.lang.String READONLY_ATTRIBUTE
           
 
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
FormPartTag()
           
 
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)
           
 void setBean(java.lang.Object bean)
           
 void setControlSize(java.lang.Object controlSize)
           
 void setDisabledMode(java.lang.String disabledMode)
           
 void setHiddenFields(java.lang.Object hiddenFields)
           
 void setNullValue(java.lang.Object nullValue)
           
 void setProperty(java.lang.String property)
           
 void setRecord(org.apache.empire.data.RecordData record)
           
 void setWrap(java.lang.Object wrap)
           
 boolean useBean()
           
 
Methods inherited from class org.apache.empire.struts2.jsp.tags.EmpireTagSupport
getId, release, setCssClass, setCssStyle, setId
 
Methods inherited from class org.apache.struts2.views.jsp.ComponentTagSupport
getComponent
 
Methods inherited from class org.apache.struts2.views.jsp.StrutsBodyTagSupport
translateVariables
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Field Detail

DISABLEDMODE_ATTRIBUTE

public static final java.lang.String DISABLEDMODE_ATTRIBUTE
See Also:
Constant Field Values

CONTROLSIZE_ATTRIBUTE

public static final java.lang.String CONTROLSIZE_ATTRIBUTE
See Also:
Constant Field Values

NULLVALUE_ATTRIBUTE

public static final java.lang.String NULLVALUE_ATTRIBUTE
See Also:
Constant Field Values

READONLY_ATTRIBUTE

public static final java.lang.String READONLY_ATTRIBUTE
See Also:
Constant Field Values
Constructor Detail

FormPartTag

public FormPartTag()
Method Detail

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

useBean

public boolean useBean()

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

setControlSize

public void setControlSize(java.lang.Object controlSize)

setNullValue

public void setNullValue(java.lang.Object nullValue)

setProperty

public void setProperty(java.lang.String property)

setRecord

public void setRecord(org.apache.empire.data.RecordData record)

setBean

public void setBean(java.lang.Object bean)

setHiddenFields

public void setHiddenFields(java.lang.Object hiddenFields)

setDisabledMode

public void setDisabledMode(java.lang.String disabledMode)

setWrap

public void setWrap(java.lang.Object wrap)