Package | Description |
---|---|
org.jdesktop.beansbinding |
Provides support for defining properties and creating bindings between
sets of two properties.
|
Modifier and Type | Method | Description |
---|---|---|
static <S,V> ELProperty<S,V> |
ELProperty.create(java.lang.String expression) |
Creates an instance of
ELProperty for the given expression. |
static <S,V> ELProperty<S,V> |
ELProperty.create(Property<S,?> baseProperty,
java.lang.String expression) |
Creates an instance of
ELProperty for the given base property
and expression. |