|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Model | |
---|---|
net.sf.easyweb4j.controller | Classes managing controllers. |
net.sf.easyweb4j.model | Classes managing models. |
Uses of Model in net.sf.easyweb4j.controller |
---|
Methods in net.sf.easyweb4j.controller with type parameters of type Model | ||
---|---|---|
protected
|
Controller.updateModel(T model,
String objectParameter)
Same as updateModel(model, objectParameter, null); |
|
protected
|
Controller.updateModel(T model,
String objectParameter,
AssociationsProvider associationsProvider)
Updates the given model with the values specified by the object parameter and validates the model. |
Uses of Model in net.sf.easyweb4j.model |
---|
Methods in net.sf.easyweb4j.model with type parameters of type Model | ||
---|---|---|
|
ModelIntrospector.copy(T source,
T destination)
Copies all the fields from the source model to destination model. |
Methods in net.sf.easyweb4j.model with parameters of type Model | |
---|---|
boolean |
ModelIntrospector.containsProperty(Model model,
String property)
|
Object |
ModelIntrospector.getPropertyViewValue(Model model,
String property)
Returns the actual value of the property if there are no errors on the property else returns the wrong value. |
Object |
ModelIntrospector.readProperty(Model model,
String property)
Reads the value of the specified property/field. |
void |
ModelIntrospector.updateProperties(Model model,
Map<String,String[]> objectParameter,
AssociationsProvider associationsProvider)
Updates the values of properties/fields from the map of values. |
Object |
ModelIntrospector.writeProperty(Model model,
String property,
Object value)
Writes the value of the specified property/field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |