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(java.lang.String propertyName,
java.lang.String getterName,
java.lang.String setterName)
Creates and returns a SimplePropertyAdapter that adapts
the bound property with the specified name.
|
BeanAdapter.SimplePropertyAdapter |
BeanAdapter.getValueModel(java.lang.String propertyName)
Looks up and lazily creates a ValueModel that adapts
the bound property with the specified name.
|
BeanAdapter.SimplePropertyAdapter |
BeanAdapter.getValueModel(java.lang.String propertyName,
java.lang.String getterName,
java.lang.String setterName)
Looks up and lazily creates a ValueModel that adapts the bound property
with the specified name.
|
Copyright © 2002-2010 JGoodies Karsten Lentzsch. All Rights Reserved.