Package | Description |
---|---|
com.jgoodies.binding.beans |
Contains classes to model and work with Java Beans and
Java Bean properties.
|
Modifier and Type | Method and Description |
---|---|
protected BeanAdapter.SimplePropertyAdapter |
BeanAdapter.createPropertyAdapter(String propertyName,
String getterName,
String setterName)
Creates and returns a SimplePropertyAdapter that adapts
the bound property with the specified name.
|
BeanAdapter.SimplePropertyAdapter |
BeanAdapter.getValueModel(String propertyName)
Looks up and lazily creates a ValueModel that adapts
the bound property with the specified name.
|
BeanAdapter.SimplePropertyAdapter |
BeanAdapter.getValueModel(String propertyName,
String getterName,
String setterName)
Looks up and lazily creates a ValueModel that adapts the bound property
with the specified name.
|
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.