Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ve-dev] About beans

Hello,

What is it that makes IvjBeanInfo.getAdditionalBeanInfo() called for a bean?

We have two ULC widgets (beans) and both extend ULCComponent.  For one the
above method is called but for the other it is not called! The only
difference is that the first bean has properties of its own but the second
has none.

The reason we want to have the above method called is that we would like to
suppress some properties of the parent class. In the first bean we are able
to do it in the overridden overridePropertyDescriptors() method but in the
second this does not work as getAdditionalBeanInfo is not called at all.

Thanks

Janak



Back to the top