|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyBase | |
|---|---|
| org.richfaces.cdk.apt.processors | |
| org.richfaces.cdk.generate.freemarker | |
| org.richfaces.cdk.model | CDK library model classes used by all generation tasks. |
| org.richfaces.cdk.model.validator | |
| org.richfaces.cdk.templatecompiler | |
| org.richfaces.cdk.templatecompiler.statements | |
| org.richfaces.cdk.xmlconfig | |
| org.richfaces.cdk.xmlconfig.model | JAXB classes that wraps real model classes. |
| Uses of PropertyBase in org.richfaces.cdk.apt.processors |
|---|
| Methods in org.richfaces.cdk.apt.processors with parameters of type PropertyBase | |
|---|---|
protected void |
AttributesProcessorImpl.processAttribute(SourceUtils.BeanProperty beanProperty,
PropertyBase attribute)
|
| Uses of PropertyBase in org.richfaces.cdk.generate.freemarker |
|---|
| Methods in org.richfaces.cdk.generate.freemarker with parameters of type PropertyBase | |
|---|---|
boolean |
ModelElementBaseTemplateModel.isPredefined(PropertyBase property)
|
| Constructors in org.richfaces.cdk.generate.freemarker with parameters of type PropertyBase | |
|---|---|
PropertyModel(PropertyBase object,
freemarker.ext.beans.BeansWrapper wrapper)
|
|
| Uses of PropertyBase in org.richfaces.cdk.model |
|---|
| Subclasses of PropertyBase in org.richfaces.cdk.model | |
|---|---|
class |
AttributeModel
|
class |
PropertyModel
That class represents JSF component property. |
| Methods in org.richfaces.cdk.model that return PropertyBase | |
|---|---|
protected PropertyBase |
RendererModel.createAttribute()
|
protected PropertyBase |
BeanModelBase.createAttribute()
|
PropertyBase |
BeanModelBase.getAttribute(java.lang.String name)
Return bean attribute for given name. |
PropertyBase |
BeanModelBase.getOrCreateAttribute(java.lang.String attributeName)
|
| Methods in org.richfaces.cdk.model that return types with arguments of type PropertyBase | |
|---|---|
ModelCollection<PropertyBase> |
BeanModelBase.getAttributes()
Represents JSF component attributes and properties. |
| Methods in org.richfaces.cdk.model with parameters of type PropertyBase | |
|---|---|
void |
PropertyBase.merge(PropertyBase other)
|
boolean |
PropertyBase.same(PropertyBase other)
|
R |
Visitor.visitProperty(PropertyBase model,
D param)
|
R |
SimpleVisitor.visitProperty(PropertyBase model,
D param)
|
| Uses of PropertyBase in org.richfaces.cdk.model.validator |
|---|
| Methods in org.richfaces.cdk.model.validator with parameters of type PropertyBase | |
|---|---|
protected void |
ValidatorImpl.verifyAttribute(PropertyBase attribute,
boolean generatedComponent)
|
| Uses of PropertyBase in org.richfaces.cdk.templatecompiler |
|---|
| Method parameters in org.richfaces.cdk.templatecompiler with type arguments of type PropertyBase | |
|---|---|
RendererClassVisitor |
VisitorFactoryImpl.createVisitor(CompositeInterface composite,
java.util.Collection<PropertyBase> attributes)
|
T |
TemplateVisitorFactory.createVisitor(CompositeInterface composite,
java.util.Collection<PropertyBase> attributes)
|
| Constructor parameters in org.richfaces.cdk.templatecompiler with type arguments of type PropertyBase | |
|---|---|
RendererClassVisitor(CompositeInterface compositeInterface,
java.util.Collection<PropertyBase> attributes,
org.richfaces.cdk.Logger log,
com.google.inject.Injector injector,
TypesFactory typesFactory,
HelperMethodFactory helperFactory)
|
|
| Uses of PropertyBase in org.richfaces.cdk.templatecompiler.statements |
|---|
| Method parameters in org.richfaces.cdk.templatecompiler.statements with type arguments of type PropertyBase | |
|---|---|
void |
AttributesStatement.processAttributes(AnyElement element,
java.util.Collection<PropertyBase> componentAttributes)
|
void |
AddAttributesToScriptHashStatement.setAttributes(java.util.Collection<java.lang.String> attributeNames,
java.util.Collection<PropertyBase> componentAttributes)
|
| Uses of PropertyBase in org.richfaces.cdk.xmlconfig |
|---|
| Methods in org.richfaces.cdk.xmlconfig that return types with arguments of type PropertyBase | |
|---|---|
java.util.Collection<PropertyBase> |
FragmentParser.parseProperties(java.lang.String url)
Parses faces-config.xml fragment with component/renderer properties. |
| Uses of PropertyBase in org.richfaces.cdk.xmlconfig.model |
|---|
| Methods in org.richfaces.cdk.xmlconfig.model that return types with arguments of type PropertyBase | |
|---|---|
java.util.Collection<PropertyBase> |
ElementBeanBase.getAttributes()
|
| Method parameters in org.richfaces.cdk.xmlconfig.model with type arguments of type PropertyBase | |
|---|---|
void |
ElementBeanBase.setAttributes(java.util.Collection<PropertyBase> attributes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||