| Creates a new model used for editting the indicated bean class. The model will represent all
read/write properties of the bean. The order of the properties is defined by the
Order annotation on the getter or setter methods. The labels for the properties are
derived from the property names, but if the component's message catalog has keys of the form
propertyName-label , then those will be used instead.
Models are mutable, so they are not cached, a fresh instance is created each
time.
Parameters: beanClass - class of object to be editted Parameters: filterReadOnlyProperties - if true, then properties that are read-only will be skipped (leaving onlyread-write properties). If false, then both read-only and read-write propertieswill be included. Parameters: resources - used when resolving resources, especially component messages (used to accesslabels) a model |