static IBeanListProperty |
BeanProperties.list(java.lang.Class beanClass,
java.lang.String propertyName) |
Deprecated.
Returns a list property for the given property name of the given bean
class.
|
static IBeanListProperty |
BeanProperties.list(java.lang.Class beanClass,
java.lang.String propertyName,
java.lang.Class elementType) |
Deprecated.
Returns a list property for the given property name of the given bean
class.
|
static IBeanListProperty |
BeanProperties.list(java.lang.String propertyName) |
Deprecated.
Returns a list property for the given property name of an arbitrary bean
class.
|
static IBeanListProperty |
BeanProperties.list(java.lang.String propertyName,
java.lang.Class elementType) |
Deprecated.
Returns a list property for the given property name of an arbitrary bean
class.
|
<E> IBeanListProperty<S,E> |
IBeanValueProperty.list(java.lang.String propertyName) |
Returns a master-detail combination of this property and the specified
list property.
|
<E> IBeanListProperty<S,E> |
IBeanValueProperty.list(java.lang.String propertyName,
java.lang.Class<E> elementType) |
Returns a master-detail combination of this property and the specified
list property.
|
<E> IBeanListProperty<S,E> |
IBeanValueProperty.list(IBeanListProperty<? super T,E> property) |
Returns a master-detail combination of this property and the specified
list property.
|
static IBeanListProperty |
PojoProperties.list(java.lang.Class beanClass,
java.lang.String propertyName) |
Deprecated.
Returns a list property for the given property name of the given bean
class.
|
static IBeanListProperty |
PojoProperties.list(java.lang.Class beanClass,
java.lang.String propertyName,
java.lang.Class elementType) |
Deprecated.
Returns a list property for the given property name of the given bean
class.
|
static IBeanListProperty |
PojoProperties.list(java.lang.String propertyName) |
Deprecated.
Returns a list property for the given property name of an arbitrary bean
class.
|
static IBeanListProperty |
PojoProperties.list(java.lang.String propertyName,
java.lang.Class elementType) |
Deprecated.
Returns a list property for the given property name of an arbitrary bean
class.
|
<E2> IBeanListProperty<S,E2> |
IBeanListProperty.values(java.lang.String propertyName) |
Returns a master-detail combination of this property and the specified
value property.
|
<E2> IBeanListProperty<S,E2> |
IBeanListProperty.values(java.lang.String propertyName,
java.lang.Class<E2> valueType) |
Returns a master-detail combination of this property and the specified
value property.
|
<E2> IBeanListProperty<S,E2> |
IBeanListProperty.values(IBeanValueProperty<? super E,E2> property) |
Returns a master-detail combination of this property and the specified
value property.
|