public class AttributeBean extends FeatureBean
Configuration bean for <attribute> element.
| Constructor and Description |
|---|
AttributeBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllBehaviors(List<String> behaviors) |
void |
addBehavior(String behavior)
|
String |
getAttributeClass() |
String |
getAttributeName() |
List<String> |
getBehaviors()
|
String |
getDefaultValue() |
String |
getSuggestedValue() |
boolean |
isAttributeIgnoredForRenderer() |
boolean |
isDefaultBehavior()
|
boolean |
isPassThrough() |
boolean |
isRequired() |
boolean |
isTagAttribute() |
void |
setAttributeClass(String attributeClass) |
void |
setAttributeIgnoredForRenderer(boolean renderAttributeIgnore) |
void |
setAttributeName(String attributeName) |
void |
setDefaultBehavior(boolean defaultBehavior)
|
void |
setDefaultValue(String defaultValue) |
void |
setPassThrough(boolean passThrough) |
void |
setRequired(boolean required) |
void |
setSuggestedValue(String suggestedValue) |
void |
setTagAttribute(boolean tagAttribute) |
addDescription, addDisplayName, addIcon, getDescription, getDescriptions, getDisplayName, getDisplayNames, getIcon, getIcons, removeDescription, removeDisplayName, removeIconpublic String getAttributeClass()
public void setAttributeClass(String attributeClass)
public String getAttributeName()
public void setAttributeName(String attributeName)
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 isRequired()
public void setRequired(boolean required)
public boolean isTagAttribute()
public void setTagAttribute(boolean tagAttribute)
public boolean isAttributeIgnoredForRenderer()
public void setAttributeIgnoredForRenderer(boolean renderAttributeIgnore)
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.