Creates a new instance of BeanItem and adds all listed properties of a
Java Bean to it - in specified order. The properties are identified by their
respective bean names.
Note that this version only supports introspectable bean
properties and their getter and setter methods. Stand-alone "is" and
"are" methods are not supported.
Parameters: bean - the Java Bean to copy properties from |