|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
M - The class of the model object backing the view.public interface ModelView<M>
An interface used to represent View components that hold a
backing model object.
Copyright 2008 Sans Pareil Technologies, Inc.
| Method Summary | |
|---|---|
M |
getModel()
Return a reference to the model object backing the view. |
void |
setModel(M model)
Set the model object backing the view component. |
| Method Detail |
|---|
M getModel()
void setModel(M model)
model - The model object to use to back the view.
|
SPT Core API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||