|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jgoodies.binding.binder.BasicBinders
public final class BasicBinders
Creates binders for Objects, AbstractBeans, and PresentationModels.
| Method Summary | |
|---|---|
static ObjectBinder |
binder()
Creates and returns a general binder for objects that can bind Actions, ListModel + ListSelectionModel, ValueModels, and SelectionInLists. |
static BeanBinder |
binderFor(Object bean)
Creates and returns a binder for beans that can bind bean properties as well as the object bindings: Actions, ListModel + ListSelectionModel, ValueModels, and SelectionInLists. |
static PresentationModelBinder |
binderFor(PresentationModel<?> model)
Creates and returns a binder for presentation models that can bind bean properties, (synthetic) properties of the presentation model, as well as the object bindings: Actions, ListModel + ListSelectionModel, ValueModels, and SelectionInLists. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ObjectBinder binder()
public static BeanBinder binderFor(Object bean)
bean - the bean used to bind bean properties
public static PresentationModelBinder binderFor(PresentationModel<?> model)
model - the presentation model that holds a bean (used to bind
bean properties) and that may provide its own synthetic properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||