Package | Description |
---|---|
com.jgoodies.binding |
Contains utilities and the PresentationModel that combines
many of the Binding features.
|
Modifier and Type | Method and Description |
---|---|
ComponentValueModel |
PresentationModel.getBufferedComponentModel(java.lang.String propertyName)
Looks up or creates a buffered component adapter to the read-write
property with the given name on this PresentationModel's bean channel.
|
ComponentValueModel |
PresentationModel.getComponentModel(java.lang.String propertyName)
Looks up and lazily creates a ComponentValueModel that adapts
the bound property with the specified name.
|
Copyright © 2002-2010 JGoodies Karsten Lentzsch. All Rights Reserved.