public class DataValueTag extends EmpireValueTagSupport
Modifier and Type | Field and Description |
---|---|
protected String |
action |
protected Object |
alt |
protected String |
anchorClass |
protected String |
body |
protected String |
controlType |
protected String |
format |
protected Object |
item |
protected Options |
lookup |
protected Object |
nullValue |
protected String |
onclick |
protected String |
ondblclick |
protected String |
param |
protected String |
tag |
protected String |
urlType |
BEAN_ITEM_ATTRIBUTE, PARENT_PROPERTY_ATTRIBUTE, RECORD_ATTRIBUTE
autoResetParams, cssClass, cssStyle, log
Constructor and Description |
---|
DataValueTag() |
Modifier and Type | Method and Description |
---|---|
org.apache.struts2.components.Component |
getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
populateParams() |
protected void |
resetParams() |
void |
setAction(String action) |
void |
setAlt(Object alt) |
void |
setAnchorClass(String anchorClass) |
void |
setBody(String body) |
void |
setControlType(String controlType) |
void |
setFormat(String format) |
void |
setItem(Object item) |
void |
setLookup(Options lookup) |
void |
setNullValue(Object nullValue) |
void |
setOnclick(String onclick) |
void |
setOndblclick(String ondblclick) |
void |
setParam(String param) |
void |
setTag(String tag) |
void |
setUrlType(String urlType) |
getBean, getColumn, getColumnExpr, getColumnPropertyName, getControlType, getDefaultValue, getFullPropertyName, getItemValue, getPropertyFieldName, getRecord, getRecordData, getStringValue, getTagName, getValue, hasDefaultValue, hasValue, setColumn, setField, setParentProperty, setProperty, setPropertyNameFromValue, setRecord, setValue
addStandardAttributes, checkAction, doEndTag, 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
doStartTag, getComponent
findString, findValue, findValue, getBody, getStack, toString
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
protected Options lookup
protected String controlType
protected String body
protected String format
protected Object nullValue
protected String tag
protected String action
protected String urlType
protected Object alt
protected Object item
protected String param
protected String anchorClass
protected String onclick
protected String ondblclick
protected void resetParams()
resetParams
in class EmpireValueTagSupport
public 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.ComponentTagSupport
protected void populateParams()
populateParams
in class EmpireTagSupport
public void setLookup(Options lookup)
public void setAction(String action)
public void setUrlType(String urlType)
public void setItem(Object item)
public void setAlt(Object alt)
public void setAnchorClass(String anchorClass)
public void setBody(String body)
public void setTag(String tag)
public void setFormat(String format)
public void setControlType(String controlType)
public void setNullValue(Object nullValue)
public void setParam(String param)
public void setOnclick(String onclick)
public void setOndblclick(String ondblclick)
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.