- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
T - model class
- All Known Subinterfaces:
- Binder<T>, PropertyBinder, View<T>
- All Known Implementing Classes:
- AbstractBinder, CollectionPersistentServiceBinder, CompositeBinder, ControlBinder, DefaultModelHolder, EditorEvent, ViewBinder, ViewSupport
public interface ModelHolder<T>
Interface for classes that holds models, ie a model pointer interface
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
T |
getModel()
Gets model
|
void |
setModel(T model)
Sets model
|
-
-
Method Detail
-
getModel
T getModel()
Gets model
- Returns:
- the model
-
setModel
void setModel(T model)
Sets model
- Parameters:
model -
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2014 JDAL. All Rights Reserved.