|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
M
- the concrete PresentationModel
typepublic interface View<M extends PresentationModel>
The View
is the interface for classes that can be bound to a
(specific, see M) PresentationModel
.
That doesn't imply that an implementor must be visual at any kind.
Method Summary | |
---|---|
M |
getPresentationModel()
Returns the PresentationModel of this view. |
void |
setPresentationModel(M pModel)
Sets the PresentationModel of this view. |
Method Detail |
---|
M getPresentationModel()
PresentationModel
of this view.
PresentationModel
void setPresentationModel(M pModel)
PresentationModel
of this view.
pModel
- the PresentationModel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |