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