|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyDefinition | |
|---|---|
| javax.rad.type.bean | Contains classes for bean handling. |
| Uses of PropertyDefinition in javax.rad.type.bean |
|---|
| Fields in javax.rad.type.bean declared as PropertyDefinition | |
|---|---|
protected PropertyDefinition[] |
AbstractBeanType.propertyDefinitions
The property definitions. |
| Methods in javax.rad.type.bean that return PropertyDefinition | |
|---|---|
protected PropertyDefinition |
AbstractBeanType.createPropertyDefinition(String pPropertyName)
Creates the PropertyDefinition. |
protected PropertyDefinition |
BeanType.createPropertyDefinition(String pPropertyName,
Class pPropertyType)
Creates the PropertyDefinition. |
protected PropertyDefinition[] |
AbstractBeanType.createPropertyDefinitions(int pPropertyCount)
Creates the PropertyDefinitions. |
PropertyDefinition |
IBeanType.getPropertyDefinition(int pIndex)
Gets the bean property for the given index. |
PropertyDefinition |
AbstractBeanType.getPropertyDefinition(int pIndex)
Gets the bean property for the given index. |
PropertyDefinition |
IBeanType.getPropertyDefinition(String pPropertyName)
Gets the bean property for the given property name. |
PropertyDefinition |
AbstractBeanType.getPropertyDefinition(String pPropertyName)
Gets the bean property for the given property name. |
| Methods in javax.rad.type.bean with parameters of type PropertyDefinition | |
|---|---|
void |
AbstractBeanType.addPropertyDefinition(PropertyDefinition pPropertyDefinition)
Adds a property definition. |
| Constructors in javax.rad.type.bean with parameters of type PropertyDefinition | |
|---|---|
AbstractBeanType(String pClassName,
PropertyDefinition[] pPropertyDefinitions)
Constructs a new AbstractBeanType with a class name and PropertyDefinitions. |
|
BeanType(PropertyDefinition[] pPropertyDefinitions)
Constructs a new BeanType with given PropertyDefinitions. |
|
BeanType(String pClassName,
PropertyDefinition[] pPropertyDefinitions)
Constructs a new BeanType with given class name and PropertyDefinitions. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||