public class InputControlTag extends EmpireValueTagSupport
Modifier and Type | Field and Description |
---|---|
protected Column |
column |
protected String |
controlType |
protected Object |
disabled |
protected String |
disabledMode |
protected String |
format |
protected Object |
hsize |
protected String |
label |
protected String |
labelClass |
protected String |
labelStyle |
protected String |
name |
protected Object |
nullValue |
protected String |
onblur |
protected String |
onchange |
protected String |
onclick |
protected String |
onfocus |
protected Options |
options |
protected String |
render |
protected Object |
required |
protected String |
tabindex |
protected Object |
vsize |
BEAN_ITEM_ATTRIBUTE, PARENT_PROPERTY_ATTRIBUTE, RECORD_ATTRIBUTE
autoResetParams, cssClass, cssStyle, log
Constructor and Description |
---|
InputControlTag() |
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 |
setColumn(Column column) |
void |
setControlType(String controlType) |
void |
setDisabled(Object disabled) |
void |
setDisabledMode(String disabledMode) |
void |
setFormat(String format) |
void |
setHsize(Object hsize) |
void |
setLabel(String label) |
void |
setLabelClass(String labelClass) |
void |
setLabelStyle(String labelStyle) |
void |
setName(String name) |
void |
setNullValue(Object nullValue) |
void |
setOnblur(String onblur) |
void |
setOnchange(String onchange) |
void |
setOnclick(String onclick) |
void |
setOnfocus(String onfocus) |
void |
setOptions(Options options) |
void |
setRecordProperty(String property) |
void |
setRender(String render) |
void |
setRequired(Object required) |
void |
setTabindex(String tabindex) |
void |
setVsize(Object vsize) |
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 Column column
protected Options options
protected String controlType
protected String render
protected String disabledMode
protected String format
protected Object hsize
protected Object vsize
protected String name
protected String label
protected String labelClass
protected String labelStyle
protected Object required
protected Object disabled
protected String tabindex
protected String onclick
protected String onchange
protected String onfocus
protected String onblur
protected Object nullValue
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 final void setColumn(Column column)
public final void setRecordProperty(String property)
public final void setOptions(Options options)
public final void setRender(String render)
public final void setDisabledMode(String disabledMode)
public final void setFormat(String format)
public final void setDisabled(Object disabled)
public final void setLabel(String label)
public final void setLabelClass(String labelClass)
public final void setLabelStyle(String labelStyle)
public final void setName(String name)
public final void setRequired(Object required)
public final void setTabindex(String tabindex)
public final void setHsize(Object hsize)
public final void setVsize(Object vsize)
public final void setNullValue(Object nullValue)
public final void setOnclick(String onclick)
public final void setControlType(String controlType)
public final void setOnblur(String onblur)
public final void setOnchange(String onchange)
public final void setOnfocus(String onfocus)
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.