|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.beanfabrics.Binder
public class Binder
The Binder offers some convenient methods for binding a
ModelSubscriber to a PresentationModel.
| Constructor Summary | |
|---|---|
Binder()
|
|
| Method Summary | |
|---|---|
static ModelProvider |
bind(ModelSubscriber subscriber,
PresentationModel presentationModel)
Binds the given ModelSubscriber to the given
PresentationModel |
static ModelProvider |
bind(ModelSubscriber subscriber,
PresentationModel root,
Path path)
Binds the given ModelSubscriber to the PresentationModel
specified by the given Path relative to the given root model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Binder()
| Method Detail |
|---|
public static ModelProvider bind(ModelSubscriber subscriber,
PresentationModel root,
Path path)
ModelSubscriber to the PresentationModel
specified by the given Path relative to the given root model.
ModelProvider that manages the subscription.
public static ModelProvider bind(ModelSubscriber subscriber,
PresentationModel presentationModel)
ModelSubscriber to the given
PresentationModel
ModelProvider that manages the subscription.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||