com.jgoodies.binding.internal
Interface IPresentationModel<B>
- Type Parameters:
B
- the type of the bean managed by this PresentationModel
- All Known Subinterfaces:
- IActionPresentationModel<B>
- All Known Implementing Classes:
- PresentationModel
public interface IPresentationModel<B>
Describes the feature of PresentationModels required for binders.
The name ComponentModelProvider would better describe this interface,
however, IPresentationModel is easier to understand as parameter
in the Binders
class.
Note: This class is not part of the public JGoodies Binding API.
It's intended for implementation purposes only.
The class's API may change at any time.
- Since:
- 2.7
- Version:
- $Revision: 1.1 $
- Author:
- Karsten Lentzsch
getComponentModel
ValueModel getComponentModel(String propertyName)
Copyright © 2002-2013 JGoodies Software GmbH. All Rights Reserved.