public class BeanModelBase extends DescriptionGroupBase
DescriptionGroup.Icon| Constructor and Description |
|---|
BeanModelBase() |
| Modifier and Type | Method and Description |
|---|---|
protected PropertyBase |
createAttribute() |
PropertyBase |
getAttribute(String name)
Return bean attribute for given name. |
ModelCollection<PropertyBase> |
getAttributes()
Represents JSF component attributes and properties. |
PropertyBase |
getOrCreateAttribute(String attributeName) |
getDescription, getDisplayName, getExtension, getIcon, setDescription, setDisplayName, setExtension, setIconpublic ModelCollection<PropertyBase> getAttributes()
Represents JSF component attributes and properties.
public PropertyBase getAttribute(String name)
Return bean attribute for given name.
name - public PropertyBase getOrCreateAttribute(String attributeName)
protected PropertyBase createAttribute()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.