public class PropertyBean extends FeatureBean
Configuration bean for <property> element.
| Constructor and Description |
|---|
PropertyBean() |
addDescription, addDisplayName, addIcon, getDescription, getDescriptions, getDisplayName, getDisplayNames, getIcon, getIcons, removeDescription, removeDisplayName, removeIconpublic String getPropertyClass()
public void setPropertyClass(String propertyClass)
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getSuggestedValue()
public void setSuggestedValue(String suggestedValue)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public boolean isPassThrough()
public void setPassThrough(boolean passThrough)
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public boolean isRequired()
public void setRequired(boolean required)
public boolean isTagAttribute()
public void setTagAttribute(boolean tagAttribute)
public boolean isMethodExpressionEnabled()
public void setMethodExpressionEnabled(boolean methodExpressionEnabled)
public String getMethodSignature()
public void setMethodSignature(String methodSignature)
public boolean isValueExpressionEnabled()
public void setValueExpressionEnabled(boolean valueExpressionEnabled)
public void addBehavior(String behavior)
behaviorAttribute - the behaviorAttribute to setpublic boolean isDefaultBehavior()
public void setDefaultBehavior(boolean defaultBehavior)
defaultBehavior - the defaultBehavior to setCopyright © 2018 JBoss by Red Hat. All rights reserved.