org.richfaces.cdk.model
Class BeanModelBase
java.lang.Object
org.richfaces.cdk.model.DescriptionGroupBase
org.richfaces.cdk.model.BeanModelBase
- All Implemented Interfaces:
- DescriptionGroup, Extensible<ConfigExtension>
- Direct Known Subclasses:
- ModelElementBase
public class BeanModelBase
- extends DescriptionGroupBase
This is the base class for all Java Bean-like JSF objects in the model.
- Since:
- Jan 22, 2010
- Author:
- akolonitsky
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanModelBase
public BeanModelBase()
getAttributes
public ModelCollection<PropertyBase> getAttributes()
Represents JSF component attributes and properties.
- Returns:
- the attributes
getAttribute
public PropertyBase getAttribute(String name)
Return bean attribute for given name.
- Parameters:
name -
- Returns:
getOrCreateAttribute
public PropertyBase getOrCreateAttribute(String attributeName)
createAttribute
protected PropertyBase createAttribute()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.