|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.cdk.model.DescriptionGroupBase
org.richfaces.cdk.model.BeanModelBase
public class BeanModelBase
This is the base class for all Java Bean-like JSF objects in the model.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.richfaces.cdk.model.DescriptionGroup |
|---|
DescriptionGroup.Icon |
| Constructor Summary | |
|---|---|
BeanModelBase()
|
|
| Method Summary | |
|---|---|
protected PropertyBase |
createAttribute()
|
PropertyBase |
getAttribute(java.lang.String name)
Return bean attribute for given name. |
ModelCollection<PropertyBase> |
getAttributes()
Represents JSF component attributes and properties. |
PropertyBase |
getOrCreateAttribute(java.lang.String attributeName)
|
| Methods inherited from class org.richfaces.cdk.model.DescriptionGroupBase |
|---|
getDescription, getDisplayname, getExtension, getIcon, isGenerate, setDescription, setDisplayname, setExtension, setGenerate, setIcon |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanModelBase()
| Method Detail |
|---|
public ModelCollection<PropertyBase> getAttributes()
Represents JSF component attributes and properties.
public PropertyBase getAttribute(java.lang.String name)
Return bean attribute for given name.
name -
public PropertyBase getOrCreateAttribute(java.lang.String attributeName)
protected PropertyBase createAttribute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||