org.richfaces.cdk.xmlconfig.model
Class ElementBeanBase<E extends ConfigExtension>

java.lang.Object
  extended by org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean
      extended by org.richfaces.cdk.xmlconfig.model.ExtensibleBean<E>
          extended by org.richfaces.cdk.xmlconfig.model.ElementBeanBase<E>
All Implemented Interfaces:
DescriptionGroup, Extensible<E>
Direct Known Subclasses:
BehaviorBean, ComponentBean, ConverterBean, RendererBean, ValidatorBean

public abstract class ElementBeanBase<E extends ConfigExtension>
extends ExtensibleBean<E>

TODO - is the tho different collections are necessary ?

Since:
Mar 19, 2010
Author:
akolonitsky

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.richfaces.cdk.model.DescriptionGroup
DescriptionGroup.Icon
 
Constructor Summary
ElementBeanBase()
           
 
Method Summary
 java.util.Collection<PropertyBase> getAttributes()
           
 java.util.Collection<AttributeModel> getFacesAttributes()
           
 java.util.Collection<PropertyModel> getProperties()
           
 void setAttributes(java.util.Collection<PropertyBase> attributes)
           
 
Methods inherited from class org.richfaces.cdk.xmlconfig.model.ExtensibleBean
getExtension, setExtension
 
Methods inherited from class org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean
getDescription, getDisplayname, getIcon, setDescription, setDisplayname, setIcon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementBeanBase

public ElementBeanBase()
Method Detail

getProperties

public java.util.Collection<PropertyModel> getProperties()

getFacesAttributes

public java.util.Collection<AttributeModel> getFacesAttributes()

getAttributes

public java.util.Collection<PropertyBase> getAttributes()

setAttributes

public void setAttributes(java.util.Collection<PropertyBase> attributes)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.