public abstract class EmpireValueTagSupport extends EmpireTagSupport
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_ITEM_ATTRIBUTE |
static String |
PARENT_PROPERTY_ATTRIBUTE |
static String |
RECORD_ATTRIBUTE |
autoResetParams, cssClass, cssStyle, log
Constructor and Description |
---|
EmpireValueTagSupport() |
Modifier and Type | Method and Description |
---|---|
protected Object |
getBean() |
protected Column |
getColumn() |
protected ColumnExpr |
getColumnExpr() |
protected String |
getColumnPropertyName(ColumnExpr col) |
protected String |
getControlType() |
protected Object |
getDefaultValue() |
protected String |
getFullPropertyName(String name) |
protected String |
getItemValue(Object item) |
protected String |
getPropertyFieldName() |
protected Record |
getRecord() |
protected RecordData |
getRecordData() |
protected String |
getStringValue() |
protected String |
getTagName(String suppliedName) |
protected Object |
getValue() |
protected boolean |
hasDefaultValue() |
protected boolean |
hasValue() |
protected void |
resetParams() |
void |
setColumn(ColumnExpr column) |
void |
setField(String field) |
void |
setParentProperty(String property) |
void |
setProperty(String property) |
protected boolean |
setPropertyNameFromValue() |
void |
setRecord(RecordData record) |
void |
setValue(Object value) |
addStandardAttributes, checkAction, doEndTag, getAction, getActionItemPropertyName, getActionName, getActionURL, getAttribute, getBeanProperty, getBoolean, getId, getInt, getLocale, getObject, getObject, getPageAttribute, getPageName, getString, getString, getString, getTranslation, getTranslationFromKey, populateParams, putPageAttribute, release, removePageAttribute, setCssClass, setCssStyle, setId, str
doStartTag, getBean, getComponent
findString, findValue, findValue, getBody, getStack, toString
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
public static final String RECORD_ATTRIBUTE
public static final String BEAN_ITEM_ATTRIBUTE
public static final String PARENT_PROPERTY_ATTRIBUTE
protected void resetParams()
resetParams
in class EmpireTagSupport
protected boolean hasValue()
protected RecordData getRecordData()
protected Record getRecord()
protected Object getBean()
protected ColumnExpr getColumnExpr()
protected Column getColumn()
protected String getControlType()
protected Object getValue()
protected String getStringValue()
protected String getPropertyFieldName()
protected String getColumnPropertyName(ColumnExpr col)
protected boolean setPropertyNameFromValue()
protected boolean hasDefaultValue()
protected Object getDefaultValue()
public final void setField(String field)
public final void setProperty(String property)
public final void setParentProperty(String property)
public final void setRecord(RecordData record)
public final void setValue(Object value)
public final void setColumn(ColumnExpr column)
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.