Frames | No Frames |
Methods with return type com.jgoodies.binding.beans.BeanAdapter.SimplePropertyAdapter | |
BeanAdapter.SimplePropertyAdapter | BeanAdapter<B>.createPropertyAdapter(String propertyName, String getterName, String setterName) Creates and returns a SimplePropertyAdapter that adapts
the bound property with the specified name. |
BeanAdapter.SimplePropertyAdapter | BeanAdapter<B>.getValueModel(String propertyName) Looks up and lazily creates a ValueModel that adapts
the bound property with the specified name. |
BeanAdapter.SimplePropertyAdapter | BeanAdapter<B>.getValueModel(String propertyName, String getterName, String setterName) Looks up and lazily creates a ValueModel that adapts the bound property
with the specified name. |