> Is a bound property one that has a public set and get method?
A bound property is one that has a set of specific, allowed values.

Signature
Darryl L. Pierce <mcpierce@gmail.com>
Homepage: http://mcpierce.multiply.com/
"Bury me next to my wife. Nothing too fancy..." - Ulysses S. Grant
Tor Iver Wilhelmsen - 29 Aug 2005 15:29 GMT
> A bound property is one that has a set of specific, allowed values.
No, a bound property is one that generates a PropertyChangeEvent when
its value changes. I.e. the bean has
add/removePropertyChangeListener() methods.