Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6246059

RFE: JavaBean bound/constrained property is not specified in the spec

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 5.0
    • client-libs
    • Fix Understood
    • generic
    • generic

      There are two javabean property modifiers: bound or constarined. So any javabean property either simple or indexed may have or not such modifiers (see http://java.sun.com/docs/books/tutorial/javabeans/properties/index.html).

      However the javadoc spec doesn't specify a type of a property.

      In the source code there is @beaninfo tag but this tag is not oficial and doesn't affect to the html spec.

      For example, there is a property java.awt.Component.setBackground(Color c) with no specification of binding. But in fact such a property is bound.

      ###@###.### 2005-03-25 16:07:20 GMT

            malenkov Sergey Malenkov (Inactive)
            ydanilev Yury Danilevich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: