|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanProperty | |
|---|---|
| org.ujoframework.implementation.bean | |
| Uses of BeanProperty in org.ujoframework.implementation.bean |
|---|
| Methods in org.ujoframework.implementation.bean that return BeanProperty | ||
|---|---|---|
static
|
BeanProperty.newInstance(java.lang.String name,
java.lang.Class<VALUE> type,
int index)
Returns a new instance of property where the default value is null. |
|
static
|
BeanProperty.newInstance(java.lang.String name,
VALUE value,
int index)
A Property Factory creates new property and assigns a next property index. |
|
protected static
|
BeanUjoExt.newProperty(java.lang.String name,
java.lang.Class<VALUE> type)
A Property Factory |
|
protected static
|
BeanUjo.newProperty(java.lang.String name,
java.lang.Class<VALUE> type)
Returns a new instance of property where the default value is null. |
|
protected static
|
BeanUjoExt.newProperty(java.lang.String name,
VALUE value)
A Property Factory, a property type is related from the default value. |
|
protected static
|
BeanUjo.newProperty(java.lang.String name,
VALUE value)
A Property Factory, a property type is related from the default value. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||