org.apache.empire.struts2.jsp.tags
Class InputControlTag
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.InputControlTag
- 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 InputControlTag
- extends EmpireValueTagSupport
- See Also:
- Serialized Form
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.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, 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 |
Methods inherited from class org.apache.struts2.views.jsp.ComponentTagSupport |
doStartTag, 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 |
column
protected Column column
options
protected Options options
controlType
protected String controlType
render
protected String render
disabledMode
protected String disabledMode
format
protected String format
hsize
protected Object hsize
vsize
protected Object vsize
name
protected String name
label
protected String label
labelClass
protected String labelClass
labelStyle
protected String labelStyle
required
protected Object required
disabled
protected Object disabled
tabindex
protected String tabindex
onclick
protected String onclick
onchange
protected String onchange
onfocus
protected String onfocus
onblur
protected String onblur
nullValue
protected Object nullValue
InputControlTag
public InputControlTag()
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
populateParams
protected void populateParams()
- Overrides:
populateParams
in class EmpireTagSupport
setColumn
public final void setColumn(Column column)
setRecordProperty
public final void setRecordProperty(String property)
setOptions
public final void setOptions(Options options)
setRender
public final void setRender(String render)
setDisabledMode
public final void setDisabledMode(String disabledMode)
setFormat
public final void setFormat(String format)
setDisabled
public final void setDisabled(Object disabled)
setLabel
public final void setLabel(String label)
setLabelClass
public final void setLabelClass(String labelClass)
setLabelStyle
public final void setLabelStyle(String labelStyle)
setName
public final void setName(String name)
setRequired
public final void setRequired(Object required)
setTabindex
public final void setTabindex(String tabindex)
setHsize
public final void setHsize(Object hsize)
setVsize
public final void setVsize(Object vsize)
setNullValue
public final void setNullValue(Object nullValue)
setOnclick
public final void setOnclick(String onclick)
setControlType
public final void setControlType(String controlType)
setOnblur
public final void setOnblur(String onblur)
setOnchange
public final void setOnchange(String onchange)
setOnfocus
public final void setOnfocus(String onfocus)
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.