org.richfaces.cdk.xmlconfig.model
Class ElementBeanBase<E extends ConfigExtension>
java.lang.Object
org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean
org.richfaces.cdk.xmlconfig.model.ExtensibleBean<E>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementBeanBase
public ElementBeanBase()
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 -
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.