org.apache.empire.struts2.jsp.tags
Class TableDataTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts2.views.jsp.StrutsBodyTagSupport
org.apache.struts2.views.jsp.ComponentTagSupport
org.apache.empire.struts2.jsp.tags.EmpireTagSupport
org.apache.empire.struts2.jsp.tags.EmpireValueTagSupport
org.apache.empire.struts2.jsp.tags.DataValueTag
org.apache.empire.struts2.jsp.tags.TableDataTag
- 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 TableDataTag
- extends DataValueTag
- See Also:
- Serialized Form
Fields inherited from class org.apache.empire.struts2.jsp.tags.DataValueTag |
action, alt, anchorClass, body, controlType, format, item, lookup, nullValue, onclick, ondblclick, param, tag, urlType |
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 |
Methods inherited from class org.apache.empire.struts2.jsp.tags.DataValueTag |
getBean, populateParams, setAction, setAlt, setAnchorClass, setBody, setControlType, setFormat, setItem, setLookup, setNullValue, setOnclick, setOndblclick, setParam, setTag, setUrlType |
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, 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 |
width
protected String width
height
protected String height
colspan
protected String colspan
rowspan
protected String rowspan
align
protected String align
valign
protected String valign
wrap
protected String wrap
bgcolor
protected String bgcolor
TableDataTag
public TableDataTag()
resetParams
protected void resetParams()
- Overrides:
resetParams
in class DataValueTag
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
setAlign
public void setAlign(String align)
setBgcolor
public void setBgcolor(String bgcolor)
setColspan
public void setColspan(String colspan)
setHeight
public void setHeight(String height)
setWrap
public void setWrap(String wrap)
setRowspan
public void setRowspan(String rowspan)
setValign
public void setValign(String valign)
setWidth
public void setWidth(String width)
Copyright © 2008–2014 Apache Software Foundation. All rights reserved.