This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 94250 - Provide API for accessing backing design bean of specified design bean
Summary: Provide API for accessing backing design bean of specified design bean
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Gregory Murphy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-03 02:51 UTC by bugbridge
Modified: 2007-02-03 02:51 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2007-02-03 02:51:15 UTC
Original status: 1-Dispatched; Suggested Status: NEW


Original submitter: pzavadsky

Description:
There is needed an API to be able to retrieve for specified DesignBean its
backing design bean. The API doesn't need to be directly on the DesignBean, but
it might be on its DesignInfo or other way but accessible starting with the
DesignBean instance.

There is an example of possible enhancement and also more detailed description
based on the hack provided for the last J1 (implemented for the table backed by
its cached rowset):
http://jupiter.czech.sun.com/wiki/view/Creator/DesignerDecorations#API_Enhancement_Suggestion

Don't take that as only solution, you might provide a better one.