Skip to main content

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

Rich,
 
Sorry for being pesky on this one. I am baffled, am I missing something very obvious?
 
The method signature is correct, in fact it was done through "Implement/Override Parent's Method' .
 
Attaching the two file.
 
In this version they don't have getAdditional methods, but they have overridePropertyDescriptor method which should be called from getAdditionalBeanInfo method. It works fine for ULCLabel (i.e. super class attrs are suppressed through a call to overridePD) but not for ULCFiller (overridePD method is not called)!
 
In fact the override files for the two bean are also similar, if that plays any role in Introspection.
 
Both beans extend from ULCComponent. The only difference is that Label has its own properties while Filler has none.
 
Thanks,
 
Janak
 
-----Original Message-----
From: ve-dev-admin@xxxxxxxxxxx [mailto:ve-dev-admin@xxxxxxxxxxx]On Behalf Of Rich Kulp
Sent: Friday, October 29, 2004 4:07 PM
To: ve-dev@xxxxxxxxxxx
Subject: RE: [ve-dev] About beans


Janak,

If it is calling ULCFillerBeanInfo's getPDs(), then it must also call getAdditionalBeanInfo. Verify that the getAdditional in ULCFillerBeanInfo is spelled correctly with the correct case and has the correct access state (i.e. public).

Rich

Attachment: ULCLabelBeanInfo.java
Description: Binary data

Attachment: ULCFillerBeanInfo.java
Description: Binary data


Back to the top