public class ConstantModelViewModel<M extends IModel> extends ViewModel implements IModelViewModel<M>
IModelViewModel which has a constant IModel.| Modifier | Constructor and Description |
|---|---|
protected |
ConstantModelViewModel() |
|
ConstantModelViewModel(M model) |
| Modifier and Type | Method and Description |
|---|---|
M |
getModel() |
protected void |
setModel(M model) |
active, bindCommand, bindErrors, bindLoading, enabled, errors, loading, titleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactive, bindCommand, bindErrors, bindLoading, enabled, errors, loading, titleprotected ConstantModelViewModel()
public ConstantModelViewModel(M model)