M - The class of the model object backing the view.public interface ModelView<M> extends View
View components that hold a
backing model object.
Copyright 2008 Sans Pareil Technologies, Inc.
| Modifier and Type | Method and Description |
|---|---|
M |
getModel()
Return a reference to the model object backing the view.
|
void |
setModel(M model)
Set the model object backing the view component.
|