Uses of Class
net.sf.easyweb4j.model.Model

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
<T extends Model>
T
Controller.updateModel(T model, String objectParameter)
          Same as updateModel(model, objectParameter, null);
protected
<T extends Model>
T
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
<T extends Model>
T
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.
 



Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.