RichFaces CDK Generator 4.2.0.CR1

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
 Collection<PropertyBase> getAttributes()
           
 Collection<AttributeModel> getFacesAttributes()
           
 Collection<PropertyModel> getProperties()
           
 void setFilterHiddenAttributes(boolean filter)
          

Set filtering visible properties and attributes, to unmarshall public properties only.

 
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 Collection<PropertyModel> getProperties()

getFacesAttributes

public Collection<AttributeModel> getFacesAttributes()

getAttributes

public Collection<PropertyBase> getAttributes()

setFilterHiddenAttributes

public void setFilterHiddenAttributes(boolean filter)

Set filtering visible properties and attributes, to unmarshall public properties only.

Parameters:
filter -

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.