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